#include "vtkObject.h"
#include <assert.h>
Go to the source code of this file.
Classes | |
class | vtkAMRBox |
represents a 3D uniform region in space More... | |
Functions | |
template<int dimension> | |
void | vtkAMRBoxInitialize (int *LoCorner, int *HiCorner, const int *loCorner, const int *hiCorner, vtkAMRBoxInitializeHelp< dimension > *=0) |
void vtkAMRBoxInitialize | ( | int * | LoCorner, | |
int * | HiCorner, | |||
const int * | loCorner, | |||
const int * | hiCorner, | |||
vtkAMRBoxInitializeHelp< dimension > * | = 0 | |||
) | [inline] |
Definition at line 35 of file vtkAMRBox.h.