|
creaContours_lib
|
#include <ImageSourceThing.h>
Public Member Functions | |
| ImageSourceThing (vtkImageData *theSource) | |
| ~ImageSourceThing () | |
| vtkImageData * | getSourceImage () |
| void | setSourceImage (vtkImageData *theSource) |
| int | getMax_X () |
| int | getMin_X () |
| int * | getRangeX () |
| int | getMax_Y () |
| int | getMin_Y () |
| int * | getRangeY () |
| int | getMax_Z () |
| int | getMin_Z () |
| int * | getRangeZ () |
| int * | getAllRanges () |
Private Attributes | |
| vtkImageData * | sourceImage |
Definition at line 40 of file ImageSourceThing.h.
| ImageSourceThing::ImageSourceThing | ( | vtkImageData * | theSource | ) |
Definition at line 45 of file ImageSourceThing.cxx.
References setSourceImage().

| ImageSourceThing::~ImageSourceThing | ( | ) |
Definition at line 53 of file ImageSourceThing.cxx.
| int * ImageSourceThing::getAllRanges | ( | ) |
Gets the range values of the x-axis
Definition at line 197 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMax_X | ( | ) |
Gets the max value of the x-axis
Definition at line 83 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMax_Y | ( | ) |
Gets the max value of the y-axis
Definition at line 119 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMax_Z | ( | ) |
Gets the max value of the z-axis
Definition at line 157 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMin_X | ( | ) |
Gets the min value of the x-axis
Definition at line 94 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMin_Y | ( | ) |
Gets the min value of the y-axis
Definition at line 130 of file ImageSourceThing.cxx.
References sourceImage.
| int ImageSourceThing::getMin_Z | ( | ) |
Gets the min value of the z-axis
Definition at line 168 of file ImageSourceThing.cxx.
References sourceImage.
| int * ImageSourceThing::getRangeX | ( | ) |
Gets the range values of the x-axis
Definition at line 105 of file ImageSourceThing.cxx.
References sourceImage.
| int * ImageSourceThing::getRangeY | ( | ) |
Gets the range values of the y-axis
Definition at line 142 of file ImageSourceThing.cxx.
References sourceImage.
| int * ImageSourceThing::getRangeZ | ( | ) |
Gets the range values of the z-axis
Definition at line 180 of file ImageSourceThing.cxx.
References sourceImage.
| vtkImageData * ImageSourceThing::getSourceImage | ( | ) |
Definition at line 65 of file ImageSourceThing.cxx.
References sourceImage.
Referenced by KernelManagerContour::getSourceImage().

| void ImageSourceThing::setSourceImage | ( | vtkImageData * | theSource | ) |
Definition at line 74 of file ImageSourceThing.cxx.
References sourceImage.
Referenced by ImageSourceThing().

|
private |
Definition at line 150 of file ImageSourceThing.h.
Referenced by getAllRanges(), getMax_X(), getMax_Y(), getMax_Z(), getMin_X(), getMin_Y(), getMin_Z(), getRangeX(), getRangeY(), getRangeZ(), getSourceImage(), and setSourceImage().