VTK
|
This is the complete list of members for vtkAMRBox, including all inherited members.
Coarsen(int r) | vtkAMRBox | |
ComputeDimension() const | vtkAMRBox | |
ComputeStructuredCoordinates(const vtkAMRBox &box, const double dataOrigin[3], const double h[3], const double x[3], int ijk[3], double pcoords[3]) | vtkAMRBox | static |
Contains(int i, int j, int k) const | vtkAMRBox | |
Contains(const int I[3]) const | vtkAMRBox | |
Contains(const vtkAMRBox &) const | vtkAMRBox | |
Deserialize(unsigned char *buffer, const vtkIdType &bytesize) | vtkAMRBox | |
DoesBoxIntersectAlongDimension(const vtkAMRBox &other, const int q) const | vtkAMRBox | |
DoesIntersect(const vtkAMRBox &other) const | vtkAMRBox | |
Empty() const | vtkAMRBox | inline |
EmptyDimension(int i) const | vtkAMRBox | inline |
GetBounds(const vtkAMRBox &box, const double origin[3], const double spacing[3], double bounds[6]) | vtkAMRBox | static |
GetBoxOrigin(const vtkAMRBox &box, const double X0[3], const double spacing[3], double x0[3]) | vtkAMRBox | static |
GetBytesize() | vtkAMRBox | inlinestatic |
GetCellLinearIndex(const vtkAMRBox &box, const int i, const int j, const int k, int imageDimension[3]) | vtkAMRBox | static |
GetDimensions(int lo[3], int hi[3]) const | vtkAMRBox | |
GetDimensions(int dims[6]) const | vtkAMRBox | |
GetGhostVector(int r, int nghost[6]) const | vtkAMRBox | |
GetHiCorner() const | vtkAMRBox | inline |
GetLoCorner() const | vtkAMRBox | inline |
GetNumberOfCells() const | vtkAMRBox | |
GetNumberOfCells(int num[3]) const | vtkAMRBox | |
GetNumberOfNodes(int ext[3]) const | vtkAMRBox | |
GetNumberOfNodes() const | vtkAMRBox | |
GetValidHiCorner(int hi[3]) const | vtkAMRBox | |
Grow(int byN) | vtkAMRBox | |
HasPoint(const vtkAMRBox &box, const double origin[3], const double spacing[3], double x, double y, double z) | vtkAMRBox | static |
Initialize() | vtkAMRBox | protected |
Intersect(const vtkAMRBox &other) | vtkAMRBox | |
IntersectBoxAlongDimension(const vtkAMRBox &other, const int q) | vtkAMRBox | protected |
Invalidate() | vtkAMRBox | inline |
IsInvalid() const | vtkAMRBox | inline |
operator!=(const vtkAMRBox &other) const | vtkAMRBox | inline |
operator=(const vtkAMRBox &other) | vtkAMRBox | |
operator==(const vtkAMRBox &other) const | vtkAMRBox | |
Print(ostream &os) const | vtkAMRBox | |
Refine(int r) | vtkAMRBox | |
RemoveGhosts(int r) | vtkAMRBox | |
Serialize(unsigned char *&buffer, vtkIdType &bytesize) | vtkAMRBox | |
Serialize(int *buffer) const | vtkAMRBox | |
SetDimensions(int ilo, int jlo, int klo, int ihi, int jhi, int khi, int desc=VTK_XYZ_GRID) | vtkAMRBox | |
SetDimensions(const int lo[3], const int hi[3], int desc=VTK_XYZ_GRID) | vtkAMRBox | |
SetDimensions(const int dims[6], int desc=VTK_XYZ_GRID) | vtkAMRBox | |
Shift(int i, int j, int k) | vtkAMRBox | |
Shift(const int I[3]) | vtkAMRBox | |
Shrink(int byN) | vtkAMRBox | |
vtkAMRBox() | vtkAMRBox | |
vtkAMRBox(const vtkAMRBox &other) | vtkAMRBox | |
vtkAMRBox(int ilo, int jlo, int klo, int ihi, int jhi, int khi) | vtkAMRBox | |
vtkAMRBox(const double *origin, const int *dimensions, const double *spacing, const double *globalOrigin, int gridDescription=VTK_XYZ_GRID) | vtkAMRBox | |
vtkAMRBox(const int lo[3], const int hi[3]) | vtkAMRBox | |
vtkAMRBox(const int dims[6]) | vtkAMRBox | |
~vtkAMRBox() | vtkAMRBox | inlinevirtual |