RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
TriMesh::VerticeIterator Struct Reference

struct for iterating over the centers of triangles in a mesh More...

#include <TriMesh.hpp>

Public Member Functions

 VerticeIterator (const rw::geometry::TriMesh &mesh)
 
rw::math::Vector3D< double > & operator* ()
 
rw::math::Vector3D< double > * operator-> ()
 
VerticeIteratoroperator++ ()
 
bool operator== (const VerticeIterator &other) const
 
bool operator!= (const VerticeIterator &other) const
 
void inc ()
 

Public Attributes

rw::math::Vector3D< double > _pos
 
const rw::geometry::TriMesh_mesh
 
size_t _first
 
size_t _end
 
size_t _subIdx
 

Detailed Description

struct for iterating over the centers of triangles in a mesh


The documentation for this struct was generated from the following file: