![]() |
Descriptor for raw topology data. More...
#include <topologyRefinerFactory.h>
Classes | |
| struct | FVarChannel |
| struct | FVarChannel |
Public Member Functions | |
| TopologyDescriptor () | |
Public Attributes | |
| int | numVertices |
| int | numFaces |
| int const * | vertsPerFace |
| int const * | vertIndices |
| int | numCreases |
| int const * | creaseVertexIndexPairs |
| float const * | creaseWeights |
| int | numCorners |
| int const * | cornerVertexIndices |
| float const * | cornerWeights |
| int | numFVarChannels |
| FVarChannel const * | fvarChannels |
Descriptor for raw topology data.
Definition at line 64 of file topologyRefinerFactory.h.
| int const* cornerVertexIndices |
Definition at line 77 of file topologyRefinerFactory.h.
| float const* cornerWeights |
Definition at line 78 of file topologyRefinerFactory.h.
| int const* creaseVertexIndexPairs |
Definition at line 73 of file topologyRefinerFactory.h.
| float const* creaseWeights |
Definition at line 74 of file topologyRefinerFactory.h.
| FVarChannel const* fvarChannels |
Definition at line 92 of file topologyRefinerFactory.h.
| int numCorners |
Definition at line 76 of file topologyRefinerFactory.h.
| int numCreases |
Definition at line 72 of file topologyRefinerFactory.h.
| int numFaces |
Definition at line 66 of file topologyRefinerFactory.h.
| int numFVarChannels |
Definition at line 91 of file topologyRefinerFactory.h.
| int numVertices |
Definition at line 66 of file topologyRefinerFactory.h.
| int const * vertIndices |
Definition at line 69 of file topologyRefinerFactory.h.
| int const* vertsPerFace |
Definition at line 69 of file topologyRefinerFactory.h.