IComponentDataItemValueChanged interface class used to notify when the values of a IComponentDataItem change.
More...
#include <hydrocouple.h>
IComponentDataItemValueChanged interface class used to notify when the values of a IComponentDataItem change.
◆ ~IComponentDataItemValueChanged()
| virtual HydroCouple::IComponentDataItemValueChanged::~IComponentDataItemValueChanged |
( |
| ) |
|
|
virtualdefault |
◆ componentDataItem()
| virtual IComponentDataItem * HydroCouple::IComponentDataItemValueChanged::componentDataItem |
( |
| ) |
const |
|
nodiscardpure virtual |
◆ count()
| virtual std::vector< int64_t > HydroCouple::IComponentDataItemValueChanged::count |
( |
| ) |
const |
|
nodiscardpure virtual |
Gets the extent of the hyperslab that changed.
- Returns
- A vector containing the changed extent in each dimension.
◆ start()
| virtual std::vector< int64_t > HydroCouple::IComponentDataItemValueChanged::start |
( |
| ) |
const |
|
nodiscardpure virtual |
Gets the start index of the hyperslab that changed.
- Returns
- A vector containing the first changed index in each dimension.
The documentation for this class was generated from the following file: