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

Method GetCellTypesArray

Common/DataModel/vtkUnstructuredGrid.cxx:1049–1052  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1047
1048//------------------------------------------------------------------------------
1049vtkUnsignedCharArray* vtkUnstructuredGrid::GetCellTypesArray()
1050{
1051 return vtkUnsignedCharArray::FastDownCast(this->Types);
1052}
1053
1054//----------------------------------------------------------------------------
1055// Supporting functions for GetFaceStream()

Callers 1

Calls 1

FastDownCastFunction · 0.50

Tested by

no test coverage detected