![]() |
ImFusion SDK 4.3
|
Public Attributes | |
| std::function< bool(const Data *)> | isCompatible |
| Returns whether the handler is compatible with the data. | |
| std::function< std::shared_ptr< SignalConnection >(LinkPose *linkPose, const Data *, TransformationChangedFn func)> | connectUpdateSignal |
| Connect a signal to func to trigger updates. | |
| std::function< mat4(const Data *)> | getMatrix |
| Returns the matrix for this kind of data. | |
| std::function< void(Data *, const mat4 &mat)> | setMatrix |
| Sets the matrix for this kind of data. | |