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

Function GetCellTypes

Common/DataModel/vtkGenericDataSet.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 virtual void GetDistinctCellTypes(vtkCellTypes* types);
110 VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.")
111 virtual void GetCellTypes(vtkCellTypes* types) { this->GetDistinctCellTypes(types); }
112 ///@}
113
114 /**

Callers

nothing calls this directly

Calls 1

GetDistinctCellTypesMethod · 0.45

Tested by

no test coverage detected