Simple struct with limits related to topology.
More...
#include <limits.h>
|
static int | MaxValence () |
| Returns the maximum allowable valence for a vertex.
|
|
static int | MaxFaceSize () |
| Returns the maximum allowable size for a face (number of vertices)
|
|
Simple struct with limits related to topology.
Definition at line 40 of file limits.h.
◆ MaxFaceSize()
static int MaxFaceSize |
( |
| ) |
|
|
inlinestatic |
Returns the maximum allowable size for a face (number of vertices)
Definition at line 46 of file limits.h.
◆ MaxValence()
static int MaxValence |
( |
| ) |
|
|
inlinestatic |
Returns the maximum allowable valence for a vertex.
Definition at line 42 of file limits.h.
The documentation for this struct was generated from the following file: