Blender V2.61 - r43446
|
#include <subd_mesh.h>
Public Member Functions | |
Key () | |
Key (int v0, int v1) | |
bool | operator< (const Key &k) const |
Public Attributes | |
int | p0 |
int | p1 |
Definition at line 74 of file subd_mesh.h.
SubdMesh::Key::Key | ( | ) | [inline] |
Definition at line 75 of file subd_mesh.h.
SubdMesh::Key::Key | ( | int | v0, |
int | v1 | ||
) | [inline] |
Definition at line 76 of file subd_mesh.h.
bool SubdMesh::Key::operator< | ( | const Key & | k | ) | const [inline] |
Definition at line 78 of file subd_mesh.h.
Definition at line 81 of file subd_mesh.h.
Referenced by operator<().
Definition at line 81 of file subd_mesh.h.
Referenced by operator<().