#include <itkPathToChainCodePathFilter.h>
Inheritance diagram for itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >:
Public Types | |
typedef PathToChainCodePathFilter | Self |
typedef PathToPathFilter< TInputPath, TOutputChainCodePath > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputPath | InputPathType |
typedef InputPathType::Pointer | InputPathPointer |
typedef InputPathType::InputType | InputPathInputType |
typedef TOutputChainCodePath | OutputPathType |
typedef OutputPathType::Pointer | OutputPathPointer |
typedef OutputPathType::InputType | OutputPathInputType |
typedef InputPathType::IndexType | IndexType |
typedef InputPathType::OffsetType | OffsetType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetMaximallyConnected (bool _arg) |
virtual void | MaximallyConnectedOn () |
virtual void | MaximallyConnectedOff () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
PathToChainCodePathFilter () | |
virtual | ~PathToChainCodePathFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData (void) |
PathToChainCodePathFilter produces a chain code representation of a path. If MaximallyConnectedOn() is called, then the resulting chain code will be maximally connected (for example, 4-connected instead of 8-connected in 2D).
Definition at line 38 of file itkPathToChainCodePathFilter.h.
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 46 of file itkPathToChainCodePathFilter.h. |
|
Definition at line 61 of file itkPathToChainCodePathFilter.h. |
|
Definition at line 57 of file itkPathToChainCodePathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 56 of file itkPathToChainCodePathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 55 of file itkPathToChainCodePathFilter.h. |
|
Definition at line 62 of file itkPathToChainCodePathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputChainCodePath >. Definition at line 60 of file itkPathToChainCodePathFilter.h. |
|
Reimplemented from itk::PathSource< TOutputChainCodePath >. Definition at line 59 of file itkPathToChainCodePathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathSource< TOutputChainCodePath >. Definition at line 58 of file itkPathToChainCodePathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 45 of file itkPathToChainCodePathFilter.h. |
|
Standard class typedefs. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 43 of file itkPathToChainCodePathFilter.h. |
|
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. Definition at line 44 of file itkPathToChainCodePathFilter.h. |
|
|
|
Definition at line 70 of file itkPathToChainCodePathFilter.h. |
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. |
|
|
|
|
|
Method for creation through the object factory. Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >. |
|
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::PathToPathFilter< TInputPath, TOutputChainCodePath >. |
|
Set the direction in which to reflect the data. |