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

Method Crop

Common/DataModel/vtkExplicitStructuredGrid.cxx:736–739  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

734
735//------------------------------------------------------------------------------
736void vtkExplicitStructuredGrid::Crop(const int* updateExtent)
737{
738 this->Crop(this, updateExtent, false);
739}
740
741//------------------------------------------------------------------------------
742void vtkExplicitStructuredGrid::Crop(

Callers

nothing calls this directly

Calls 15

ShallowCopyMethod · 0.95
GetNumberOfCellsMethod · 0.95
SetExtentMethod · 0.95
BuildLinksMethod · 0.95
AllocateEstimateMethod · 0.80
maxFunction · 0.50
minFunction · 0.50
GetExtentMethod · 0.45
SetNameMethod · 0.45
SetNumberOfComponentsMethod · 0.45

Tested by

no test coverage detected