------------------------------------------------------------------------------
| 188 | |
| 189 | //------------------------------------------------------------------------------ |
| 190 | void 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 | //------------------------------------------------------------------------------ |
| 198 | void vtkStructuredAMRGridConnectivity::SetNumberOfGrids(unsigned int N) |
nothing calls this directly
no test coverage detected