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

Method Initialize

Filters/Geometry/vtkStructuredAMRGridConnectivity.cxx:190–195  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

188
189//------------------------------------------------------------------------------
190void vtkStructuredAMRGridConnectivity::Initialize(unsigned int NumLevels, unsigned int N, int rr)
191{
192 this->NumberOfLevels = NumLevels;
193 this->RefinementRatio = rr;
194 this->SetNumberOfGrids(N);
195}
196
197//------------------------------------------------------------------------------
198void vtkStructuredAMRGridConnectivity::SetNumberOfGrids(unsigned int N)

Callers

nothing calls this directly

Calls 1

SetNumberOfGridsMethod · 0.95

Tested by

no test coverage detected