![]() |
#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 |
| Weight & | VertexWeight (int index) |
| Weight & | EdgeWeight (int index) |
| Weight & | FaceWeight (int index) |
Definition at line 53 of file maskInterfaces.h.
| typedef float Weight |
Definition at line 55 of file maskInterfaces.h.
|
inline |
Definition at line 58 of file maskInterfaces.h.
|
inline |
Definition at line 59 of file maskInterfaces.h.
|
inline |
Definition at line 71 of file maskInterfaces.h.
|
inline |
Definition at line 75 of file maskInterfaces.h.
|
inline |
Definition at line 72 of file maskInterfaces.h.
|
inline |
Definition at line 76 of file maskInterfaces.h.
|
inline |
Definition at line 63 of file maskInterfaces.h.
|
inline |
Definition at line 64 of file maskInterfaces.h.
|
inline |
Definition at line 62 of file maskInterfaces.h.
|
inline |
Definition at line 67 of file maskInterfaces.h.
|
inline |
Definition at line 68 of file maskInterfaces.h.
|
inline |
Definition at line 66 of file maskInterfaces.h.
|
inline |
Definition at line 70 of file maskInterfaces.h.
|
inline |
Definition at line 74 of file maskInterfaces.h.