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

Method InternalStructuredGridCopy

Common/DataModel/vtkStructuredGrid.cxx:453–457  ·  view source on GitHub ↗

------------------------------------------------------------------------------ This copies all the local variables (but not objects).

Source from the content-addressed store, hash-verified

451//------------------------------------------------------------------------------
452// This copies all the local variables (but not objects).
453void vtkStructuredGrid::InternalStructuredGridCopy(vtkStructuredGrid* src)
454{
455 // set extent sets, extent, dimensions, and data description
456 this->SetExtent(src->Extent);
457}
458
459//------------------------------------------------------------------------------
460// Override this method because of blanking

Callers 2

ShallowCopyMethod · 0.95
DeepCopyMethod · 0.95

Calls 1

SetExtentMethod · 0.95

Tested by

no test coverage detected