This class decomposes a triangle mesh into several triangle strips.
More...
#include <OpenMesh/Tools/Utils/StripifierT.hh>
|
|
typedef unsigned int | Index |
| |
|
typedef std::vector< Index > | Strip |
| |
|
typedef Strip::const_iterator | IndexIterator |
| |
|
typedef std::vector< Strip > | Strips |
| |
|
typedef Strips::const_iterator | StripsIterator |
| |
|
|
| StripifierT (Mesh &_mesh) |
| | Default constructor.
|
| |
|
| ~StripifierT () |
| | Destructor.
|
| |
|
size_t | stripify () |
| | Compute triangle strips, returns number of strips.
|
| |
|
void | clear () |
| | delete all strips
|
| |
|
size_t | n_strips () const |
| | returns number of strips
|
| |
|
bool | is_valid () const |
| | are strips computed?
|
| |
|
StripsIterator | begin () const |
| | Access strips.
|
| |
|
StripsIterator | end () const |
| | Access strips.
|
| |
template<class Mesh>
class OpenMesh::StripifierT< Mesh >
This class decomposes a triangle mesh into several triangle strips.
The documentation for this class was generated from the following files: