CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ImageMapperMonitor Class Reference

#include <cxImageMapperMonitor.h>

Inheritance diagram for cx::ImageMapperMonitor:
cx::MehdiGPURayCastMultiVolumeRepImageMapperMonitor

Public Member Functions

 ~ImageMapperMonitor ()
 

Static Public Member Functions

static ImageMapperMonitorPtr create (vtkVolumePtr volume, ImagePtr image)
 

Protected Slots

virtual void applyCropping ()
 
virtual void clearClipping ()
 
virtual void applyClipping ()
 

Protected Member Functions

 ImageMapperMonitor (vtkVolumePtr volume, ImagePtr image)
 
void init ()
 

Protected Attributes

vtkVolumePtr mVolume
 
ImagePtr mImage
 

Detailed Description

Helper class that uses the stored clip planes in a Image to clip it in a mapper.

Used internally by VolumetricRep - No need to use this elsewhere!

Author
christiana

Definition at line 57 of file cxImageMapperMonitor.h.

Constructor & Destructor Documentation

cx::ImageMapperMonitor::~ImageMapperMonitor ( )

Definition at line 69 of file cxImageMapperMonitor.cpp.

cx::ImageMapperMonitor::ImageMapperMonitor ( vtkVolumePtr  volume,
ImagePtr  image 
)
protected

Definition at line 55 of file cxImageMapperMonitor.cpp.

Member Function Documentation

void cx::ImageMapperMonitor::applyClipping ( )
protectedvirtualslot
void cx::ImageMapperMonitor::applyCropping ( )
protectedvirtualslot
void cx::ImageMapperMonitor::clearClipping ( )
protectedvirtualslot
ImageMapperMonitorPtr cx::ImageMapperMonitor::create ( vtkVolumePtr  volume,
ImagePtr  image 
)
static

Definition at line 48 of file cxImageMapperMonitor.cpp.

void cx::ImageMapperMonitor::init ( )
protected

Definition at line 63 of file cxImageMapperMonitor.cpp.

Member Data Documentation

ImagePtr cx::ImageMapperMonitor::mImage
protected

Definition at line 72 of file cxImageMapperMonitor.h.

vtkVolumePtr cx::ImageMapperMonitor::mVolume
protected

Definition at line 71 of file cxImageMapperMonitor.h.


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