OpenSubdiv
|
This is the complete list of members for StencilTable, including all inherited members.
_indices | StencilTableReal< float > | protected |
_numControlVertices | StencilTableReal< float > | protected |
_offsets | StencilTableReal< float > | protected |
_sizes | StencilTableReal< float > | protected |
_weights | StencilTableReal< float > | protected |
BaseTable typedef | StencilTable | protected |
Clear() | StencilTableReal< float > | |
finalize() | StencilTableReal< float > | inlineprotected |
generateOffsets() | StencilTableReal< float > | inlineprotected |
GetControlIndices() const | StencilTableReal< float > | inline |
GetNumControlVertices() const | StencilTableReal< float > | inline |
GetNumStencils() const | StencilTableReal< float > | inline |
GetOffsets() const | StencilTableReal< float > | inline |
GetSizes() const | StencilTableReal< float > | inline |
GetStencil(Index index) const | StencilTable | inline |
GetWeights() const | StencilTableReal< float > | inline |
operator[](Index index) const | StencilTable | inline |
reserve(int nstencils, int nelems) | StencilTableReal< float > | inlineprotected |
resize(int nstencils, int nelems) | StencilTableReal< float > | inlineprotected |
shrinkToFit() | StencilTableReal< float > | inlineprotected |
StencilTable() | StencilTable | inlineprotected |
StencilTable(int numControlVerts) | StencilTable | inlineprotected |
StencilTable(int numControlVerts, std::vector< int > const &offsets, std::vector< int > const &sizes, std::vector< int > const &sources, std::vector< float > const &weights, bool includeCoarseVerts, size_t firstOffset) | StencilTable | inlineprotected |
StencilTableReal(int numControlVerts, std::vector< int > const &offsets, std::vector< int > const &sizes, std::vector< int > const &sources, std::vector< float > const &weights, bool includeCoarseVerts, size_t firstOffset) | StencilTableReal< float > | protected |
StencilTableReal() | StencilTableReal< float > | inlineprotected |
StencilTableReal(int numControlVerts) | StencilTableReal< float > | inlineprotected |
update(T const &srcValues, U &dstValues, std::vector< float > const &valueWeights, Index start, Index end) const | StencilTableReal< float > | protected |
update(T1 const &srcBase, int numBase, T2 const &srcRef, U &dstValues, std::vector< float > const &valueWeights, Index start, Index end) const | StencilTableReal< float > | protected |
UpdateValues(T const &srcValues, U &dstValues, Index start=-1, Index end=-1) const | StencilTableReal< float > | inline |
UpdateValues(T1 const &srcBase, int numBase, T2 const &srcRef, U &dstValues, Index start=-1, Index end=-1) const | StencilTableReal< float > | inline |
UpdateValues(T const *src, U *dst, Index start=-1, Index end=-1) const | StencilTableReal< float > | inline |
UpdateValues(T1 const *srcBase, int numBase, T2 const *srcRef, U *dst, Index start=-1, Index end=-1) const | StencilTableReal< float > | inline |
~StencilTableReal() | StencilTableReal< float > | inlinevirtual |