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::Stencil Class Reference

Vertex stencil class wrapping the template for compatibility. More...

#include <stencilTable.h>

Public Member Functions

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...
 
void Next ()
 Advance to the next stencil in the table. More...
 

Detailed Description

Vertex stencil class wrapping the template for compatibility.

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

Member Function Documentation

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::StencilReal< float >::Next ( )
inlineinherited

Advance to the next stencil in the table.


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