OpenCMISS-Zinc C++ API Documentation
|
Object describing changes to a nodeset in a fieldmoduleevent. More...
#include <node.hpp>
Public Member Functions | |
Nodesetchanges (cmzn_nodesetchanges_id nodesetchanges_id) | |
Nodesetchanges (const Nodesetchanges &nodesetchanges) | |
Nodesetchanges & | operator= (const Nodesetchanges &nodesetchanges) |
bool | isValid () const |
Node::ChangeFlags | getNodeChangeFlags (const Node &node) |
int | getNumberOfChanges () |
Node::ChangeFlags | getSummaryNodeChangeFlags () |
Object describing changes to a nodeset in a fieldmoduleevent.
Object describing changes to a nodeset in a fieldmoduleevent
|
inline |
Returns the number of changes to nodes in the nodeset changes. Note this can be larger than the number of nodes in the nodeset if multiple changes are made to the same nodes, or nodes are removed.
|
inline |
Check if this is a valid Nodesetchanges object.