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

Method CopyStructure

Common/DataModel/vtkCartesianGrid.cxx:94–98  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

92
93//------------------------------------------------------------------------------
94void vtkCartesianGrid::CopyStructure(vtkDataSet* ds)
95{
96 vtkCartesianGrid* cg = vtkCartesianGrid::SafeDownCast(ds);
97 this->SetExtent(cg->Extent);
98}
99
100//------------------------------------------------------------------------------
101vtkPoints* vtkCartesianGrid::GetPoints()

Callers

nothing calls this directly

Calls 1

SetExtentMethod · 0.95

Tested by

no test coverage detected