OpenCMISS-Zinc 3.0.0 Release C++ API Documentation
|
Object describing changes to a mesh in a fieldmoduleevent. More...
#include <element.hpp>
Public Member Functions | |
Meshchanges (cmzn_meshchanges_id meshchanges_id) | |
Meshchanges (const Meshchanges &meshchanges) | |
Meshchanges & | operator= (const Meshchanges &meshchanges) |
bool | isValid () const |
Element::ChangeFlags | getElementChangeFlags (const Element &element) |
int | getNumberOfChanges () |
Element::ChangeFlags | getSummaryElementChangeFlags () |
Object describing changes to a mesh in a fieldmoduleevent.
Object describing changes to a mesh in a fieldmoduleevent
|
inline |
Returns if and how a element has changed in the mesh changes.
element | The element to query about. |
|
inline |
Returns the number of changes to elements in the mesh changes. Note this can be larger than the number of elements in the mesh if multiple changes are made to the same elements, or elements are removed.
|
inline |
Returns logical OR of change flags for all elements in the mesh changes.
|
inline |
Check if this is a valid Meshchanges object.