#include <GU_NURBPyramid.h>
Public Member Functions | |
| GU_CVMesh () | |
| GU_CVMesh (UT_RefMatrix< UT_Vector4 > *cv, int dir) | |
| GU_CVMesh (GEO_Hull *cv, int dir) | |
| void | init (UT_RefMatrix< UT_Vector4 > *cv, int dir) |
| void | init (GEO_Hull *cv, int dir) |
| void | setDir (int dir) |
| unsigned int | usedRows (void) const |
| unsigned int | usedCols (void) const |
| const UT_Vector4 & | operator() (int i, int j) const |
| UT_Vector4 & | operator() (int i, int j) |
Definition at line 31 of file GU_NURBPyramid.h.
| GU_CVMesh::GU_CVMesh | ( | ) | [inline] |
Definition at line 34 of file GU_NURBPyramid.h.
| GU_CVMesh::GU_CVMesh | ( | UT_RefMatrix< UT_Vector4 > * | cv, | |
| int | dir | |||
| ) | [inline] |
Definition at line 35 of file GU_NURBPyramid.h.
| GU_CVMesh::GU_CVMesh | ( | GEO_Hull * | cv, | |
| int | dir | |||
| ) | [inline] |
Definition at line 36 of file GU_NURBPyramid.h.
| void GU_CVMesh::init | ( | GEO_Hull * | cv, | |
| int | dir | |||
| ) | [inline] |
Definition at line 42 of file GU_NURBPyramid.h.
| void GU_CVMesh::init | ( | UT_RefMatrix< UT_Vector4 > * | cv, | |
| int | dir | |||
| ) | [inline] |
Definition at line 38 of file GU_NURBPyramid.h.
| UT_Vector4& GU_CVMesh::operator() | ( | int | i, | |
| int | j | |||
| ) | [inline] |
Definition at line 88 of file GU_NURBPyramid.h.
| const UT_Vector4& GU_CVMesh::operator() | ( | int | i, | |
| int | j | |||
| ) | const [inline] |
Definition at line 75 of file GU_NURBPyramid.h.
| void GU_CVMesh::setDir | ( | int | dir | ) | [inline] |
Definition at line 47 of file GU_NURBPyramid.h.
| unsigned int GU_CVMesh::usedCols | ( | void | ) | const [inline] |
Definition at line 62 of file GU_NURBPyramid.h.
| unsigned int GU_CVMesh::usedRows | ( | void | ) | const [inline] |
Definition at line 49 of file GU_NURBPyramid.h.
1.5.9