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

Method SetDimensions

Common/DataModel/vtkStructuredGrid.cxx:363–366  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set dimensions of structured grid dataset.

Source from the content-addressed store, hash-verified

361//------------------------------------------------------------------------------
362// Set dimensions of structured grid dataset.
363void vtkStructuredGrid::SetDimensions(int i, int j, int k)
364{
365 this->SetExtent(0, i - 1, 0, j - 1, 0, k - 1);
366}
367
368//------------------------------------------------------------------------------
369// Set dimensions of structured grid dataset.

Callers 1

InitializeMethod · 0.95

Calls 1

SetExtentMethod · 0.95

Tested by

no test coverage detected