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

Method SetDimensions

Common/DataModel/vtkHyperTreeGrid.cxx:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436// ============================================================================
437
438void vtkHyperTreeGrid::SetDimensions(const int dim[3])
439{
440 this->SetExtent(0, dim[0] - 1, 0, dim[1] - 1, 0, dim[2] - 1);
441}
442
443//------------------------------------------------------------------------------
444void vtkHyperTreeGrid::SetDimensions(int i, int j, int k)

Callers

nothing calls this directly

Calls 1

SetExtentMethod · 0.95

Tested by

no test coverage detected