|
Blender V4.3
|
#include <VertexRep.h>
Inherits Freestyle::Rep.
Public Member Functions | |
| VertexRep () | |
| VertexRep (real x, real y, real z, int id=0) | |
| ~VertexRep () | |
| virtual void | accept (SceneVisitor &v) |
| virtual void | ComputeBBox () |
| const int | vid () const |
| const real * | coordinates () const |
| real | x () const |
| real | y () const |
| real | z () const |
| float | pointSize () const |
| void | setVid (int id) |
| void | setX (real x) |
| void | setY (real y) |
| void | setZ (real z) |
| void | setCoordinates (real x, real y, real z) |
| void | setPointSize (float iPointSize) |
Public Member Functions inherited from Freestyle::Rep | |
| Rep () | |
| Rep (const Rep &iBrother) | |
| void | swap (Rep &ioOther) |
| Rep & | operator= (const Rep &iBrother) |
| virtual | ~Rep () |
| virtual const BBox< Vec3f > & | bbox () const |
| Id | getId () const |
| const string & | getName () const |
| const string & | getLibraryPath () const |
| const FrsMaterial * | frs_material () const |
| virtual void | setBBox (const BBox< Vec3f > &iBox) |
| void | setId (const Id &id) |
| void | setName (const string &name) |
| void | setLibraryPath (const string &path) |
| void | setFrsMaterial (const FrsMaterial &iMaterial) |
Public Member Functions inherited from Freestyle::BaseObject | |
| BaseObject () | |
| virtual | ~BaseObject () |
| virtual int | destroy () |
| int | addRef () |
| int | release () |
Definition at line 16 of file VertexRep.h.
|
inline |
Definition at line 18 of file VertexRep.h.
Definition at line 24 of file VertexRep.h.
|
inline |
Definition at line 34 of file VertexRep.h.
|
inlinevirtual |
Accept the corresponding visitor
Reimplemented from Freestyle::Rep.
Definition at line 37 of file VertexRep.h.
References Freestyle::Rep::accept(), and v.
|
virtual |
Computes the rep bounding box.
Implements Freestyle::Rep.
Definition at line 14 of file VertexRep.cpp.
References Freestyle::Rep::setBBox().
|
inline |
Definition at line 52 of file VertexRep.h.
|
inline |
Definition at line 72 of file VertexRep.h.
Definition at line 98 of file VertexRep.h.
|
inline |
Definition at line 105 of file VertexRep.h.
|
inline |
modifiers
Definition at line 78 of file VertexRep.h.
|
inline |
Definition at line 83 of file VertexRep.h.
References x().
|
inline |
Definition at line 88 of file VertexRep.h.
References y().
|
inline |
Definition at line 93 of file VertexRep.h.
References z().
|
inline |
accessors
Definition at line 47 of file VertexRep.h.
|
inline |
Definition at line 57 of file VertexRep.h.
Referenced by setCoordinates(), setX(), and VertexRep().
|
inline |
Definition at line 62 of file VertexRep.h.
Referenced by setCoordinates(), setY(), and VertexRep().
|
inline |
Definition at line 67 of file VertexRep.h.
Referenced by setCoordinates(), setZ(), and VertexRep().