3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OpenSubdiv::v3_4_3::Far::LimitStencil Class Reference

Limit point stencil class wrapping the template for compatibility. More...

#include <stencilTable.h>

Public Member Functions

floatconst * GetDuWeights () const
 Returns the u derivative weights. More...
 
floatconst * GetDvWeights () const
 Returns the v derivative weights. More...
 
floatconst * GetDuuWeights () const
 Returns the uu derivative weights. More...
 
floatconst * GetDuvWeights () const
 Returns the uv derivative weights. More...
 
floatconst * GetDvvWeights () const
 Returns the vv derivative weights. More...
 
void Next ()
 Advance to the next stencil in the table. More...
 
int GetSize () const
 Returns the size of the stencil. More...
 
int * GetSizePtr () const
 Returns the size of the stencil as a pointer. More...
 
Index const * GetVertexIndices () const
 Returns the control vertices' indices. More...
 
floatconst * GetWeights () const
 Returns the interpolation weights. More...
 

Detailed Description

Limit point stencil class wrapping the template for compatibility.

+ Inheritance diagram for OpenSubdiv::v3_4_3::Far::LimitStencil:

Member Function Documentation

float const* OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::GetDuuWeights ( ) const
inlineinherited

Returns the uu derivative weights.

float const* OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::GetDuvWeights ( ) const
inlineinherited

Returns the uv derivative weights.

float const* OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::GetDuWeights ( ) const
inlineinherited

Returns the u derivative weights.

float const* OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::GetDvvWeights ( ) const
inlineinherited

Returns the vv derivative weights.

float const* OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::GetDvWeights ( ) const
inlineinherited

Returns the v derivative weights.

int OpenSubdiv::v3_4_3::Far::StencilReal< float >::GetSize ( ) const
inlineinherited

Returns the size of the stencil.

int* OpenSubdiv::v3_4_3::Far::StencilReal< float >::GetSizePtr ( ) const
inlineinherited

Returns the size of the stencil as a pointer.

Index const* OpenSubdiv::v3_4_3::Far::StencilReal< float >::GetVertexIndices ( ) const
inlineinherited

Returns the control vertices' indices.

float const* OpenSubdiv::v3_4_3::Far::StencilReal< float >::GetWeights ( ) const
inlineinherited

Returns the interpolation weights.

void OpenSubdiv::v3_4_3::Far::LimitStencilReal< float >::Next ( )
inlineinherited

Advance to the next stencil in the table.


The documentation for this class was generated from the following file: