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

Method GetDistinctCellTypes

Common/DataModel/vtkUnstructuredGrid.cxx:1001–1005  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

999
1000//------------------------------------------------------------------------------
1001void vtkUnstructuredGrid::GetDistinctCellTypes(vtkCellTypes* types)
1002{
1003 this->GetDistinctCellTypesArray();
1004 types->DeepCopy(this->DistinctCellTypes);
1005}
1006
1007//------------------------------------------------------------------------------
1008vtkUnsignedCharArray* vtkUnstructuredGrid::GetDistinctCellTypesArray()

Callers

nothing calls this directly

Calls 2

DeepCopyMethod · 0.45

Tested by

no test coverage detected