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

Method GetCellType

Common/DataModel/vtkGenericCell.cxx:104–107  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

102
103//------------------------------------------------------------------------------
104int vtkGenericCell::GetCellType()
105{
106 return this->Cell->GetCellType();
107}
108
109//------------------------------------------------------------------------------
110int vtkGenericCell::GetCellDimension()

Callers 1

SetCellTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected