![]() |
Uniform refinement options. More...
#include <topologyRefiner.h>
Public Member Functions | |
| UniformOptions (int level) | |
Public Attributes | |
| unsigned int | refinementLevel:4 |
| Number of refinement iterations. More... | |
| unsigned int | orderVerticesFromFacesFirst:1 |
| unsigned int | fullTopologyInLastLevel:1 |
Uniform refinement options.
Definition at line 104 of file topologyRefiner.h.
|
inline |
Definition at line 106 of file topologyRefiner.h.
| unsigned int fullTopologyInLastLevel |
Skip topological relationships in the last level of refinement that are not needed for interpolation (keep false if using limit).
Definition at line 111 of file topologyRefiner.h.
| unsigned int orderVerticesFromFacesFirst |
Order child vertices from faces first instead of child vertices of vertices
Definition at line 111 of file topologyRefiner.h.
| unsigned int refinementLevel |
Number of refinement iterations.
Definition at line 111 of file topologyRefiner.h.