Face-varying patch vertex indices tables. More...
#include <patchTables.h>
Public Member Functions | |
int | GetNumChannels () const |
Returns the number of face-varying primvar channels. More... | |
std::vector< unsigned int > const & | GetPatchVertices (int channel) const |
Returns the face-varying patches vertex indices. More... | |
Friends | |
class | PatchTablesFactory |
Face-varying patch vertex indices tables.
FVarPatchTables contain the topology for face-varying primvar data channels. The patch ordering matches that of PatchTables PatchArrays.
Definition at line 404 of file patchTables.h.
|
inline |
Returns the number of face-varying primvar channels.
Definition at line 409 of file patchTables.h.
|
inline |
Returns the face-varying patches vertex indices.
channel | Then face-varying primvar channel index |
Definition at line 417 of file patchTables.h.
|
friend |
Definition at line 422 of file patchTables.h.