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

Method GetDimension

Common/DataModel/vtkCellTypes.cxx:86–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85//------------------------------------------------------------------------------
86int vtkCellTypes::GetDimension(unsigned char type)
87{
88 return vtkCellTypeUtilities::GetDimension(type);
89}
90
91//------------------------------------------------------------------------------
92// Reclaim any extra memory.

Callers 15

TestSetGetFunction · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
GetCornerCursorsMethod · 0.45
RecursiveSearchMethod · 0.45
IntersectWithLineMethod · 0.45
ConstructCellMethod · 0.45
Get1DAxisFunction · 0.45
Get2DAxesFunction · 0.45
TessellateMethod · 0.45
TessellateFaceMethod · 0.45

Calls 1

GetDimensionFunction · 0.70

Tested by 7

TestSetGetFunction · 0.36
runMaskedPointSearchFunction · 0.36
runFindCellFunction · 0.36
runIntersectDiagonalFunction · 0.36
runIntersectWithPointsFunction · 0.36
runAllIntersectsDiagonalFunction · 0.36