13 #ifndef CXGEOMETRICREP2D_H_ 14 #define CXGEOMETRICREP2D_H_ 16 #include "cxResourceVisualizationExport.h" 24 typedef boost::shared_ptr<class Mesh>
MeshPtr;
45 static GeometricRep2DPtr New(
const QString& uid=
"");
47 virtual QString
getType()
const {
return "GeometricRep2D"; }
48 void setMesh(MeshPtr mesh);
50 bool hasMesh(MeshPtr mesh)
const;
51 void setSliceProxy(SliceProxyPtr slicer);
55 virtual void addRepActorsToViewRenderer(
ViewPtr view);
56 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
66 void meshChangedSlot();
67 void transformChangedSlot();
vtkSmartPointer< class vtkActor > vtkActorPtr
vtkSmartPointer< class vtkPolyDataMapper > vtkPolyDataMapperPtr
vtkSmartPointer< class vtkProperty > vtkPropertyPtr
vtkPolyDataMapperPtr mMapper
boost::shared_ptr< class View > ViewPtr
Default implementation of Rep.
virtual QString getType() const
gives this reps type
boost::shared_ptr< class Mesh > MeshPtr
boost::shared_ptr< class GeometricRep2D > GeometricRep2DPtr
Namespace for all CustusX production code.