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

Method InternalCopy

Common/DataModel/vtkExplicitStructuredGrid.cxx:379–384  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

377
378//------------------------------------------------------------------------------
379void vtkExplicitStructuredGrid::InternalCopy(vtkExplicitStructuredGrid* src)
380{
381 // Internal method used for copying specific members
382 this->SetExtent(src->GetExtent());
383 this->SetFacesConnectivityFlagsArrayName(src->GetFacesConnectivityFlagsArrayName());
384}
385
386//------------------------------------------------------------------------------
387// Copy the topological structure of an input structured grid.

Callers 3

CopyStructureMethod · 0.95
ShallowCopyMethod · 0.95
DeepCopyMethod · 0.95

Calls 2

SetExtentMethod · 0.95
GetExtentMethod · 0.45

Tested by

no test coverage detected