13 #ifndef CXGEOMETRICREP2D_H_
14 #define CXGEOMETRICREP2D_H_
16 #include "cxResourceVisualizationExport.h"
24 typedef boost::shared_ptr<class Mesh>
MeshPtr;
47 virtual QString getType()
const {
return "GeometricRep2D"; }
50 bool hasMesh(
MeshPtr mesh)
const;
55 virtual void addRepActorsToViewRenderer(
ViewPtr view);
56 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
66 void meshChangedSlot();
67 void transformChangedSlot();