Generic geometry interface for structured surface meshes. More...
#include <MeshVizXLM/mesh/geometry/MiGeometryIj.h>
Public Member Functions | |
virtual MbVec3d | getCoord (size_t i, size_t j) const =0 |
Generic geometry interface accessible via two indices. This type of geometry is typically used by curvilinear surface mesh interfaces.
virtual MbVec3d MiGeometryIj::getCoord | ( | size_t | i, | |
size_t | j | |||
) | const [pure virtual] |
Returns the coordinate (i,j) of this geometry.