GOFIGURE2
0.9.0
|
#include <Code/Filters/itkChanAndVeseSegmentationFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ScalarChanAndVeseLevelSetFunctionData < InternalImageType, FeatureImageType > | DataHelperType |
typedef DomainFunctionType::Pointer | DomainFunctionPointer |
typedef AtanRegularizedHeavisideStepFunction < InternalPixelType, InternalPixelType > | DomainFunctionType |
typedef FastMarchingImageFilter < InternalImageType, InternalImageType > | FastMarchingFilterType |
typedef FeatureImageType::Pointer | FeatureImagePointer |
typedef TFeatureImage | FeatureImageType |
typedef FeatureImageType::SizeType | FeatureSizeType |
typedef FeatureImageType::SpacingType | FeatureSpacingType |
typedef ScalarChanAndVeseLevelSetFunction < InternalImageType, FeatureImageType, SharedDataHelperType > | FunctionType |
typedef InternalPointType::CoordRepType | InternalCoordRepType |
typedef InternalImageType::Pointer | InternalImagePointer |
typedef Image< float, Dimension > | InternalImageType |
typedef InternalImageType::IndexType | InternalIndexType |
typedef InternalIndexType::IndexValueType | InternalIndexValueType |
typedef InternalImageType::PixelType | InternalPixelType |
typedef InternalImageType::PointType | InternalPointType |
typedef ImageRegionIteratorWithIndex < InternalImageType > | InternalRegionIterator |
typedef InternalImageType::RegionType | InternalRegionType |
typedef InternalImageType::SizeType | InternalSizeType |
typedef InternalSizeType::SizeValueType | InternalSizeValueType |
typedef InternalImageType::SpacingType | InternalSpacingType |
typedef MultiLevelSetType::Pointer | MultiLevelSetPointer |
typedef ScalarChanAndVeseSparseLevelSetImageFilter < InternalImageType, FeatureImageType, OutputImageType, FunctionType, SharedDataHelperType > | MultiLevelSetType |
typedef FastMarchingFilterType::NodeContainer | NodeContainer |
typedef FastMarchingFilterType::NodeType | NodeType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef TFeatureImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef PreprocessFilterType::Pointer | PreprocessFilterPointer |
typedef itk::PreprocessImageFilter < FeatureImageType, FeatureImageType > | PreprocessFilterType |
typedef ROIFilterType::Pointer | ROIFilterPointer |
typedef RegionOfInterestImageFilter < FeatureImageType, FeatureImageType > | ROIFilterType |
typedef ChanAndVeseSegmentationFilter | Self |
typedef ConstrainedRegionBasedLevelSetFunctionSharedData < InternalImageType, FeatureImageType, DataHelperType > | SharedDataHelperType |
typedef Object | Superclass |
Public Member Functions | |
InternalPointType | GetCenter () const |
InternalImagePointer | GetOutput () |
InternalCoordRepType | GetRadius () const |
itkGetConstMacro (Preprocess, bool) | |
itkNewMacro (Self) | |
itkSetMacro (Preprocess, bool) | |
itkStaticConstMacro (Dimension, unsigned int, TFeatureImage::ImageDimension) | |
itkTypeMacro (ChanAndVeseSegmentationFilter, Object) | |
void | SetCenter (const InternalPointType &iC) |
void | SetCurvatureWeight (int iCurvatureWeight) |
void | SetFeatureImage (FeatureImageType *iImage) |
void | SetNumberOfIterations (int iNumberOfIterations) |
void | SetRadius (const InternalCoordRepType &iR) |
void | Update () |
Protected Member Functions | |
ChanAndVeseSegmentationFilter () | |
void | GenerateData () |
~ChanAndVeseSegmentationFilter () | |
Private Member Functions | |
ChanAndVeseSegmentationFilter (const Self &) | |
void | operator= (const Self &) |
Definition at line 60 of file itkChanAndVeseSegmentationFilter.h.
typedef SmartPointer< const Self > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::ConstPointer |
Definition at line 65 of file itkChanAndVeseSegmentationFilter.h.
typedef ScalarChanAndVeseLevelSetFunctionData< InternalImageType, FeatureImageType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::DataHelperType |
Definition at line 98 of file itkChanAndVeseSegmentationFilter.h.
typedef DomainFunctionType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::DomainFunctionPointer |
Definition at line 123 of file itkChanAndVeseSegmentationFilter.h.
typedef AtanRegularizedHeavisideStepFunction< InternalPixelType, InternalPixelType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::DomainFunctionType |
Definition at line 121 of file itkChanAndVeseSegmentationFilter.h.
typedef FastMarchingImageFilter< InternalImageType, InternalImageType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FastMarchingFilterType |
Definition at line 126 of file itkChanAndVeseSegmentationFilter.h.
typedef FeatureImageType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FeatureImagePointer |
Definition at line 90 of file itkChanAndVeseSegmentationFilter.h.
typedef TFeatureImage itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FeatureImageType |
Definition at line 89 of file itkChanAndVeseSegmentationFilter.h.
typedef FeatureImageType::SizeType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FeatureSizeType |
Definition at line 91 of file itkChanAndVeseSegmentationFilter.h.
typedef FeatureImageType::SpacingType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FeatureSpacingType |
Definition at line 92 of file itkChanAndVeseSegmentationFilter.h.
typedef ScalarChanAndVeseLevelSetFunction< InternalImageType, FeatureImageType, SharedDataHelperType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::FunctionType |
Definition at line 105 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalPointType::CoordRepType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalCoordRepType |
Definition at line 78 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalImagePointer |
Definition at line 76 of file itkChanAndVeseSegmentationFilter.h.
typedef Image< float, Dimension > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalImageType |
Definition at line 75 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::IndexType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalIndexType |
Definition at line 79 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalIndexType::IndexValueType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalIndexValueType |
Definition at line 80 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::PixelType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalPixelType |
Definition at line 84 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::PointType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalPointType |
Definition at line 77 of file itkChanAndVeseSegmentationFilter.h.
typedef ImageRegionIteratorWithIndex< InternalImageType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalRegionIterator |
Definition at line 87 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::RegionType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalRegionType |
Definition at line 83 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::SizeType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalSizeType |
Definition at line 81 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalSizeType::SizeValueType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalSizeValueType |
Definition at line 82 of file itkChanAndVeseSegmentationFilter.h.
typedef InternalImageType::SpacingType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::InternalSpacingType |
Definition at line 85 of file itkChanAndVeseSegmentationFilter.h.
typedef MultiLevelSetType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::MultiLevelSetPointer |
Definition at line 110 of file itkChanAndVeseSegmentationFilter.h.
typedef ScalarChanAndVeseSparseLevelSetImageFilter< InternalImageType, FeatureImageType, OutputImageType, FunctionType, SharedDataHelperType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::MultiLevelSetType |
Definition at line 109 of file itkChanAndVeseSegmentationFilter.h.
typedef FastMarchingFilterType::NodeContainer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::NodeContainer |
Definition at line 128 of file itkChanAndVeseSegmentationFilter.h.
typedef FastMarchingFilterType::NodeType itk::ChanAndVeseSegmentationFilter< TFeatureImage >::NodeType |
Definition at line 129 of file itkChanAndVeseSegmentationFilter.h.
typedef OutputImageType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::OutputImagePointer |
Definition at line 95 of file itkChanAndVeseSegmentationFilter.h.
typedef TFeatureImage itk::ChanAndVeseSegmentationFilter< TFeatureImage >::OutputImageType |
Definition at line 94 of file itkChanAndVeseSegmentationFilter.h.
typedef SmartPointer< Self > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::Pointer |
Definition at line 64 of file itkChanAndVeseSegmentationFilter.h.
typedef PreprocessFilterType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::PreprocessFilterPointer |
Definition at line 114 of file itkChanAndVeseSegmentationFilter.h.
typedef itk::PreprocessImageFilter< FeatureImageType, FeatureImageType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::PreprocessFilterType |
Definition at line 113 of file itkChanAndVeseSegmentationFilter.h.
typedef ROIFilterType::Pointer itk::ChanAndVeseSegmentationFilter< TFeatureImage >::ROIFilterPointer |
Definition at line 118 of file itkChanAndVeseSegmentationFilter.h.
typedef RegionOfInterestImageFilter< FeatureImageType, FeatureImageType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::ROIFilterType |
Definition at line 117 of file itkChanAndVeseSegmentationFilter.h.
typedef ChanAndVeseSegmentationFilter itk::ChanAndVeseSegmentationFilter< TFeatureImage >::Self |
Definition at line 63 of file itkChanAndVeseSegmentationFilter.h.
typedef ConstrainedRegionBasedLevelSetFunctionSharedData< InternalImageType, FeatureImageType, DataHelperType > itk::ChanAndVeseSegmentationFilter< TFeatureImage >::SharedDataHelperType |
Definition at line 102 of file itkChanAndVeseSegmentationFilter.h.
typedef Object itk::ChanAndVeseSegmentationFilter< TFeatureImage >::Superclass |
Definition at line 66 of file itkChanAndVeseSegmentationFilter.h.
|
inlineprotected |
Definition at line 179 of file itkChanAndVeseSegmentationFilter.h.
|
inlineprotected |
Definition at line 189 of file itkChanAndVeseSegmentationFilter.h.
|
private |
|
inlineprotected |
Definition at line 200 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 136 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 171 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 146 of file itkChanAndVeseSegmentationFilter.h.
itk::ChanAndVeseSegmentationFilter< TFeatureImage >::itkGetConstMacro | ( | Preprocess | , |
bool | |||
) |
itk::ChanAndVeseSegmentationFilter< TFeatureImage >::itkNewMacro | ( | Self | ) |
New macro for creation of through a Smart Pointer
itk::ChanAndVeseSegmentationFilter< TFeatureImage >::itkSetMacro | ( | Preprocess | , |
bool | |||
) |
itk::ChanAndVeseSegmentationFilter< TFeatureImage >::itkStaticConstMacro | ( | Dimension | , |
unsigned | int, | ||
TFeatureImage::ImageDimension | |||
) |
itk::ChanAndVeseSegmentationFilter< TFeatureImage >::itkTypeMacro | ( | ChanAndVeseSegmentationFilter< TFeatureImage > | , |
Object | |||
) |
Run-time type information (and related methods).
|
private |
|
inline |
Definition at line 131 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 161 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 151 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 156 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 141 of file itkChanAndVeseSegmentationFilter.h.
|
inline |
Definition at line 166 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 192 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 198 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 191 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 197 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 195 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 196 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 194 of file itkChanAndVeseSegmentationFilter.h.
|
protected |
Definition at line 193 of file itkChanAndVeseSegmentationFilter.h.