Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SegmentationBorder Class Reference
[Region Growing Filters]

Base class for SegmentationBorder object. More...

#include <itkSegmentationBorder.h>

Inheritance diagram for itk::SegmentationBorder:

Inheritance graph
[legend]
Collaboration diagram for itk::SegmentationBorder:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SegmentationBorder Self
typedef Object Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
virtual void SetBorderLength (unsigned int _arg)
virtual unsigned int GetBorderLength ()
virtual void ApplySegmentationBorder ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 SegmentationBorder ()
 ~SegmentationBorder ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

Base class for SegmentationBorder object.

itkSegmentationBorder is the base class for the SegmentationBorder objects. It provides the basic function definitons that are inherent to a SegmentationBorder objects. This object stores information relevant to the borders that are used in the region growing class. This class allows access to the parameter that defines the length of the border associated with this object. In order to use this object in an application, the object must be created within the application and then used to initialize/store/use the various parameters accessible through the public methods. For usage also see itkRegionGrowImageFiltering class. This object can be used where a border of a region needs to be defined. Chlid classes can be derived from this class for tailoring them towards specific algorithmic needs.

Definition at line 43 of file itkSegmentationBorder.h.


Member Typedef Documentation

typedef SmartPointer<const Self> itk::SegmentationBorder::ConstPointer
 

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

Definition at line 50 of file itkSegmentationBorder.h.

typedef SmartPointer<Self> itk::SegmentationBorder::Pointer
 

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

Definition at line 49 of file itkSegmentationBorder.h.

typedef SegmentationBorder itk::SegmentationBorder::Self
 

Standard class typedefs.

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

Definition at line 47 of file itkSegmentationBorder.h.

typedef Object itk::SegmentationBorder::Superclass
 

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

Definition at line 48 of file itkSegmentationBorder.h.


Constructor & Destructor Documentation

itk::SegmentationBorder::SegmentationBorder  )  [protected]
 

itk::SegmentationBorder::~SegmentationBorder  )  [protected]
 


Member Function Documentation

virtual void itk::SegmentationBorder::ApplySegmentationBorder  )  [inline, virtual]
 

Define a virtual SegmentationBorder function. This function allows access to specific instantiations of other border representations. This is the function should be overloaded in any derived classes for the user to access the various methods supported by the method. Definition at line 74 of file itkSegmentationBorder.h.

virtual unsigned int itk::SegmentationBorder::GetBorderLength  )  [virtual]
 

Get the length of a border object.

virtual const char* itk::SegmentationBorder::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

Pointer itk::SegmentationBorder::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

Reimplemented in itk::KLMSegmentationBorder.

void itk::SegmentationBorder::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.

Reimplemented in itk::KLMSegmentationBorder.

virtual void itk::SegmentationBorder::SetBorderLength unsigned int  _arg  )  [virtual]
 

Set the length of a border object.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:13:08 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000