|
Blender
V2.93
|
#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 28 of file VertexRep.h.
|
inline |
Definition at line 30 of file VertexRep.h.
|
inline |
Definition at line 46 of file VertexRep.h.
|
inlinevirtual |
Accept the corresponding visitor
Reimplemented from Freestyle::Rep.
Definition at line 51 of file VertexRep.h.
References Freestyle::Rep::accept(), and v.
|
virtual |
Computes the rep bounding box.
Implements Freestyle::Rep.
Definition at line 26 of file VertexRep.cpp.
References Freestyle::Rep::setBBox().
|
inline |
Definition at line 66 of file VertexRep.h.
|
inline |
Definition at line 86 of file VertexRep.h.
Definition at line 112 of file VertexRep.h.
|
inline |
Definition at line 119 of file VertexRep.h.
|
inline |
|
inline |
Definition at line 97 of file VertexRep.h.
References x().
|
inline |
Definition at line 102 of file VertexRep.h.
References y().
|
inline |
Definition at line 107 of file VertexRep.h.
References z().
|
inline |
accessors
Definition at line 61 of file VertexRep.h.
|
inline |
Definition at line 71 of file VertexRep.h.
Referenced by setCoordinates(), setX(), and VertexRep().
|
inline |
Definition at line 76 of file VertexRep.h.
Referenced by setCoordinates(), setY(), and VertexRep().
|
inline |
Definition at line 81 of file VertexRep.h.
Referenced by setCoordinates(), setZ(), and VertexRep().