#include <itkCorrespondenceDataStructure.h>
Inheritance diagram for itk::CorrespondenceDataStructure< TItemType, VCliqueSize >:
Public Types | |
typedef CorrespondenceDataStructure | Self |
typedef DataObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TItemType | ItemType |
typedef CorrespondingList< TItemType, VCliqueSize > | CorrespondingListType |
typedef SecondaryNodeList< CorrespondingListType, VCliqueSize > | SecondaryNodeListType |
typedef NodeList< SecondaryNodeListType > | NodeListType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (CliqueSize, unsigned int, VCliqueSize) | |
void | UpdateOutputInformation () |
Static Public Member Functions | |
Pointer | New () |
Public Attributes | |
NodeListType * | m_NodeList |
Protected Member Functions | |
CorrespondenceDataStructure () | |
~CorrespondenceDataStructure () | |
bool | VerifyRequestedRegion () |
void | SetRequestedRegionToLargestPossibleRegion () |
bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
void | SetRequestedRegion (DataObject *) |
Definition at line 40 of file itkCorrespondenceDataStructure.h.
|
Reimplemented from itk::DataObject. Definition at line 47 of file itkCorrespondenceDataStructure.h. |
|
The typedef for the CorrespondingPairList. Definition at line 62 of file itkCorrespondenceDataStructure.h. |
|
Definition at line 55 of file itkCorrespondenceDataStructure.h. |
|
The typedef for the NodeList. Definition at line 68 of file itkCorrespondenceDataStructure.h. |
|
Reimplemented from itk::DataObject. Definition at line 46 of file itkCorrespondenceDataStructure.h. |
|
The typedef for the NodePairList. Definition at line 65 of file itkCorrespondenceDataStructure.h. |
|
Standard class typedefs. Reimplemented from itk::DataObject. Definition at line 44 of file itkCorrespondenceDataStructure.h. |
|
Reimplemented from itk::DataObject. Definition at line 45 of file itkCorrespondenceDataStructure.h. |
|
Default Constructor. |
|
Default Destructor. Definition at line 78 of file itkCorrespondenceDataStructure.h. |
|
Run-time type information (and related methods). Reimplemented from itk::DataObject.
|
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object.
|
|
Virtual methods required by DataObject interface. Implements itk::DataObject. Definition at line 83 of file itkCorrespondenceDataStructure.h. |
|
Virtual methods required by DataObject interface. Implements itk::DataObject. Definition at line 84 of file itkCorrespondenceDataStructure.h. |
|
Virtual methods required by DataObject interface. Implements itk::DataObject. Definition at line 82 of file itkCorrespondenceDataStructure.h. |
|
Virtual method required by DataObject interface. Implements itk::DataObject. Definition at line 59 of file itkCorrespondenceDataStructure.h. |
|
Virtual methods required by DataObject interface. Implements itk::DataObject. Definition at line 81 of file itkCorrespondenceDataStructure.h. |
|
Node List. Definition at line 71 of file itkCorrespondenceDataStructure.h. |