Generic rectilinear volume geometry. More...
#include <MeshVizXLM/mesh/geometry/MiVolumeGeometryRectilinear.h>
Public Member Functions | |
virtual double | getX (size_t i) const =0 |
virtual double | getY (size_t j) const =0 |
virtual double | getZ (size_t k) const =0 |
This interface is used by MiVolumeMeshRectilinear to access the geometry describing a rectilinear volume mesh.
virtual double MiVolumeGeometryRectilinear::getX | ( | size_t | i | ) | const [pure virtual] |
Returns the i-th coordinate along the X axis.
virtual double MiVolumeGeometryRectilinear::getY | ( | size_t | j | ) | const [pure virtual] |
Returns the j-th coordinate along the Y axis.
virtual double MiVolumeGeometryRectilinear::getZ | ( | size_t | k | ) | const [pure virtual] |
Returns the k-th coordinate along the Z axis.