ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkPathToChainCodePathFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputPathType::IndexType | IndexType |
typedef InputPathType::InputType | InputPathInputType |
typedef InputPathType::Pointer | InputPathPointer |
typedef TInputPath | InputPathType |
typedef InputPathType::OffsetType | OffsetType |
typedef OutputPathType::InputType | OutputPathInputType |
typedef OutputPathType::Pointer | OutputPathPointer |
typedef TOutputChainCodePath | OutputPathType |
typedef SmartPointer< Self > | Pointer |
typedef PathToChainCodePathFilter | Self |
typedef PathToPathFilter < TInputPath, TOutputChainCodePath > | Superclass |
Public Types inherited from itk::PathToPathFilter< TInputPath, TOutputChainCodePath > | |
typedef InputPathType::ConstPointer | InputPathConstPointer |
Public Types inherited from itk::PathSource< TOutputChainCodePath > | |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputPathType::IndexType | OutputPathIndexType |
typedef OutputPathType::OffsetType | OutputPathOffsetType |
typedef OutputPathType::OutputType | OutputPathOutputType |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
PathToChainCodePathFilter (const Self &) |
Private Attributes | |
bool | m_MaximallyConnected |
virtual void | SetMaximallyConnected (bool _arg) |
virtual void | MaximallyConnectedOn () |
virtual void | MaximallyConnectedOff () |
PathToChainCodePathFilter () | |
virtual | ~PathToChainCodePathFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
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.
typedef SmartPointer< const Self > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::ConstPointer |
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
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 |
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
Definition at line 56 of file itkPathToChainCodePathFilter.h.
typedef TInputPath itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::InputPathType |
Some convenient typedefs.
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
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 |
Reimplemented from itk::PathSource< TOutputChainCodePath >.
Definition at line 60 of file itkPathToChainCodePathFilter.h.
typedef OutputPathType::Pointer itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OutputPathPointer |
Reimplemented from itk::PathSource< TOutputChainCodePath >.
Definition at line 59 of file itkPathToChainCodePathFilter.h.
typedef TOutputChainCodePath itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::OutputPathType |
Some convenient typedefs.
Reimplemented from itk::PathSource< TOutputChainCodePath >.
Definition at line 58 of file itkPathToChainCodePathFilter.h.
typedef SmartPointer< Self > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Pointer |
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
Definition at line 45 of file itkPathToChainCodePathFilter.h.
typedef PathToChainCodePathFilter itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Self |
Standard class typedefs.
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
Definition at line 43 of file itkPathToChainCodePathFilter.h.
typedef PathToPathFilter< TInputPath, TOutputChainCodePath > itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >::Superclass |
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
Definition at line 44 of file itkPathToChainCodePathFilter.h.
|
protected |
Set the direction in which to reflect the data.
|
inlineprotectedvirtual |
Set the direction in which to reflect the data.
Definition at line 69 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::PathToPathFilter< TInputPath, TOutputChainCodePath >.
|
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 |
Set the direction in which to reflect the data.
|
virtual |
Set the direction in which to reflect the data.
|
static |
Method for creation through the object factory.
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::PathToPathFilter< TInputPath, TOutputChainCodePath >.
|
protectedvirtual |
Set the direction in which to reflect the data.
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.