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

Function GetCellTypes

Common/DataModel/vtkDataSet.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 virtual void GetDistinctCellTypes(vtkCellTypes* types);
182 VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.")
183 virtual void GetCellTypes(vtkCellTypes* types) { this->GetDistinctCellTypes(types); }
184 ///@}
185
186 /**

Callers 3

GetCellTypesArrayMethod · 0.70
BuildCellTypesMethod · 0.70
BuildCellTypesMethod · 0.70

Calls 1

GetDistinctCellTypesMethod · 0.45

Tested by

no test coverage detected