creaContours_lib
ImageSectionThing Class Reference

#include <ImageSectionThing.h>

Public Member Functions

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

Private Attributes

vtkImageData * image
 

Detailed Description

Definition at line 36 of file ImageSectionThing.h.

Constructor & Destructor Documentation

ImageSectionThing::ImageSectionThing ( vtkImageData *  theImage)

Definition at line 45 of file ImageSectionThing.cxx.

References setImageData().

46  {
47  setImageData(theImage);
48  }

Here is the call graph for this function:

ImageSectionThing::~ImageSectionThing ( )

Definition at line 53 of file ImageSectionThing.cxx.

54  {
55 
56  }

Member Function Documentation

vtkImageData * ImageSectionThing::getImageData ( )

Definition at line 65 of file ImageSectionThing.cxx.

References image.

66  {
67  return image;
68  }
void ImageSectionThing::setImageData ( vtkImageData *  theImage)

Definition at line 74 of file ImageSectionThing.cxx.

References image.

Referenced by ImageSectionThing().

75  {
76  image = theImage;
77  }

Here is the caller graph for this function:

Member Data Documentation

vtkImageData* ImageSectionThing::image
private

Definition at line 80 of file ImageSectionThing.h.

Referenced by getImageData(), and setImageData().


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