OpenCMISS-Zinc C++ API Documentation
|
Information about changes to spectrums in the spectrum module. More...
#include <spectrum.hpp>
Public Member Functions | |
Spectrummoduleevent (cmzn_spectrummoduleevent_id in_spectrummodule_event_id) | |
Spectrummoduleevent (const Spectrummoduleevent &spectrummoduleEvent) | |
Spectrummoduleevent & | operator= (const Spectrummoduleevent &spectrummoduleEvent) |
bool | isValid () const |
cmzn_spectrummoduleevent_id | getId () const |
Spectrum::ChangeFlags | getSpectrumChangeFlags (const Spectrum &spectrum) const |
Spectrum::ChangeFlags | getSummarySpectrumChangeFlags () const |
Protected Attributes | |
cmzn_spectrummoduleevent_id | id |
Information about changes to spectrums in the spectrum module.
Information about changes to spectrums in the spectrum module, sent with each callback from the spectrummodule notifier.
|
inline |
Return the C handle of the Spectrummoduleevent object.
|
inline |
Get logical OR of flags indicating how the spectrum has changed.
spectrum | The spectrum to query about. |
|
inline |
Get logical OR of flags indicating how spectrums in the spectrum module have changed.
|
inline |
Check if this is a valid Spectrummoduleevent object.