#include <itkCorrespondenceDataStructure.h>
Inheritance diagram for itk::CorrespondenceDataStructure:


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 Methods | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (CliqueSize, unsigned int, VCliqueSize) | |
| void | UpdateOutputInformation () |
Static Public Methods | |
| Pointer | New () |
Public Attributes | |
| NodeListType * | m_NodeList |
Protected Methods | |
| 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. |
|
|||||||||
|
Determine whether the RequestedRegion is outside of the BufferedRegion. This method returns true if the RequestedRegion is outside the BufferedRegion (true if at least one pixel is outside). This is used by the pipeline mechanism to determine whether a filter needs to re-execute in order to satisfy the current request. If the current RequestedRegion is already inside the BufferedRegion from the previous execution (and the current filter is up to date), then a given filter does not need to re-execute Implements itk::DataObject. Definition at line 83 of file itkCorrespondenceDataStructure.h. |
|
||||||||||
|
Set the requested region from this data object to match the requested region of the data object passed in as a parameter. This method is implemented in the concrete subclasses of DataObject. Implements itk::DataObject. Definition at line 84 of file itkCorrespondenceDataStructure.h. |
|
|||||||||
|
Set the RequestedRegion to the LargestPossibleRegion. This forces a filter to produce all of the output in one execution (i.e. not streaming) on the next call to Update(). 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. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000