Fraxinus
16.5.0-fx-rc5
An IGT application
|
Display a 2D Volume in 3D. More...
#include <cxImage2DRep3D.h>
Public Member Functions | |
virtual | ~Image2DRep3D () |
virtual QString | getType () const |
void | setImage (ImagePtr image) |
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 Image2DRep3DPtr | New (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 | |
Image2DRep3D () | |
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 () |
Display a 2D Volume in 3D.
The standard VolumetricRep does not handle 2D volumes, because the vtkVolume does not handle it. This rep handles it though the use of a vtkImageActor.
Definition at line 107 of file cxImage2DRep3D.h.
|
virtual |
Definition at line 145 of file cxImage2DRep3D.cpp.
|
protected |
Definition at line 139 of file cxImage2DRep3D.cpp.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 154 of file cxImage2DRep3D.cpp.
|
inlinevirtual |
Implements cx::RepImpl.
Definition at line 113 of file cxImage2DRep3D.h.
|
inlinestatic |
Definition at line 111 of file cxImage2DRep3D.h.
|
protectedvirtual |
Implements cx::RepImpl.
Definition at line 159 of file cxImage2DRep3D.cpp.
void cx::Image2DRep3D::setImage | ( | ImagePtr | image | ) |
Definition at line 149 of file cxImage2DRep3D.cpp.