#include <GeometryModule.hpp>
Public Member Functions | |
~FirstGeometryModule () | |
void | Free () |
int | size () const |
int | ReadPoints (MeshRead::IMeshReader &reader) |
void | GetPointAt (IN OUT Tval coords[3]) |
bool | test () |
Static Public Member Functions | |
static FirstGeometryModule & | Instance () |
Protected Member Functions | |
FirstGeometryModule () | |
FirstGeometryModule (const FirstGeometryModule &other) | |
void | findNearest (Tval &x, Tval &y, Tval &z) |
FirstGeometryModule< Tval >::~FirstGeometryModule | ( | ) | [inline] |
FirstGeometryModule< Tval >::FirstGeometryModule | ( | ) | [inline, protected] |
FirstGeometryModule< Tval >::FirstGeometryModule | ( | const FirstGeometryModule< Tval > & | other | ) | [protected] |
void FirstGeometryModule< Tval >::findNearest | ( | Tval & | x, | |
Tval & | y, | |||
Tval & | z | |||
) | [inline, protected] |
void FirstGeometryModule< Tval >::Free | ( | ) | [inline] |
void FirstGeometryModule< Tval >::GetPointAt | ( | IN OUT Tval | coords[3] | ) | [inline] |
static FirstGeometryModule& FirstGeometryModule< Tval >::Instance | ( | ) | [inline, static] |
int FirstGeometryModule< Tval >::ReadPoints | ( | MeshRead::IMeshReader & | reader | ) | [inline] |
int FirstGeometryModule< Tval >::size | ( | ) | const [inline] |
bool FirstGeometryModule< Tval >::test | ( | ) | [inline] |