#include <itkBinaryMedialNodeMetric.h>
Inheritance diagram for itk::BinaryMedialNodeMetric< VDimensions >:


Tamburo, Cois, Shelton, Stetten. "Medial Node Correspondences Towards Automated Registration", Lecture Notes in Computer Science (in press), 2003.
Definition at line 35 of file itkBinaryMedialNodeMetric.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef BloxCoreAtomPixel< VDimensions > | MedialNode |
| typedef SmartPointer< Self > | Pointer |
| typedef Point< double, VDimensions > | PositionType |
| typedef BinaryMedialNodeMetric | Self |
| typedef LightObject | Superclass |
Public Member Functions | |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| void | DontShowCalculation () |
| virtual const char * | GetNameOfClass () const |
| virtual int | GetReferenceCount () const |
| Function to return the result of the metric calculations *double | GetResult () |
| void | Initialize (void) |
| itkStaticConstMacro (EMPTY, int, 2) | |
| void | Print (std::ostream &os, Indent indent=0) const |
| void | PrintCombinedEigens () |
| virtual void | Register () const |
| void | SetMedialNodes (MedialNode *NodeA1, MedialNode *NodeA2, MedialNode *NodeB1, MedialNode *NodeB2) |
| virtual void | SetReferenceCount (int) |
| void | ShowCalculation () |
| virtual void | UnRegister () const |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| BinaryMedialNodeMetric () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| ~BinaryMedialNodeMetric () | |
Protected Attributes | |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 43 of file itkBinaryMedialNodeMetric.h. |
|
|||||
|
typedef for core atom pixel Definition at line 54 of file itkBinaryMedialNodeMetric.h. |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 42 of file itkBinaryMedialNodeMetric.h. |
|
|||||
|
The type used to store the position of the BloxPixel. Definition at line 60 of file itkBinaryMedialNodeMetric.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::LightObject. Definition at line 40 of file itkBinaryMedialNodeMetric.h. |
|
|||||
|
Definition at line 41 of file itkBinaryMedialNodeMetric.h. |
|
|||||||||
|
Default Constructor |
|
|||||||||
|
Default Destructor Definition at line 89 of file itkBinaryMedialNodeMetric.h. |
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
|
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 in itk::Object. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
|||||||||
|
Function to set a boolean to not show the calculation process of the metric. Definition at line 75 of file itkBinaryMedialNodeMetric.h. |
|
|||||||||
|
Run-time type information (and related methods) Reimplemented from itk::LightObject. |
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|||||||||
|
Definition at line 78 of file itkBinaryMedialNodeMetric.h. |
|
||||||||||
|
Initialize the Metric. |
|
||||||||||||||||||||
|
We use the value 2.0 to represent an empty space in an eigen value list, since eigen values can never be greater than 1.0. This is an int because itkStaticConstMacro had issues with the use of a double |
|
|||||||||
|
Method for creation through the object factory Reimplemented from itk::LightObject. |
|
||||||||||||
|
Cause the object to print itself out. |
|
|||||||||
|
Function to print the list of combined eigen values. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||||||||||||||||
|
Sets the input medial nodes. |
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
|||||||||
|
Function to set a boolean to show the calculation process of the metric. Definition at line 72 of file itkBinaryMedialNodeMetric.h. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000