OpenCMISS-Zinc C++ API Documentation
|
Manages individual user notification of changes with a tessellation module. More...
#include <tessellation.hpp>
Public Member Functions | |
Tessellationmodulenotifier (cmzn_tessellationmodulenotifier_id in_tessellationmodulenotifier_id) | |
Tessellationmodulenotifier (const Tessellationmodulenotifier &tessellationmoduleNotifier) | |
Tessellationmodulenotifier & | operator= (const Tessellationmodulenotifier &tessellationmoduleNotifier) |
bool | isValid () const |
cmzn_tessellationmodulenotifier_id | getId () const |
int | setCallback (Tessellationmodulecallback &callback) |
int | clearCallback () |
Protected Attributes | |
cmzn_tessellationmodulenotifier_id | id |
Manages individual user notification of changes with a tessellation module.
Manages individual user notification of changes with a tessellation module.
|
inline |
Stop and clear tessellation module callback. This will stop the callback and also remove the callback function from the tessellationmodule notifier.
|
inline |
Return the C handle of the Tessellationmodulenotifier object.
|
inline |
Check if this is a valid Tessellationmodulenotifier object.
|
inline |
Assign the callback function and user data for the tessellationmodule notifier. This function also starts the callback.
callback | function to be called when event is triggered. |
user_data_in | Void pointer to user object. User must ensure this object's lifetime exceeds the duration for which callbacks are active. |