![]() |
ImFusion C++ SDK 4.4.0
|
#include <ImFusion/GL/Deformation.h>
Base class for customized deformation events. More...
Base class for customized deformation events.
Public Types | |
| enum | EventType { PARAMETER_SET_CHANGED , PARAMETER_CHANGED } |
Public Member Functions | |
| DeformationEvent (Deformation *deformation, EventType type) | |
| Deformation * | deformation () const |
| EventType | type () const |
Protected Attributes | |
| Deformation * | m_deformation |
| EventType | m_type |