List of matched landmarks in 3-D. More...
#include <cmtkMatchedLandmarkList.h>


Public Types | |
| typedef MatchedLandmarkList | Self |
| This class. | |
| typedef SmartPointer< Self > | SmartPtr |
| 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< MatchedLandmark > | FindByName (const char *name) |
| Find landmark by name. | |
| const SmartPointer < MatchedLandmark > | FindByName (const char *name) const |
| Find landmark by name and return constant pointer. | |
List of matched landmarks in 3-D.
Definition at line 52 of file cmtkMatchedLandmarkList.h.
This class.
Definition at line 58 of file cmtkMatchedLandmarkList.h.
Smart pointer to MatchedLandmarkList.
Definition at line 61 of file cmtkMatchedLandmarkList.h.
| 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.
1.7.2