|
Blender V5.0
|
#include <GeomCleaner.h>
Public Member Functions | |
| IndexedVertex () | |
| IndexedVertex (Vec3f iVector, uint iIndex) | |
| const Vec3f & | vector () const |
| uint | index () |
| float | x () |
| float | y () |
| float | z () |
| void | setVector (const Vec3f &iVector) |
| void | setIndex (uint iIndex) |
| IndexedVertex & | operator= (const IndexedVertex &iv) |
| float | operator[] (const uint i) |
| bool | operator< (const IndexedVertex &v) const |
| bool | operator== (const IndexedVertex &v) |
Binary operators Class Indexed Vertex. Used to represent an indexed vertex by storing the vertex coordinates as well as its index
Definition at line 149 of file GeomCleaner.h.
|
inline |
Definition at line 155 of file GeomCleaner.h.
Referenced by operator<(), operator=(), and operator==().
Definition at line 157 of file GeomCleaner.h.
|
inline |
Definition at line 169 of file GeomCleaner.h.
|
inline |
Definition at line 214 of file GeomCleaner.h.
References IndexedVertex(), and v.
|
inline |
|
inline |
Definition at line 219 of file GeomCleaner.h.
References IndexedVertex(), and v.
Definition at line 208 of file GeomCleaner.h.
References i.
|
inline |
Definition at line 195 of file GeomCleaner.h.
|
inline |
modifiers
Definition at line 190 of file GeomCleaner.h.
|
inline |
accessors
Definition at line 164 of file GeomCleaner.h.
|
inline |
Definition at line 174 of file GeomCleaner.h.
|
inline |
Definition at line 179 of file GeomCleaner.h.
|
inline |
Definition at line 184 of file GeomCleaner.h.