13 #ifndef CXGEOMETRICREP_H_
14 #define CXGEOMETRICREP_H_
25 typedef boost::shared_ptr<class Mesh>
MeshPtr;
62 void meshChangedSlot();
63 void transformChangedSlot();
64 void clipPlanesChangedSlot();
85 virtual QString getType()
const {
return "GeometricRep"; }
88 bool hasMesh(
MeshPtr mesh)
const;
92 virtual void addRepActorsToViewRenderer(
ViewPtr view);
93 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);