OpenCMISS-Zinc 3.0.0 Release 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 if and how a node has changed in the nodeset changes.
node | The node to query about. |
|
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 |
Returns logical OR of change flags for all nodes in the nodeset changes.
|
inline |
Check if this is a valid Nodesetchanges object.