23#ifndef _MIVOLUMEGEOMETRYRECTILINEAR_H
24#define _MIVOLUMEGEOMETRYRECTILINEAR_H
43 virtual double getX(
size_t i)
const = 0;
47 virtual double getY(
size_t j)
const = 0;
51 virtual double getZ(
size_t k)
const = 0;
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic geometry interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic rectilinear volu...
virtual double getZ(size_t k) const =0
Returns the k-th coordinate along the Z axis.
virtual double getX(size_t i) const =0
Returns the i-th coordinate along the X axis.
virtual double getY(size_t j) const =0
Returns the j-th coordinate along the Y axis.