#include <itkGradientImageToBloxBoundaryPointImageFilter.h>
Public Types | |
typedef GradientImageToBloxBoundaryPointImageFilter | Self |
typedef ImageToImageFilter< TInputImage, BloxBoundaryPointImage< itkGetStaticConstMacro(NDimensions)> | Superclass ) |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Size< itkGetStaticConstMacro(NDimensions) | SizeType ) |
typedef TOutputImage::IndexType | IndexType |
typedef TOutputImage::PixelType | PixelType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef Point< double, itkGetStaticConstMacro(NDimensions) | TPositionType ) |
typedef TInputImage | InputImageType |
typedef BloxBoundaryPointImage< itkGetStaticConstMacro(NDimensions) | TOutputImage ) |
typedef BloxBoundaryPointImage< itkGetStaticConstMacro(NDimensions) | OutputImageType ) |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
Public Member Functions | |
itkStaticConstMacro (NDimensions, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
void | GenerateInputRequestedRegion () |
virtual void | GenerateOutputInformation () |
virtual void | SetThreshold (double _arg) |
virtual double | GetThreshold () |
void | SetBloxResolution (float bloxResolution[]) |
void | SetBloxResolution (float bloxResolution) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GradientImageToBloxBoundaryPointImageFilter () | |
virtual | ~GradientImageToBloxBoundaryPointImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
Thresholds the magnitude of a gradient image to produce a BloxBoundaryPointImage
Definition at line 36 of file itkGradientImageToBloxBoundaryPointImageFilter.h.
|
Definition at line 48 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Image index typedef Definition at line 69 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 62 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 61 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 57 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 60 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Typedef to describe the output image region type. Definition at line 75 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 59 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Image pixel value typedef Definition at line 72 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Definition at line 47 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Standard class typedefs. Definition at line 44 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Image size typedef Definition at line 66 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Definition at line 46 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
typedef for images Definition at line 58 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
The type of vector used to convert between physical and blox space Definition at line 78 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
|
|
Definition at line 99 of file itkGradientImageToBloxBoundaryPointImageFilter.h. |
|
Method for forming the BloxBoundaryPointImage. |
|
|
|
|
|
Run-time type information (and related methods). |
|
Get and set the number of times to repeat the filter. |
|
Number of dimensions |
|
Method for creation through the object factory. |
|
|
|
Get and set the resolution of the blox This is the number of input pixels "contained" within each blox pixel |
|
Get and set the resolution of the blox This is the number of input pixels "contained" within each blox pixel |
|
Get and set the number of times to repeat the filter. |