All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MaskInterface Class Reference

#include <maskInterfaces.h>

Public Types

typedef float Weight
 

Public Member Functions

 MaskInterface (Weight *v, Weight *e, Weight *f)
 
 ~MaskInterface ()
 
int GetNumVertexWeights () const
 
int GetNumEdgeWeights () const
 
int GetNumFaceWeights () const
 
void SetNumVertexWeights (int count)
 
void SetNumEdgeWeights (int count)
 
void SetNumFaceWeights (int count)
 
Weight const & VertexWeight (int index) const
 
Weight const & EdgeWeight (int index) const
 
Weight const & FaceWeight (int index) const
 
WeightVertexWeight (int index)
 
WeightEdgeWeight (int index)
 
WeightFaceWeight (int index)
 

Detailed Description

Definition at line 53 of file maskInterfaces.h.

Member Typedef Documentation

typedef float Weight

Definition at line 55 of file maskInterfaces.h.

Constructor & Destructor Documentation

MaskInterface ( Weight v,
Weight e,
Weight f 
)
inline

Definition at line 58 of file maskInterfaces.h.

~MaskInterface ( )
inline

Definition at line 59 of file maskInterfaces.h.

Member Function Documentation

Weight const& EdgeWeight ( int  index) const
inline

Definition at line 71 of file maskInterfaces.h.

Weight& EdgeWeight ( int  index)
inline

Definition at line 75 of file maskInterfaces.h.

Weight const& FaceWeight ( int  index) const
inline

Definition at line 72 of file maskInterfaces.h.

Weight& FaceWeight ( int  index)
inline

Definition at line 76 of file maskInterfaces.h.

int GetNumEdgeWeights ( ) const
inline

Definition at line 63 of file maskInterfaces.h.

int GetNumFaceWeights ( ) const
inline

Definition at line 64 of file maskInterfaces.h.

int GetNumVertexWeights ( ) const
inline

Definition at line 62 of file maskInterfaces.h.

void SetNumEdgeWeights ( int  count)
inline

Definition at line 67 of file maskInterfaces.h.

void SetNumFaceWeights ( int  count)
inline

Definition at line 68 of file maskInterfaces.h.

void SetNumVertexWeights ( int  count)
inline

Definition at line 66 of file maskInterfaces.h.

Weight const& VertexWeight ( int  index) const
inline

Definition at line 70 of file maskInterfaces.h.

Weight& VertexWeight ( int  index)
inline

Definition at line 74 of file maskInterfaces.h.


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