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

Method SetDimensions

Common/DataModel/vtkExplicitStructuredGrid.cxx:465–468  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

463
464//------------------------------------------------------------------------------
465void vtkExplicitStructuredGrid::SetDimensions(int i, int j, int k)
466{
467 this->SetExtent(0, i - 1, 0, j - 1, 0, k - 1);
468}
469
470//------------------------------------------------------------------------------
471void vtkExplicitStructuredGrid::SetDimensions(int dim[3])

Callers 1

InitializeMethod · 0.95

Calls 1

SetExtentMethod · 0.95

Tested by

no test coverage detected