OpenCMISS-Zinc 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 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 |
Check if this is a valid Meshchanges object.