26 #ifndef ICP_REGISTRATION_H
27 #define ICP_REGISTRATION_H
83 #endif // ICP_REGISTRATION_H
DistanceMeasureType getDistanceMeasureType()
get the distance measure type
Definition: ICPRegistration.h:68
Perform an Iterative Closest Point registration between two meshes.
Definition: ICPRegistration.h:40
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ApplyStatus apply()
method applied when the action is called
DistanceMeasureType
Definition: ICPRegistration.h:48
virtual ~ICPRegistration()
the destructor
ICPRegistration(camitk::ActionExtension *ext)
the constructor
void setDistanceMeasureType(DistanceMeasureType t)
set the distance measure type
Definition: ICPRegistration.h:73
Definition: ICPRegistration.h:50
Definition: ICPRegistration.h:49
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
DistanceMeasureType distanceMeasureType
Definition: ICPRegistration.h:44