creaContours_lib
|
#include <ImageSectionThing.h>
Public Member Functions | |
ImageSectionThing (vtkImageData *theImage) | |
~ImageSectionThing () | |
vtkImageData * | getImageData () |
void | setImageData (vtkImageData *theImage) |
Private Attributes | |
vtkImageData * | image |
Definition at line 36 of file ImageSectionThing.h.
ImageSectionThing::ImageSectionThing | ( | vtkImageData * | theImage | ) |
Definition at line 45 of file ImageSectionThing.cxx.
References setImageData().
ImageSectionThing::~ImageSectionThing | ( | ) |
Definition at line 53 of file ImageSectionThing.cxx.
vtkImageData * ImageSectionThing::getImageData | ( | ) |
void ImageSectionThing::setImageData | ( | vtkImageData * | theImage | ) |
Definition at line 74 of file ImageSectionThing.cxx.
References image.
Referenced by ImageSectionThing().
|
private |
Definition at line 80 of file ImageSectionThing.h.
Referenced by getImageData(), and setImageData().