26 #ifndef ICP_REGISTRATION_H 27 #define ICP_REGISTRATION_H 74 #endif // ICP_REGISTRATION_H Perform an Iterative Closest Point registration between two meshes.
Definition: ICPRegistration.h:40
Definition: ICPRegistration.h:47
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
virtual ~ICPRegistration()=default
the destructor
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
ICPRegistration(camitk::ActionExtension *ext)
the constructor
Definition: ICPRegistration.cpp:40
Definition: ICPRegistration.h:48
virtual ApplyStatus apply()
method applied when the action is called
Definition: ICPRegistration.cpp:62
DistanceMeasureType distanceMeasureType
Definition: ICPRegistration.h:68
DistanceMeasureType
Definition: ICPRegistration.h:46