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

Method GetData

Common/DataModel/vtkCellArray.cxx:710–715  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

708
709//------------------------------------------------------------------------------
710vtkIdTypeArray* vtkCellArray::GetData()
711{
712 this->ExportLegacyFormat(this->LegacyData);
713
714 return this->LegacyData;
715}
716
717//------------------------------------------------------------------------------
718// Specify a group of cells.

Callers

nothing calls this directly

Calls 1

ExportLegacyFormatMethod · 0.95

Tested by

no test coverage detected