41 #ifndef CXSLICES3DREP_H_
42 #define CXSLICES3DREP_H_
44 #include "cxResourceVisualizationExport.h"
82 virtual QString
getType()
const {
return "Slices3DRep"; }
84 void setShaderPath(QString path);
85 void setImages(std::vector<ImagePtr> images);
91 virtual void addRepActorsToViewRenderer(
ViewPtr view);
92 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
95 std::vector<Texture3DSlicerProxyPtr> mProxy;
Display several slices through volumes in 3D.
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class Slices3DRep > Slices3DRepPtr
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
Default implementation of Rep.
virtual QString getType() const
boost::shared_ptr< class Texture3DSlicerProxy > Texture3DSlicerProxyPtr
boost::shared_ptr< class Tool > ToolPtr