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::StencilReal< REAL > Class Template Reference

Vertex stencil descriptor. More...

#include <stencilTable.h>

Public Member Functions

 StencilReal ()
 Default constructor. More...
 
 StencilReal (int *size, Index *indices, REAL *weights)
 Constructor. More...
 
 StencilReal (StencilReal const &other)
 Copy constructor. 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...
 
REAL const * GetWeights () const
 Returns the interpolation weights. More...
 
void Next ()
 Advance to the next stencil in the table. More...
 

Detailed Description

template<typename REAL>
class OpenSubdiv::v3_4_3::Far::StencilReal< REAL >

Vertex stencil descriptor.

Allows access and manipulation of a single stencil in a StencilTable.

+ Inheritance diagram for OpenSubdiv::v3_4_3::Far::StencilReal< REAL >:

Constructor & Destructor Documentation

template<typename REAL>
OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::StencilReal ( )
inline

Default constructor.

template<typename REAL>
OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::StencilReal ( int *  size,
Index *  indices,
REAL *  weights 
)
inline

Constructor.

Parameters
sizeTable pointer to the size of the stencil
indicesTable pointer to the vertex indices of the stencil
weightsTable pointer to the vertex weights of the stencil
template<typename REAL>
OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::StencilReal ( StencilReal< REAL > const &  other)
inline

Copy constructor.

Member Function Documentation

template<typename REAL>
int OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::GetSize ( ) const
inline

Returns the size of the stencil.

template<typename REAL>
int* OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::GetSizePtr ( ) const
inline

Returns the size of the stencil as a pointer.

template<typename REAL>
Index const* OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::GetVertexIndices ( ) const
inline

Returns the control vertices' indices.

template<typename REAL>
REAL const* OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::GetWeights ( ) const
inline

Returns the interpolation weights.

template<typename REAL>
void OpenSubdiv::v3_4_3::Far::StencilReal< REAL >::Next ( )
inline

Advance to the next stencil in the table.


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