ImageSectionThing Class Reference

#include <ImageSectionThing.h>

List of all members.

Public Member Functions

 ImageSectionThing (vtkImageData *theImage)
 ~ImageSectionThing ()
vtkImageData * getImageData ()
void setImageData (vtkImageData *theImage)

Private Attributes

vtkImageData * image


Detailed Description

Definition at line 11 of file ImageSectionThing.h.


Constructor & Destructor Documentation

ImageSectionThing::ImageSectionThing ( vtkImageData *  theImage  ) 

Definition at line 20 of file ImageSectionThing.cxx.

References setImageData().

00021         {
00022                 setImageData(theImage);
00023         }

Here is the call graph for this function:

ImageSectionThing::~ImageSectionThing (  ) 

Definition at line 28 of file ImageSectionThing.cxx.

00029         {
00030 
00031         }


Member Function Documentation

vtkImageData * ImageSectionThing::getImageData (  ) 

Definition at line 40 of file ImageSectionThing.cxx.

References image.

00041         {
00042                 return image;
00043         }

void ImageSectionThing::setImageData ( vtkImageData *  theImage  ) 

Definition at line 49 of file ImageSectionThing.cxx.

References image.

Referenced by ImageSectionThing().

00050         {
00051                 image = theImage;
00052         }

Here is the caller graph for this function:


Member Data Documentation

vtkImageData* ImageSectionThing::image [private]

Definition at line 55 of file ImageSectionThing.h.

Referenced by getImageData(), and setImageData().


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

Generated on Wed Jun 27 23:28:33 2012 for creaContours_lib by  doxygen 1.5.7.1