OpenSubdiv
|
This is the complete list of members for LimitStencilTableReal< REAL >, including all inherited members.
_indices | StencilTableReal< REAL > | protected |
_numControlVertices | StencilTableReal< REAL > | protected |
_offsets | StencilTableReal< REAL > | protected |
_sizes | StencilTableReal< REAL > | protected |
_weights | StencilTableReal< REAL > | protected |
Clear() | LimitStencilTableReal< REAL > | |
finalize() | StencilTableReal< REAL > | inlineprotected |
generateOffsets() | StencilTableReal< REAL > | inlineprotected |
GetControlIndices() const | StencilTableReal< REAL > | inline |
GetDuuWeights() const | LimitStencilTableReal< REAL > | inline |
GetDuvWeights() const | LimitStencilTableReal< REAL > | inline |
GetDuWeights() const | LimitStencilTableReal< REAL > | inline |
GetDvvWeights() const | LimitStencilTableReal< REAL > | inline |
GetDvWeights() const | LimitStencilTableReal< REAL > | inline |
GetLimitStencil(Index i) const | LimitStencilTableReal< REAL > | inline |
GetNumControlVertices() const | StencilTableReal< REAL > | inline |
GetNumStencils() const | StencilTableReal< REAL > | inline |
GetOffsets() const | StencilTableReal< REAL > | inline |
GetSizes() const | StencilTableReal< REAL > | inline |
GetStencil(Index i) const | StencilTableReal< REAL > | inline |
GetWeights() const | StencilTableReal< REAL > | inline |
LimitStencilTableFactoryReal< REAL > | LimitStencilTableReal< REAL > | friend |
LimitStencilTableReal(int numControlVerts, std::vector< int > const &offsets, std::vector< int > const &sizes, std::vector< int > const &sources, std::vector< REAL > const &weights, std::vector< REAL > const &duWeights, std::vector< REAL > const &dvWeights, std::vector< REAL > const &duuWeights, std::vector< REAL > const &duvWeights, std::vector< REAL > const &dvvWeights, bool includeCoarseVerts, size_t firstOffset) | LimitStencilTableReal< REAL > | protected |
operator[](Index index) const | LimitStencilTableReal< REAL > | inline |
reserve(int nstencils, int nelems) | StencilTableReal< REAL > | inlineprotected |
shrinkToFit() | StencilTableReal< REAL > | inlineprotected |
StencilTableReal(int numControlVerts, std::vector< int > const &offsets, std::vector< int > const &sizes, std::vector< int > const &sources, std::vector< REAL > const &weights, bool includeCoarseVerts, size_t firstOffset) | StencilTableReal< REAL > | protected |
StencilTableReal() | StencilTableReal< REAL > | inlineprotected |
StencilTableReal(int numControlVerts) | StencilTableReal< REAL > | inlineprotected |
update(T const &srcValues, U &dstValues, std::vector< REAL > const &valueWeights, Index start, Index end) const | StencilTableReal< REAL > | protected |
update(T1 const &srcBase, int numBase, T2 const &srcRef, U &dstValues, std::vector< REAL > const &valueWeights, Index start, Index end) const | StencilTableReal< REAL > | protected |
Update2ndDerivs(T const &srcValues, U &uuderivs, U &uvderivs, U &vvderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
Update2ndDerivs(T1 const &srcBase, int numBase, T2 const &srcRef, U &uuderivs, U &uvderivs, U &vvderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
Update2ndDerivs(T const *src, T *uuderivs, U *uvderivs, U *vvderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
Update2ndDerivs(T1 const *srcBase, int numBase, T2 const *srcRef, U *uuderivs, U *uvderivs, U *vvderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
UpdateDerivs(T const &srcValues, U &uderivs, U &vderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
UpdateDerivs(T1 const &srcBase, int numBase, T2 const &srcRef, U &uderivs, U &vderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
UpdateDerivs(T const *src, U *uderivs, U *vderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
UpdateDerivs(T1 const *srcBase, int numBase, T2 const *srcRef, U *uderivs, U *vderivs, int start=-1, int end=-1) const | LimitStencilTableReal< REAL > | inline |
UpdateValues(T const &srcValues, U &dstValues, Index start=-1, Index end=-1) const | StencilTableReal< REAL > | inline |
UpdateValues(T1 const &srcBase, int numBase, T2 const &srcRef, U &dstValues, Index start=-1, Index end=-1) const | StencilTableReal< REAL > | inline |
UpdateValues(T const *src, U *dst, Index start=-1, Index end=-1) const | StencilTableReal< REAL > | inline |
UpdateValues(T1 const *srcBase, int numBase, T2 const *srcRef, U *dst, Index start=-1, Index end=-1) const | StencilTableReal< REAL > | inline |
~StencilTableReal() | StencilTableReal< REAL > | inlinevirtual |