#include <GU_Brush.h>
Definition at line 67 of file GU_Brush.h.
| GU_BrushStencil::GU_BrushStencil | ( | ) |
| virtual GU_BrushStencil::~GU_BrushStencil | ( | ) | [virtual] |
| void GU_BrushStencil::clearStencil | ( | ) |
| bool GU_BrushStencil::isEmpty | ( | ) | const |
| bool GU_BrushStencil::isPointMode | ( | ) | const |
| bool GU_BrushStencil::isVertexMode | ( | ) | const |
| bool GU_BrushStencil::iteratePoint | ( | int & | ptidx, | |
| float & | alpha, | |||
| UT_Vector3 & | color | |||
| ) |
| bool GU_BrushStencil::iteratePoint | ( | int & | ptidx, | |
| float & | alpha | |||
| ) |
| bool GU_BrushStencil::iterateVertex | ( | int & | vtxidx, | |
| float & | alpha, | |||
| UT_Vector3 & | color | |||
| ) |
| bool GU_BrushStencil::iterateVertex | ( | int & | vtxidx, | |
| float & | alpha | |||
| ) |
| void GU_BrushStencil::setPointMode | ( | ) |
| void GU_BrushStencil::setPointVal | ( | int | ptidx, | |
| float | val, | |||
| const UT_Vector3 & | colour, | |||
| float | alpha | |||
| ) |
| void GU_BrushStencil::setPointVal | ( | int | ptidx, | |
| float | val, | |||
| float | alpha | |||
| ) |
| void GU_BrushStencil::setVertexMode | ( | ) |
| void GU_BrushStencil::setVertexVal | ( | int | vtxidx, | |
| float | val, | |||
| const UT_Vector3 & | colour, | |||
| float | alpha | |||
| ) |
| void GU_BrushStencil::setVertexVal | ( | int | vtxidx, | |
| float | val, | |||
| float | alpha | |||
| ) |
| void GU_BrushStencil::setVtxTables | ( | UT_PtrArray< UT_IntArray * > * | pt2vtx, | |
| UT_PtrArray< const GEO_Vertex * > * | vtx, | |||
| const GU_Detail * | gdp | |||
| ) |
| void GU_BrushStencil::startPointIterate | ( | ) |
| void GU_BrushStencil::startVertexIterate | ( | ) |
UT_Vector3Array GU_BrushStencil::myColours [protected] |
Definition at line 117 of file GU_Brush.h.
bool GU_BrushStencil::myCurIsVertexIterate [protected] |
Definition at line 129 of file GU_Brush.h.
int GU_BrushStencil::myCurIteratePass [protected] |
Definition at line 128 of file GU_Brush.h.
int GU_BrushStencil::myCurPixel [protected] |
Definition at line 127 of file GU_Brush.h.
int GU_BrushStencil::myCurSubIdx [protected] |
Definition at line 127 of file GU_Brush.h.
UT_RefArray<GU_StencilPixel> GU_BrushStencil::myEntries [protected] |
Definition at line 106 of file GU_Brush.h.
const GU_Detail* GU_BrushStencil::myGdp [protected] |
Definition at line 121 of file GU_Brush.h.
GU_BrushStencilMode GU_BrushStencil::myMode [protected] |
Definition at line 124 of file GU_Brush.h.
UT_IntArray GU_BrushStencil::myPointPass [protected] |
Definition at line 114 of file GU_Brush.h.
UT_PtrArray<UT_IntArray *>* GU_BrushStencil::myPt2Vtx [protected] |
Definition at line 119 of file GU_Brush.h.
UT_IntArray GU_BrushStencil::myStencilRef [protected] |
Definition at line 110 of file GU_Brush.h.
UT_PtrArray<const GEO_Vertex *>* GU_BrushStencil::myVtx [protected] |
Definition at line 120 of file GU_Brush.h.
1.5.9