This visitor class is used to get triangles from a mesh.
More...
|
void | operator() (const osg::Vec3 &v1, const osg::Vec3 &v2, const osg::Vec3 &v3, bool treatVertexDataAsTemporary) |
|
vector< osg::Vec3 > & | getVertices () |
|
This visitor class is used to get triangles from a mesh.
Definition at line 95 of file gui_helper_functions.cpp.
◆ getVertices()
vector<osg::Vec3>& mars::graphics::GetVerticesFunctor::getVertices |
( |
| ) |
|
|
inline |
◆ operator()()
void mars::graphics::GetVerticesFunctor::operator() |
( |
const osg::Vec3 & |
v1, |
|
|
const osg::Vec3 & |
v2, |
|
|
const osg::Vec3 & |
v3, |
|
|
bool |
treatVertexDataAsTemporary |
|
) |
| |
|
inline |
◆ transformMatrix
osg::Matrix mars::graphics::GetVerticesFunctor::transformMatrix |
◆ vertices
std::vector<osg::Vec3> mars::graphics::GetVerticesFunctor::vertices |
The documentation for this class was generated from the following file: