23#ifndef _MISURFACEGEOMETRYRECTILINEAR_H
24#define _MISURFACEGEOMETRYRECTILINEAR_H
48 virtual double getX(
size_t i)
const = 0;
53 virtual double getY(
size_t j)
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 surf...
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.
virtual double getDistance() const
Returns the distance to the origin of the plane on which the rectilinear mesh is defined.
virtual MbVec3d getNormal() const
Returns the normal of the plane on which the rectilinear mesh is defined.
MbVec3< double > MbVec3d
Vector of 3 double coordinates.