MCPcopy Create free account
hub / github.com/Kitware/VTK / IsLinear

Method IsLinear

Common/DataModel/vtkCellTypes.h:196–199  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

194
195//-----------------------------------------------------------------------------
196inline int vtkCellTypes::IsLinear(unsigned char type)
197{
198 return vtkCellTypeUtilities::IsLinear(type);
199}
200
201VTK_ABI_NAMESPACE_END
202#endif

Callers 13

TestOneCellFunction · 0.45
TestGenericCellFunction · 0.45
TestCellFunction · 0.45
GetGeometryOrderMethod · 0.45
IsGeometryLinearMethod · 0.45
GetNumberOfBoundariesMethod · 0.45
RequestDataMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestOneCellFunction · 0.36
TestGenericCellFunction · 0.36
TestCellFunction · 0.36