OpenCMISS-Zinc C++ API Documentation
|
Information about changes to tessellations in the tessellation module. More...
#include <tessellation.hpp>
Public Member Functions | |
Tessellationmoduleevent (cmzn_tessellationmoduleevent_id in_tessellationmodule_event_id) | |
Tessellationmoduleevent (const Tessellationmoduleevent &tessellationmoduleEvent) | |
Tessellationmoduleevent & | operator= (const Tessellationmoduleevent &tessellationmoduleEvent) |
bool | isValid () const |
cmzn_tessellationmoduleevent_id | getId () const |
Tessellation::ChangeFlags | getTessellationChangeFlags (const Tessellation &tessellation) const |
Tessellation::ChangeFlags | getSummaryTessellationChangeFlags () const |
Protected Attributes | |
cmzn_tessellationmoduleevent_id | id |
Information about changes to tessellations in the tessellation module.
Information about changes to tessellations in the tessellation module, sent with each callback from the tessellationmodule notifier.
|
inline |
Return the C handle of the Tessellationmoduleevent object.
|
inline |
Get logical OR of flags indicating how tessellations in the tessellation module have changed.
|
inline |
Get logical OR of flags indicating how the tessellation has changed.
tessellation | The tessellation to query about. |
|
inline |
Check if this is a valid Tessellationmoduleevent object.