Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::SlicePlanes3DRep Class Reference

Display a set of planes in 3D. More...

#include <cxSlicePlanes3DRep.h>

Inheritance diagram for cx::SlicePlanes3DRep:
cx::RepImpl cx::Rep

Public Member Functions

virtual ~SlicePlanes3DRep ()
 
virtual QString getType () const
 
void setProxy (SlicePlanesProxyPtr proxy)
 
SlicePlanesProxyPtr getProxy ()
 
void setDynamicLabelSize (bool on)
 
- Public Member Functions inherited from cx::RepImpl
 RepImpl (const QString &uid="", const QString &name="")
 
virtual ~RepImpl ()
 
virtual void connectToView (ViewPtr theView)
 
virtual void disconnectFromView (ViewPtr theView)
 
virtual bool isConnectedToView (ViewPtr theView) const
 
void setName (QString name)
 
QString getName () const
 
QString getUid () const
 
virtual void printSelf (std::ostream &os, Indent indent)
 
- Public Member Functions inherited from cx::Rep
virtual ~Rep ()
 

Static Public Member Functions

static SlicePlanes3DRepPtr New (const QString &uid="")
 
- Static Public Member Functions inherited from cx::RepImpl
template<class REP >
static boost::shared_ptr< REP > wrap_new (REP *object, QString uid)
 

Protected Member Functions

virtual void addRepActorsToViewRenderer (ViewPtr view)
 
virtual void removeRepActorsFromViewRenderer (ViewPtr view)
 
- Protected Member Functions inherited from cx::RepImpl
ViewPtr getView () const
 
vtkRendererPtr getRenderer ()
 
RepPtr getSelf ()
 
virtual void onModifiedStartRender ()
 

Additional Inherited Members

- Protected Slots inherited from cx::RepImpl
void setModified ()
 

Detailed Description

Display a set of planes in 3D.

Draw all the planes defined in a SlicesPlanesProxy using the settings from SlicePlanesProxy. Only graphical plane representations are drawn, no image data.

See Also
SlicePlanesProxy SlicePlanes3DMarkerIn2DRep

Definition at line 132 of file cxSlicePlanes3DRep.h.

Constructor & Destructor Documentation

cx::SlicePlanes3DRep::~SlicePlanes3DRep ( )
virtual

Definition at line 172 of file cxSlicePlanes3DRep.cpp.

Member Function Documentation

void cx::SlicePlanes3DRep::addRepActorsToViewRenderer ( ViewPtr  view)
protectedvirtual

Implements cx::RepImpl.

Definition at line 195 of file cxSlicePlanes3DRep.cpp.

SlicePlanesProxyPtr cx::SlicePlanes3DRep::getProxy ( )
inline

Definition at line 140 of file cxSlicePlanes3DRep.h.

virtual QString cx::SlicePlanes3DRep::getType ( ) const
inlinevirtual
Returns
a string identifying the Rep type. Each suclass implement this with its own class name. Subclasses from other namespaces (such as cx and snw) should add that namespace as a prefix.

Implements cx::RepImpl.

Definition at line 138 of file cxSlicePlanes3DRep.h.

SlicePlanes3DRepPtr cx::SlicePlanes3DRep::New ( const QString &  uid = "")
static

-----------------------------------------------------—

-----------------------------------------------------—

Definition at line 162 of file cxSlicePlanes3DRep.cpp.

void cx::SlicePlanes3DRep::removeRepActorsFromViewRenderer ( ViewPtr  view)
protectedvirtual

Implements cx::RepImpl.

Definition at line 202 of file cxSlicePlanes3DRep.cpp.

void cx::SlicePlanes3DRep::setDynamicLabelSize ( bool  on)

Set this to get a label size that keeps a maximum size relative to the viewport.

Definition at line 182 of file cxSlicePlanes3DRep.cpp.

void cx::SlicePlanes3DRep::setProxy ( SlicePlanesProxyPtr  proxy)

Definition at line 310 of file cxSlicePlanes3DRep.cpp.


The documentation for this class was generated from the following files: