33 #ifndef CXSLICES3DREP_H_ 34 #define CXSLICES3DREP_H_ 36 #include "cxResourceVisualizationExport.h" 74 virtual QString
getType()
const {
return "Slices3DRep"; }
76 void setShaderPath(QString path);
77 void setImages(std::vector<ImagePtr> images);
83 virtual void addRepActorsToViewRenderer(
ViewPtr view);
84 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
87 std::vector<Texture3DSlicerProxyPtr> mProxy;
Display several slices through volumes in 3D.
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class SharedOpenGLContext > SharedOpenGLContextPtr
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
Namespace for all CustusX production code.
boost::shared_ptr< class Tool > ToolPtr