|
Blender V4.3
|
#include <StrokeRep.h>
Public Member Functions | |
| StrokeVertexRep () | |
| StrokeVertexRep (const Vec2r &iPoint2d) | |
| StrokeVertexRep (const StrokeVertexRep &iBrother) | |
| virtual | ~StrokeVertexRep () |
| Vec2r & | point2d () |
| Vec2r & | texCoord (bool tips=false) |
| Vec3r & | color () |
| float | alpha () |
| void | setPoint2d (const Vec2r &p) |
| void | setTexCoord (const Vec2r &p, bool tips=false) |
| void | setColor (const Vec3r &p) |
| void | setAlpha (float a) |
Protected Attributes | |
| Vec2r | _point2d |
| Vec2r | _texCoord |
| Vec2r | _texCoord_w_tips |
| Vec3r | _color |
| float | _alpha |
Definition at line 46 of file StrokeRep.h.
|
inline |
Definition at line 48 of file StrokeRep.h.
|
inline |
Definition at line 50 of file StrokeRep.h.
References _point2d.
| Freestyle::StrokeVertexRep::StrokeVertexRep | ( | const StrokeVertexRep & | iBrother | ) |
Definition at line 28 of file StrokeRep.cpp.
References _alpha, _color, _point2d, _texCoord, and _texCoord_w_tips.
|
inlinevirtual |
Definition at line 57 of file StrokeRep.h.
|
inline |
Definition at line 79 of file StrokeRep.h.
References _alpha.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
inline |
Definition at line 74 of file StrokeRep.h.
References _color.
Referenced by Freestyle::PSStrokeRenderer::RenderStrokeRepBasic().
|
inline |
Definition at line 59 of file StrokeRep.h.
References _point2d.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh(), Freestyle::PSStrokeRenderer::RenderStrokeRepBasic(), and Freestyle::BlenderStrokeRenderer::test_triangle_visibility().
|
inline |
Definition at line 104 of file StrokeRep.h.
References _alpha, and Freestyle::a.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
|
inline |
Definition at line 99 of file StrokeRep.h.
References _color.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
|
inline |
Definition at line 84 of file StrokeRep.h.
References _point2d.
Definition at line 89 of file StrokeRep.h.
References _texCoord, and _texCoord_w_tips.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
Definition at line 64 of file StrokeRep.h.
References _texCoord, and _texCoord_w_tips.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
protected |
Definition at line 114 of file StrokeRep.h.
Referenced by alpha(), setAlpha(), and StrokeVertexRep().
|
protected |
Definition at line 113 of file StrokeRep.h.
Referenced by color(), setColor(), and StrokeVertexRep().
|
protected |
Definition at line 110 of file StrokeRep.h.
Referenced by point2d(), setPoint2d(), StrokeVertexRep(), and StrokeVertexRep().
|
protected |
Definition at line 111 of file StrokeRep.h.
Referenced by setTexCoord(), StrokeVertexRep(), and texCoord().
|
protected |
Definition at line 112 of file StrokeRep.h.
Referenced by setTexCoord(), StrokeVertexRep(), and texCoord().