#include <itkSegmentationBorder.h>
Inheritance diagram for itk::SegmentationBorder:
Public Types | |
typedef SegmentationBorder | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | ApplySegmentationBorder () |
virtual void | SetBorderLength (double _arg) |
virtual const double & | GetBorderLength () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SegmentationBorder () | |
~SegmentationBorder () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
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. Child classes can be derived from this class for tailoring them towards specific algorithmic needs.
Definition at line 43 of file itkSegmentationBorder.h.
|
Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. Definition at line 50 of file itkSegmentationBorder.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. Definition at line 49 of file itkSegmentationBorder.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. Definition at line 47 of file itkSegmentationBorder.h. Referenced by ApplySegmentationBorder(). |
|
Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. Definition at line 48 of file itkSegmentationBorder.h. |
|
|
|
|
|
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 67 of file itkSegmentationBorder.h. References Self. |
|
Set/Get the length of a border object. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. |
|
Method for creation through the object factory. Reimplemented from itk::Object. Reimplemented in itk::KLMSegmentationBorder. |
|
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. |
|
Set/Get the length of a border object. |