HydroCouple  2.0.0
HydroCouple Interface Definitions
Loading...
Searching...
No Matches
HydroCouple::IComponentDataItemValueChanged Class Referenceabstract

IComponentDataItemValueChanged interface class used to notify when the values of a IComponentDataItem change. More...

#include <hydrocouple.h>

Collaboration diagram for HydroCouple::IComponentDataItemValueChanged:

Public Member Functions

virtual ~IComponentDataItemValueChanged ()=default
 IComponentDataItemValueChanged::~IComponentDataItemValueChanged is a virtual destructor.
 
virtual IComponentDataItemcomponentDataItem () const =0
 Gets the IComponentDataItem that fired the event.
 
virtual initializer_list< int > dimensionIndexes () const =0
 Gets the dimension indexes of the data that changed.
 
virtual initializer_list< int > dimensionLengths () const =0
 Gets the strides of the data that changed.
 

Detailed Description

IComponentDataItemValueChanged interface class used to notify when the values of a IComponentDataItem change.

Constructor & Destructor Documentation

◆ ~IComponentDataItemValueChanged()

virtual HydroCouple::IComponentDataItemValueChanged::~IComponentDataItemValueChanged ( )
virtualdefault

Member Function Documentation

◆ componentDataItem()

virtual IComponentDataItem * HydroCouple::IComponentDataItemValueChanged::componentDataItem ( ) const
pure virtual

Gets the IComponentDataItem that fired the event.

Returns
The IComponentDataItem that threw the event.

◆ dimensionIndexes()

virtual initializer_list< int > HydroCouple::IComponentDataItemValueChanged::dimensionIndexes ( ) const
pure virtual

Gets the dimension indexes of the data that changed.

Returns
The dimension indexes of the data that changed.

◆ dimensionLengths()

virtual initializer_list< int > HydroCouple::IComponentDataItemValueChanged::dimensionLengths ( ) const
pure virtual

Gets the strides of the data that changed.

Returns
The lengths of the dimensions for the data that changed. If empty a single value was changed.

The documentation for this class was generated from the following file: