16 #include "cxResourceVisualizationExport.h"
25 typedef boost::shared_ptr<class AxesRep>
AxesRepPtr;
43 virtual QString
getType()
const {
return "AxesRep"; }
45 void setFontSize(
double size);
46 void setAxisLength(
double length);
47 void setVisible(
bool on);
48 void setShowAxesLabels(
bool on);
49 void setCaption(
const QString& caption,
const Vector3D& color);
53 virtual void addRepActorsToViewRenderer(
ViewPtr view);
54 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);