#include <AnalyticGeometry.h>
This is distinct from DecorativeGeometry which is used for making animations. However, you can use AnalyticGeometry to generate DecorativeGeometry although not the reverse.
Public Member Functions | |
AnalyticGeometry () | |
~AnalyticGeometry () | |
AnalyticGeometry (const AnalyticGeometry &) | |
AnalyticGeometry & | operator= (const AnalyticGeometry &) |
void | setTransform (const Transform &X_BG) |
const Transform & | getTransform () const |
DecorativeGeometry | generateDecorativeGeometry () const |
bool | isOwnerHandle () const |
Is this handle the owner of this rep? This is true if the handle is empty or if its rep points back here. | |
bool | isEmptyHandle () const |
AnalyticGeometry (class AnalyticGeometryRep *r) | |
bool | hasRep () const |
const AnalyticGeometryRep & | getRep () const |
AnalyticGeometryRep & | updRep () |
Protected Attributes | |
class AnalyticGeometryRep * | rep |
AnalyticGeometry | ( | ) | [inline] |
~AnalyticGeometry | ( | ) |
AnalyticGeometry | ( | const AnalyticGeometry & | ) |
AnalyticGeometry | ( | class AnalyticGeometryRep * | r | ) | [inline, explicit] |
AnalyticGeometry& operator= | ( | const AnalyticGeometry & | ) |
void setTransform | ( | const Transform & | X_BG | ) |
const Transform& getTransform | ( | ) | const |
DecorativeGeometry generateDecorativeGeometry | ( | ) | const |
bool isOwnerHandle | ( | ) | const |
Is this handle the owner of this rep? This is true if the handle is empty or if its rep points back here.
bool isEmptyHandle | ( | ) | const |
bool hasRep | ( | ) | const [inline] |
const AnalyticGeometryRep& getRep | ( | ) | const [inline] |
AnalyticGeometryRep& updRep | ( | ) | [inline] |
class AnalyticGeometryRep* rep [protected] |