12 #ifndef CXSLICES3DREP_H_ 13 #define CXSLICES3DREP_H_ 15 #include "cxResourceVisualizationExport.h" 53 virtual QString
getType()
const {
return "Slices3DRep"; }
55 void setShaderPath(QString path);
56 void setImages(std::vector<ImagePtr> images);
62 virtual void addRepActorsToViewRenderer(
ViewPtr view);
63 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
66 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