NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::CheckForThreeLevelsFilter< TImageType > Class Template Reference

Simply checks for 3 levels and passes data straight through. More...

Inheritance diagram for itk::CheckForThreeLevelsFilter< TImageType >:
Inheritance graph
[legend]
Collaboration diagram for itk::CheckForThreeLevelsFilter< TImageType >:
Collaboration graph
[legend]

Public Types

typedef CheckForThreeLevelsFilter Self
 
typedef
BaseCTESegmentationFilter
< TImageType > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputPixelType InputPixelType
 
typedef Superclass::InputIndexType InputIndexType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef Superclass::OutputPixelType OutputPixelType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef
Superclass::OutputImageConstPointer 
OutputImageConstPointer
 
- Public Types inherited from itk::BaseCTESegmentationFilter< TImageType >
typedef BaseCTESegmentationFilter Self
 
typedef BaseCTEFilter< TImageType > Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputPixelType InputPixelType
 
typedef Superclass::InputIndexType InputIndexType
 
typedef Superclass::InputSizeType InputSizeType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef Superclass::OutputPixelType OutputPixelType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef
Superclass::OutputImageConstPointer 
OutputImageConstPointer
 
typedef Superclass::OutputSizeType OutputSizeType
 
- Public Types inherited from itk::BaseCTEFilter< TImageType >
typedef BaseCTEFilter Self
 
typedef ImageToImageFilter
< TImageType, TImageType > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef TImageType InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::IndexType InputIndexType
 
typedef InputImageType::SizeType InputSizeType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputPixelType OutputPixelType
 
typedef Image< OutputPixelType,
TImageType::ImageDimension > 
OutputImageType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef
OutputImageType::ConstPointer 
OutputImageConstPointer
 
typedef OutputImageType::SizeType OutputSizeType
 

Public Member Functions

virtual const char * GetClassName () const
 
const std::vector
< InputIndexType > & 
GetListOfGreyMatterPixels () const
 
void SetSegmentedImage (const InputImageType *image)
 
- Public Member Functions inherited from itk::BaseCTESegmentationFilter< TImageType >
virtual void SetTrustPVMaps (bool _arg)
 
virtual bool GetTrustPVMaps ()
 
- Public Member Functions inherited from itk::BaseCTEFilter< TImageType >
 itkStaticConstMacro (Dimension, unsigned int, TImageType::ImageDimension)
 
virtual InputPixelType GetGreyMatterLabel ()
 
virtual InputPixelType GetWhiteMatterLabel ()
 
virtual InputPixelType GetExtraCerebralMatterLabel ()
 
void SetLabelThresholds (InputPixelType greyMatterLabel, InputPixelType whiteMatterLabel, InputPixelType extraCerebralMatterLabel)
 
virtual bool GetUserHasSetTheLabelThresholds ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 CheckForThreeLevelsFilter ()
 
virtual ~CheckForThreeLevelsFilter ()
 
virtual void PrintSelf (std::ostream &, Indent) const
 
virtual void GenerateData ()
 
- Protected Member Functions inherited from itk::BaseCTESegmentationFilter< TImageType >
 BaseCTESegmentationFilter ()
 
virtual ~BaseCTESegmentationFilter ()
 
virtual void CheckOrAssignLabels ()
 
virtual void CheckPVMap (std::string name, const InputImageType *image)
 
- Protected Member Functions inherited from itk::BaseCTEFilter< TImageType >
 BaseCTEFilter ()
 
virtual ~BaseCTEFilter ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *itkNotUsed)
 
virtual void CheckInputsAndOutputsSameSize ()
 
virtual bool IsOnBoundary (const InputImageType *image, const InputIndexType &index, const InputPixelType boundaryValue, bool useFullyConnected)
 
virtual bool IsOnCSFBoundary (const InputImageType *image, const InputIndexType &index, bool useFullyConnected)
 
virtual bool IsOnWMBoundary (const InputImageType *image, const InputIndexType &index, bool useFullyConnected)
 
virtual bool IsOnGMBoundary (const InputImageType *image, const InputIndexType &index, bool useFullyConnected)
 

Additional Inherited Members

- Protected Attributes inherited from itk::BaseCTEFilter< TImageType >
InputPixelType m_GreyMatterLabel
 
InputPixelType m_WhiteMatterLabel
 
InputPixelType m_ExtraCerebralMatterLabel
 
bool m_UserHasSetTheLabelThresholds
 

Detailed Description

template<class TImageType>
class itk::CheckForThreeLevelsFilter< TImageType >

Simply checks for 3 levels and passes data straight through.

So, this is the default case of what you can do to the segmented volume before passing it onto a cortical thickness pipeline. i.e. nothing. All we actually do is check that the segmented volume contains 3 values. Once the filter has run, we can expose a list of indexes to grey matter voxels, just in case anyone wants them. In practice, its probably just as simple for each class in a pipeline to try and be self sufficient, and work out the list themselves from their own inputs.

Member Typedef Documentation

template<class TImageType >
typedef SmartPointer<const Self> itk::CheckForThreeLevelsFilter< TImageType >::ConstPointer
template<class TImageType >
typedef Superclass::InputImageConstPointer itk::CheckForThreeLevelsFilter< TImageType >::InputImageConstPointer
template<class TImageType >
typedef Superclass::InputImagePointer itk::CheckForThreeLevelsFilter< TImageType >::InputImagePointer
template<class TImageType >
typedef Superclass::InputImageType itk::CheckForThreeLevelsFilter< TImageType >::InputImageType

Image typedef support.

template<class TImageType >
typedef Superclass::InputIndexType itk::CheckForThreeLevelsFilter< TImageType >::InputIndexType
template<class TImageType >
typedef Superclass::InputPixelType itk::CheckForThreeLevelsFilter< TImageType >::InputPixelType
template<class TImageType >
typedef Superclass::OutputImageConstPointer itk::CheckForThreeLevelsFilter< TImageType >::OutputImageConstPointer
template<class TImageType >
typedef Superclass::OutputImagePointer itk::CheckForThreeLevelsFilter< TImageType >::OutputImagePointer
template<class TImageType >
typedef Superclass::OutputImageType itk::CheckForThreeLevelsFilter< TImageType >::OutputImageType
template<class TImageType >
typedef Superclass::OutputPixelType itk::CheckForThreeLevelsFilter< TImageType >::OutputPixelType
template<class TImageType >
typedef SmartPointer<Self> itk::CheckForThreeLevelsFilter< TImageType >::Pointer
template<class TImageType >
typedef CheckForThreeLevelsFilter itk::CheckForThreeLevelsFilter< TImageType >::Self

Standard "Self" & Superclass typedef.

template<class TImageType >
typedef BaseCTESegmentationFilter<TImageType> itk::CheckForThreeLevelsFilter< TImageType >::Superclass

Constructor & Destructor Documentation

template<class TImageType >
itk::CheckForThreeLevelsFilter< TImageType >::CheckForThreeLevelsFilter ( )
protected
template<class TImageType >
virtual itk::CheckForThreeLevelsFilter< TImageType >::~CheckForThreeLevelsFilter ( )
inlineprotectedvirtual

Member Function Documentation

template<class TImageType >
virtual void itk::CheckForThreeLevelsFilter< TImageType >::GenerateData ( )
protectedvirtual
template<class TImageType >
virtual const char* itk::CheckForThreeLevelsFilter< TImageType >::GetClassName ( ) const
virtual

Run-time type information (and related methods)

Reimplemented from itk::BaseCTESegmentationFilter< TImageType >.

template<class TImageType >
const std::vector<InputIndexType>& itk::CheckForThreeLevelsFilter< TImageType >::GetListOfGreyMatterPixels ( ) const
inline

Once the filter has run, a list of GM voxels in input segmented volume

template<class TImageType >
static Pointer itk::CheckForThreeLevelsFilter< TImageType >::New ( )
static

Method for creation through the object factory.

template<class TImageType >
virtual void itk::CheckForThreeLevelsFilter< TImageType >::PrintSelf ( std::ostream &  ,
Indent   
) const
protectedvirtual

Standard Print Self.

Reimplemented from itk::BaseCTESegmentationFilter< TImageType >.

template<class TImageType >
void itk::CheckForThreeLevelsFilter< TImageType >::SetSegmentedImage ( const InputImageType image)
inline

Sets the segmented image, at input 0.


The documentation for this class was generated from the following file: