Class for control points in WarpXform and derived classes. More...
#include <cmtkControlPoint.h>
Public Attributes | |
Vector3D | original |
Original (undeformed) control point position. | |
Vector3D | deformed |
Deformed control point position. | |
bool | active |
Is this an active (true) or passive (false) control point? |
Class for control points in WarpXform and derived classes.
Definition at line 45 of file cmtkControlPoint.h.
Original (undeformed) control point position.
Definition at line 49 of file cmtkControlPoint.h.