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

Function GetCellTypes

Testing/GenericBridge/vtkBridgeDataSet.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 void GetDistinctCellTypes(vtkCellTypes* types) override;
75 VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.")
76 void GetCellTypes(vtkCellTypes* types) override { this->GetDistinctCellTypes(types); }
77 ///@}
78
79 /**

Callers

nothing calls this directly

Calls 1

GetDistinctCellTypesMethod · 0.45

Tested by

no test coverage detected