OpenCMISS-Zinc C++ API Documentation
|
Object describing changes to a nodeset in a fieldmoduleevent. More...
#include <nodeset.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, or -1 if all considered changed, i.e. too many changes occurred to record.
|
inline |
Returns logical OR of change flags for all nodes in the nodeset changes.
|
inline |
Check if this is a valid Nodesetchanges object.