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

Function GetCellTypes

Common/DataModel/vtkUnstructuredGrid.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 void GetDistinctCellTypes(vtkCellTypes* types) override;
133 VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.")
134 void GetCellTypes(vtkCellTypes* types) override { this->GetDistinctCellTypes(types); }
135 ///@}
136
137 /**

Callers

nothing calls this directly

Calls 1

GetDistinctCellTypesMethod · 0.45

Tested by

no test coverage detected