All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
StencilReal< REAL > Class Template Reference

Vertex stencil descriptor. More...

#include <stencilTable.h>

Inheritance diagram for StencilReal< REAL >:
LimitStencilReal< REAL >

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...
 

Protected Attributes

int * _size
 
Index_indices
 
REAL * _weights
 

Friends

class StencilTableFactoryReal< REAL >
 
class LimitStencilTableFactoryReal< REAL >
 

Detailed Description

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

Vertex stencil descriptor.

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

Definition at line 53 of file stencilTable.h.

Constructor & Destructor Documentation

StencilReal ( )
inline

Default constructor.

Definition at line 57 of file stencilTable.h.

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

Definition at line 67 of file stencilTable.h.

StencilReal ( StencilReal< REAL > const &  other)
inline

Copy constructor.

Definition at line 71 of file stencilTable.h.

Member Function Documentation

int GetSize ( ) const
inline

Returns the size of the stencil.

Definition at line 78 of file stencilTable.h.

int* GetSizePtr ( ) const
inline

Returns the size of the stencil as a pointer.

Definition at line 83 of file stencilTable.h.

Index const* GetVertexIndices ( ) const
inline

Returns the control vertices' indices.

Definition at line 88 of file stencilTable.h.

REAL const* GetWeights ( ) const
inline

Returns the interpolation weights.

Definition at line 93 of file stencilTable.h.

void Next ( )
inline

Advance to the next stencil in the table.

Definition at line 98 of file stencilTable.h.

Friends And Related Function Documentation

friend class LimitStencilTableFactoryReal< REAL >
friend

Definition at line 107 of file stencilTable.h.

friend class StencilTableFactoryReal< REAL >
friend

Definition at line 106 of file stencilTable.h.

Member Data Documentation

Index* _indices
protected

Definition at line 110 of file stencilTable.h.

int* _size
protected

Definition at line 109 of file stencilTable.h.

REAL* _weights
protected

Definition at line 111 of file stencilTable.h.


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