#include <vtkImageCurveRegion.h>
| vtkImageCurveRegion::vtkImageCurveRegion | ( | ) | [protected] |
| vtkImageCurveRegion::~vtkImageCurveRegion | ( | ) | [inline, protected] |
| vtkImageCurveRegion::vtkImageCurveRegion | ( | const vtkImageCurveRegion & | ) | [private] |
| void vtkImageCurveRegion::DeleteVariables | ( | ) | [protected] |
References Covariance, Dimension, and Mean.
Referenced by SetDimension().
| void vtkImageCurveRegion::ExecuteData | ( | vtkDataObject * | data | ) | [protected, virtual] |
References ExecuteDataGauss(), ExecuteDataReadFile(), and Function.
| void vtkImageCurveRegion::ExecuteDataGauss | ( | vtkDataObject * | output | ) | [protected] |
References Covariance, data, determinant(), Dimension, FastGauss(), FastGauss2(), FctMax, FctMin, Function, InvertMatrix(), Mean, Probability, Xmin, Xunit, Ymin, and Yunit.
Referenced by ExecuteData().
| void vtkImageCurveRegion::ExecuteDataReadFile | ( | vtkDataObject * | output | ) | [protected] |
| void vtkImageCurveRegion::ExecuteInformation | ( | ) | [protected, virtual] |
| float vtkImageCurveRegion::GetMean | ( | int | x | ) | [inline] |
| vtkImageCurveRegion * vtkImageCurveRegion::New | ( | ) | [static] |
References autoSlicerTracto2regions::ret.
| void vtkImageCurveRegion::operator= | ( | const vtkImageCurveRegion & | ) | [private] |
| void vtkImageCurveRegion::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
References FW::Actions::Modified.
| void vtkImageCurveRegion::SetDimension | ( | int | value | ) |
References Covariance, DeleteVariables(), Dimension, Mean, and FW::Actions::Modified.
| void vtkImageCurveRegion::SetFunction | ( | int | val | ) |
References Function, and FW::Actions::Modified.
| void vtkImageCurveRegion::SetMean | ( | float | value, | |
| int | x | |||
| ) | [inline] |
References FW::Actions::Modified.
| vtkImageCurveRegion::vtkGetMacro | ( | Probability | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | FctMin | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | FctMax | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Yunit | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Ymax | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Ymin | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Xunit | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Xmax | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetMacro | ( | Xmin | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkGetStringMacro | ( | FileName | ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Probability | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Yunit | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Ymax | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Ymin | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Xunit | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Xmax | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetMacro | ( | Xmin | , | |
| float | ||||
| ) |
| vtkImageCurveRegion::vtkSetStringMacro | ( | FileName | ) |
| vtkImageCurveRegion::vtkTypeMacro | ( | vtkImageCurveRegion | , | |
| vtkImageSource | ||||
| ) |
float** vtkImageCurveRegion::Covariance [protected] |
Referenced by DeleteVariables(), ExecuteDataGauss(), PrintSelf(), SetDimension(), and vtkImageCurveRegion().
int vtkImageCurveRegion::Dimension [protected] |
Referenced by DeleteVariables(), ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), SetDimension(), and vtkImageCurveRegion().
float vtkImageCurveRegion::FctMax [protected] |
Referenced by ExecuteDataGauss(), and vtkImageCurveRegion().
float vtkImageCurveRegion::FctMin [protected] |
Referenced by ExecuteDataGauss(), and vtkImageCurveRegion().
char* vtkImageCurveRegion::FileName [protected] |
Referenced by ExecuteDataReadFile(), ExecuteInformation(), and vtkImageCurveRegion().
int vtkImageCurveRegion::Function [protected] |
Referenced by ExecuteData(), ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), SetFunction(), and vtkImageCurveRegion().
float* vtkImageCurveRegion::Mean [protected] |
Referenced by DeleteVariables(), ExecuteDataGauss(), PrintSelf(), SetDimension(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Probability [protected] |
Referenced by ExecuteDataGauss(), and vtkImageCurveRegion().
int vtkImageCurveRegion::Xlength [protected] |
Referenced by ExecuteInformation(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Xmax [protected] |
Referenced by ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Xmin [protected] |
Referenced by ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Xunit [protected] |
Referenced by ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
int vtkImageCurveRegion::Ylength [protected] |
Referenced by ExecuteInformation(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Ymax [protected] |
Referenced by ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Ymin [protected] |
Referenced by ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
float vtkImageCurveRegion::Yunit [protected] |
Referenced by ExecuteDataGauss(), ExecuteInformation(), PrintSelf(), and vtkImageCurveRegion().
1.6.1