ITK  4.10.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Types | Private Attributes | List of all members
tube::CropImage< TInputImage, TOutputImage > Class Template Reference

#include <tubeCropImage.h>

+ Inheritance diagram for tube::CropImage< TInputImage, TOutputImage >:
+ Collaboration diagram for tube::CropImage< TInputImage, TOutputImage >:

Detailed Description

template<typename TInputImage, typename TOutputImage>
class tube::CropImage< TInputImage, TOutputImage >

Definition at line 33 of file tubeCropImage.h.

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage ImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef CropImage Self
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
TOutputImage::Pointer GetOutput ()
 
void SetBoundary (typename ImageType::IndexType roiBoundary)
 
void SetCenter (typename ImageType::IndexType roiCenter)
 
void SetInput (const TInputImage *inputImage)
 
void SetMatchMask (typename ImageType::Pointer maskImage)
 
void SetMatchVolume (typename ImageType::ConstPointer matchVolume)
 
void SetMax (typename ImageType::IndexType roiMax)
 
void SetMin (typename ImageType::IndexType roiMin)
 
void SetSize (typename ImageType::SizeType roiSize)
 
void SetSplitInput (typename ImageType::IndexType splitIndex, typename ImageType::IndexType roiIndex)
 
void Update ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexcept override
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 CropImage (void)
 
void PrintSelf (std::ostream &os, itk::Indent indent) const
 
 ~CropImage ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Types

typedef itk::tube::CropImageFilter< ImageType, ImageTypeCropFilterType
 

Private Member Functions

 CropImage (const Self &)
 
void operator= (const Self &)
 

Private Attributes

CropFilterType::Pointer m_CropFilter
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage , typename TOutputImage >
typedef itk::SmartPointer< const Self > tube::CropImage< TInputImage, TOutputImage >::ConstPointer

Definition at line 40 of file tubeCropImage.h.

template<typename TInputImage , typename TOutputImage >
typedef itk::tube::CropImageFilter< ImageType, ImageType > tube::CropImage< TInputImage, TOutputImage >::CropFilterType
private

Definition at line 82 of file tubeCropImage.h.

template<typename TInputImage , typename TOutputImage >
typedef TInputImage tube::CropImage< TInputImage, TOutputImage >::ImageType

Definition at line 46 of file tubeCropImage.h.

template<typename TInputImage , typename TOutputImage >
typedef itk::SmartPointer< Self > tube::CropImage< TInputImage, TOutputImage >::Pointer

Definition at line 39 of file tubeCropImage.h.

template<typename TInputImage , typename TOutputImage >
typedef CropImage tube::CropImage< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 38 of file tubeCropImage.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage >
tube::CropImage< TInputImage, TOutputImage >::CropImage ( void  )
protected
template<typename TInputImage , typename TOutputImage >
tube::CropImage< TInputImage, TOutputImage >::~CropImage ( )
inlineprotected
template<typename TInputImage , typename TOutputImage >
tube::CropImage< TInputImage, TOutputImage >::CropImage ( const Self )
private

itkCropImageFilter parameters

Member Function Documentation

template<typename TInputImage , typename TOutputImage >
virtual::itk::LightObject::Pointer tube::CropImage< TInputImage, TOutputImage >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TInputImage , typename TOutputImage >
virtual const char* tube::CropImage< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<typename TInputImage , typename TOutputImage >
TOutputImage::Pointer tube::CropImage< TInputImage, TOutputImage >::GetOutput ( )
template<typename TInputImage , typename TOutputImage >
static Pointer tube::CropImage< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::operator= ( const Self )
private

itkCropImageFilter parameters

Referenced by tube::CropImage< TInputImage, TOutputImage >::~CropImage().

template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::Object.

Referenced by tube::CropImage< TInputImage, TOutputImage >::~CropImage().

template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetBoundary ( typename ImageType::IndexType  roiBoundary)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetCenter ( typename ImageType::IndexType  roiCenter)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetInput ( const TInputImage *  inputImage)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetMatchMask ( typename ImageType::Pointer  maskImage)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetMatchVolume ( typename ImageType::ConstPointer  matchVolume)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetMax ( typename ImageType::IndexType  roiMax)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetMin ( typename ImageType::IndexType  roiMin)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetSize ( typename ImageType::SizeType  roiSize)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::SetSplitInput ( typename ImageType::IndexType  splitIndex,
typename ImageType::IndexType  roiIndex 
)
template<typename TInputImage , typename TOutputImage >
void tube::CropImage< TInputImage, TOutputImage >::Update ( )

Member Data Documentation

template<typename TInputImage , typename TOutputImage >
CropFilterType::Pointer tube::CropImage< TInputImage, TOutputImage >::m_CropFilter
private

Definition at line 83 of file tubeCropImage.h.


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