|
Blender V4.5
|
Typedefs | |
| typedef ushort | VertexNature |
| typedef ushort | EdgeNature |
Variables | |
| static const VertexNature | POINT = 0 |
| static const VertexNature | S_VERTEX = (1 << 0) |
| static const VertexNature | VIEW_VERTEX = (1 << 1) |
| static const VertexNature | NON_T_VERTEX = (1 << 2) |
| static const VertexNature | T_VERTEX = (1 << 3) |
| static const VertexNature | CUSP = (1 << 4) |
| static const EdgeNature | NO_FEATURE = 0 |
| static const EdgeNature | SILHOUETTE = (1 << 0) |
| static const EdgeNature | BORDER = (1 << 1) |
| static const EdgeNature | CREASE = (1 << 2) |
| static const EdgeNature | RIDGE = (1 << 3) |
| static const EdgeNature | VALLEY = (1 << 4) |
| static const EdgeNature | SUGGESTIVE_CONTOUR = (1 << 5) |
| static const EdgeNature | MATERIAL_BOUNDARY = (1 << 6) |
| static const EdgeNature | EDGE_MARK = (1 << 7) |
Namespace gathering the different possible natures of 0D and 1D elements of the ViewMap
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
true for NonTVertex
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
true for ViewVertex