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

Method GetCellDimension

Common/DataModel/vtkGenericCell.cxx:110–113  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

108
109//------------------------------------------------------------------------------
110int vtkGenericCell::GetCellDimension()
111{
112 return this->Cell->GetCellDimension();
113}
114
115//------------------------------------------------------------------------------
116int vtkGenericCell::IsLinear() VTK_FUTURE_CONST

Callers 15

IntersectsCellMethod · 0.45
GetDimensionMethod · 0.45
TestOneCellFunction · 0.45
TestGenericCellFunction · 0.45
InterpolateDerivsNumericFunction · 0.45
TestInterpolationDerivsFunction · 0.45
TestCellFunction · 0.45
TestHigherOrderCellFunction · 0.45
InterpolateDerivsNumericFunction · 0.45
TestInterpolationDerivsFunction · 0.45

Calls

no outgoing calls

Tested by 12

TestOneCellFunction · 0.36
TestGenericCellFunction · 0.36
InterpolateDerivsNumericFunction · 0.36
TestInterpolationDerivsFunction · 0.36
TestCellFunction · 0.36
TestHigherOrderCellFunction · 0.36
InterpolateDerivsNumericFunction · 0.36
TestInterpolationDerivsFunction · 0.36
TestGetSetMethod · 0.36
TestOECFunction · 0.36
TestInterpolationDerivsFunction · 0.36