Jafar
|
Definition at line 22 of file MesherAdapter.hpp.
Public Member Functions | |
MesherAdapter () | |
Default constructor. | |
MesherAdapter (const std::vector< jblas::vecf3 > &points) | |
Constructor with parametrs points : vector of 3D points coordinates. | |
void | build () |
builds meshed surface from unorganized points cloud | |
void | display () |
displays meshed surface | |
Private Attributes | |
std::vector< jblas::vecf3 > | _points |
vector of 3D points | |
::java::util::Vector * | _jpoints |
java vector to store 3D points | |
std::list< jafar::geom::Facet3D > | _facets |
list of facets built | |
::edu::mines::jtk::mesh::TriSurf $FaceIterator * | _surface |
Static Private Attributes | |
static edu::mines::jtk::mesh::Mesher | _mesher |
java class for meshing |
Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1 |