SaDVIO
|
A vertex in the 3D mesh, representing a landmark and its associated polygons. More...
#include <mesh.h>
Public Member Functions | |
Vertex () | |
Vertex (std::shared_ptr< ALandmark > lmk) | |
~Vertex ()=default | |
Eigen::Vector3d | getVertexPosition () const |
Eigen::Vector3d | getVertexNormal () const |
std::vector< std::shared_ptr< Polygon > > | getPolygons () const |
std::shared_ptr< ALandmark > | getLmk () const |
void | addPolygon (std::shared_ptr< Polygon > polygon) |
void | removePolygon (std::shared_ptr< Polygon > polygon) |
A vertex in the 3D mesh, representing a landmark and its associated polygons.
It contains the position of the vertex, its normal, and the polygons it belongs to.
|
inline |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |