ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkPathToChainCodePathFilter.h>
Filter that produces a chain code version of a path.
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.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::PathToPathFilter< TInputPath, TOutputChainCodePath > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::PathSource< TOutputChainCodePath > | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
PathToChainCodePathFilter (const Self &) | |
Private Attributes | |
bool | m_MaximallyConnected |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::ConstPointer |
Definition at line 46 of file itkPathToChainCodePathFilter.h.
typedef InputPathType::IndexType itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::IndexType |
Definition at line 61 of file itkPathToChainCodePathFilter.h.
typedef InputPathType::InputType itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::InputPathInputType |
Definition at line 57 of file itkPathToChainCodePathFilter.h.
typedef InputPathType::Pointer itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::InputPathPointer |
Definition at line 56 of file itkPathToChainCodePathFilter.h.
typedef TInputPath itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::InputPathType |
Some convenient typedefs.
Definition at line 52 of file itkPathToChainCodePathFilter.h.
typedef InputPathType::OffsetType itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OffsetType |
Definition at line 62 of file itkPathToChainCodePathFilter.h.
typedef OutputPathType::InputType itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OutputPathInputType |
Definition at line 60 of file itkPathToChainCodePathFilter.h.
typedef OutputPathType::Pointer itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OutputPathPointer |
Definition at line 59 of file itkPathToChainCodePathFilter.h.
typedef TOutputChainCodePath itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OutputPathType |
Definition at line 58 of file itkPathToChainCodePathFilter.h.
typedef SmartPointer< Self > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Pointer |
Definition at line 45 of file itkPathToChainCodePathFilter.h.
typedef PathToChainCodePathFilter itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Self |
Standard class typedefs.
Definition at line 43 of file itkPathToChainCodePathFilter.h.
typedef PathToPathFilter< TInputPath, TOutputChainCodePath > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Superclass |
Definition at line 44 of file itkPathToChainCodePathFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 70 of file itkPathToChainCodePathFilter.h.
|
private |
|
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.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
private |
|
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::PathToPathFilter< TInputPath, TOutputChainCodePath >.
|
virtual |
Set the direction in which to reflect the data.
|
private |
Definition at line 79 of file itkPathToChainCodePathFilter.h.