36 #include <boost/bind.hpp>
37 #include <vtkRenderer.h>
38 #include <vtkMatrix4x4.h>
39 #include <vtkActor2D.h>
40 #include <vtkTextProperty.h>
41 #include <vtkTextActor3D.h>
53 mConnectedTo3D =
false;
57 QColor color1 = QColor::fromRgbF(0, 1, 1);
58 QColor color2 = QColor::fromRgbF(0, 0.6, 1);
59 QColor color3 = QColor::fromRgbF(0.5, 0.5, 1);
106 return mVisible && mConnectedTo3D;
125 if (!mData.count(type))
138 mData[type].vp_s = vp_s;
146 slice->initializeFromPlane(type,
false,
Vector3D(0, 0, 1),
true, 1, 0.25);
167 SlicePlanes3DRep::SlicePlanes3DRep() :
175 mProxy->connectTo3D(
false);
187 mViewportListener->setCallback(boost::bind(&SlicePlanes3DRep::rescale,
this));
191 mViewportListener.reset();
198 if (mViewportListener)
199 mViewportListener->startListen(view->getRenderer());
204 if (mViewportListener)
205 mViewportListener->stopListen();
209 void SlicePlanes3DRep::clearActors()
214 for (DataMap::iterator i = mData.begin(); i != mData.end(); ++i)
217 i->second.mPoint.reset();
218 i->second.mRect.reset();
219 i->second.mAxes.reset();
224 void SlicePlanes3DRep::rescale()
229 void SlicePlanes3DRep::changedSlot()
234 if (!mProxy->getVisible())
242 for (SlicePlanesProxy::DataMap::iterator i = baseData.begin(); i != baseData.end(); ++i)
244 SlicePlanesProxy::DataType& base = i->second;
245 DataType& data = mData[i->first];
249 data.mText = vtkTextActor3DPtr::New();
252 data.mText->GetTextProperty()->SetFontSize(mProxy->getProperties().m3DFontSize);
253 data.mText->GetTextProperty()->BoldOn();
254 data.mText->GetTextProperty()->SetVerticalJustificationToBottom();
255 data.mText->GetTextProperty()->SetJustificationToLeft();
256 data.mText->GetTextProperty()->ShadowOff();
261 data.mRect.reset(
new Rect3D(this->
getRenderer(), base.mColor));
264 Transform3D rMs = base.mSliceProxy->get_sMr().inv();
266 Vector3D pos_s = vpMnvp.coord(base.mPointPos_normvp);
272 if (mViewportListener)
274 double size = mViewportListener->getVpnZoom();
275 double planeSize = (i->second.vp_s.range()[0] + i->second.vp_s.range()[1]) / 2.0;
276 double sphereSize = std::min(0.1 / size, planeSize/5);
277 sphereSize = sphereSize/50;
278 data.mText->GetTextProperty()->SetFontSize(mProxy->getProperties().m3DFontSize);
289 data.mText->SetUserMatrix((rMs * T * S * T2).
getVtkMatrix());
294 data.mPoint->setColor(base.mColor);
295 data.mPoint->setValue(rMs.coord(pos_s));
299 data.mRect->updatePosition(base.vp_s, rMs);
300 data.mRect->setLine(mProxy->getProperties().mLineWidth != 0, mProxy->getProperties().mLineWidth);
301 data.mRect->setSurface(mProxy->getDrawPlanes());
305 data.mAxes->setPosition(rMs);
313 mProxy->connectTo3D(
true);
314 connect(mProxy.get(), SIGNAL(changed()),
this, SLOT(changedSlot()));
327 SlicePlanes3DMarkerIn2DRep::SlicePlanes3DMarkerIn2DRep() :
341 mText->textProperty()->BoldOn();
342 mText->textProperty()->SetVerticalJustificationToTop();
343 mText->textProperty()->SetJustificationToLeft();
345 mText->getActor()->GetPositionCoordinate()->SetCoordinateSystemToNormalizedViewport();
346 view->getRenderer()->AddActor2D(mText->getActor());
352 view->getRenderer()->RemoveActor(mText->getActor());
356 void SlicePlanes3DMarkerIn2DRep::changedSlot()
360 mText->getActor()->SetVisibility(mProxy->getVisible() && mProxy->getData().count(mType));
371 connect(mProxy.get(), SIGNAL(changed()),
this, SLOT(changedSlot()));
virtual ~SlicePlanes3DRep()
virtual ~SlicePlanes3DMarkerIn2DRep()
void setViewportData(PLANE_TYPE type, SliceProxyPtr slice, const DoubleBoundingBox3D &vp_s)
vtkRendererPtr getRenderer()
ptCORONAL
a slice seen from the front of the patient
static SliceProxyPtr create(PatientModelServicePtr dataManager)
Vector3D getColorAsVector3D(QColor color)
boost::shared_ptr< class SlicePlanesProxy > SlicePlanesProxyPtr
PLANE_TYPE mClipPlane
what plane to use for 3D clipping
Transform3D createTransformScale(const Vector3D &scale_)
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
std::map< PLANE_TYPE, DataType > DataMap
void setDrawPlanes(bool on)
static SlicePlanes3DRepPtr New(const QString &uid="")
Vector3D mPointPos_normvp
position of symbol in normalized space <0..1, 0..1>
int mLineWidth
draw wireframe lines. 0 means no line
static boost::shared_ptr< REP > wrap_new(REP *object, QString uid)
cstring_cast_Placeholder cstring_cast(const T &val)
Display a set of planes in 3D.
virtual void removeRepActorsFromViewRenderer(ViewPtr view)
void setVisible(bool visible)
void connectTo3D(bool on)
ptAXIAL
a slice seen from the top of the patient
boost::shared_ptr< class View > ViewPtr
static SlicePlanes3DMarkerIn2DRepPtr New(const QString &uid="")
Transform3D createTransformNormalize(const DoubleBoundingBox3D &in, const DoubleBoundingBox3D &out)
Listens to changes in viewport and camera matrix.
ptSAGITTAL
a slice seen from the side of the patient
void setProxy(SlicePlanesProxyPtr proxy)
bool getDrawPlanes() const
Display annotations for the SlicePlanesProxy planes in 2D.
void addSimpleSlicePlane(PLANE_TYPE type, PatientModelServicePtr dataManager)
std::map< PLANE_TYPE, QString > mSymbol
normalized RGB
std::map< PLANE_TYPE, QColor > mColor
Helper for drawing text in 2D.
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
Transform3D createTransformTranslate(const Vector3D &translation)
Default implementation of Rep.
Representation of a floating-point bounding box in 3D. The data are stored as {xmin,xmax,ymin,ymax,zmin,zmax}, in order to simplify communication with vtk.
Vector3D mPointPos_normvp
void setProxy(PLANE_TYPE type, SlicePlanesProxyPtr proxy)
boost::shared_ptr< class SlicePlanes3DRep > SlicePlanes3DRepPtr
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
ptRADIALPLANE
y-rotated 90* relative to anyplane (bird's view)
virtual void removeRepActorsFromViewRenderer(ViewPtr view)
virtual void addRepActorsToViewRenderer(ViewPtr view)
void setDynamicLabelSize(bool on)
ptANYPLANE
a plane aligned with the tool base plane
boost::shared_ptr< class SlicePlanes3DMarkerIn2DRep > SlicePlanes3DMarkerIn2DRepPtr
virtual void addRepActorsToViewRenderer(ViewPtr view)
SliceProxyPtr mSliceProxy
ptSIDEPLANE
z-rotated 90* relative to anyplane (dual anyplane)