Public Types | Public Member Functions

cmtk::MatchedLandmarkList Class Reference
[cmtkBase Library]

List of matched landmarks in 3-D. More...

#include <cmtkMatchedLandmarkList.h>

Inheritance diagram for cmtk::MatchedLandmarkList:
Inheritance graph
[legend]
Collaboration diagram for cmtk::MatchedLandmarkList:
Collaboration graph
[legend]

List of all members.

Public Types

typedef MatchedLandmarkList Self
 This class.
typedef SmartPointer< SelfSmartPtr
 Smart pointer to MatchedLandmarkList.

Public Member Functions

 MatchedLandmarkList ()
 Default constructor.
 MatchedLandmarkList (const LandmarkList *sourceList, const LandmarkList *targetList)
 Initialize from two separate landmark lists.
void AddLandmarkLists (const LandmarkList *sourceList, const LandmarkList *targetList)
 Initialize from two separate landmark lists.
SmartPointer< MatchedLandmarkFindByName (const char *name)
 Find landmark by name.
const SmartPointer
< MatchedLandmark
FindByName (const char *name) const
 Find landmark by name and return constant pointer.

Detailed Description

List of matched landmarks in 3-D.

Definition at line 52 of file cmtkMatchedLandmarkList.h.


Member Typedef Documentation

This class.

Definition at line 58 of file cmtkMatchedLandmarkList.h.

Smart pointer to MatchedLandmarkList.

Definition at line 61 of file cmtkMatchedLandmarkList.h.


Constructor & Destructor Documentation

cmtk::MatchedLandmarkList::MatchedLandmarkList (  ) [inline]

Default constructor.

Definition at line 64 of file cmtkMatchedLandmarkList.h.

cmtk::MatchedLandmarkList::MatchedLandmarkList ( const LandmarkList sourceList,
const LandmarkList targetList 
) [inline]

Initialize from two separate landmark lists.

Definition at line 67 of file cmtkMatchedLandmarkList.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines