MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
This is the complete list of members for WaterReductionInput, including all inherited members.
bucketMethodData (defined in WaterReductionInput) | WaterReductionInput | private |
getBucketMethodData() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getMeasurementMethod() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getMeteredFlowMethodData() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getOperatingHours() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getOtherMethodData() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getVolumeMeterMethodData() const (defined in WaterReductionInput) | WaterReductionInput | inline |
getWaterCost() const (defined in WaterReductionInput) | WaterReductionInput | inline |
measurementMethod (defined in WaterReductionInput) | WaterReductionInput | private |
meteredFlowMethodData (defined in WaterReductionInput) | WaterReductionInput | private |
operatingHours (defined in WaterReductionInput) | WaterReductionInput | private |
otherMethodData (defined in WaterReductionInput) | WaterReductionInput | private |
setMeteredFlowMethodData(MeteredFlowMethodData meteredFlowMethodData) (defined in WaterReductionInput) | WaterReductionInput | |
setOtherMethodData(WaterOtherMethodData otherMethodData) (defined in WaterReductionInput) | WaterReductionInput | |
setucketMethodData(BucketMethodData bucketMethodData) (defined in WaterReductionInput) | WaterReductionInput | |
setVolumeMeterMethodData(VolumeMeterMethodData volumeMeterMethodData) (defined in WaterReductionInput) | WaterReductionInput | |
volumeMeterMethodData (defined in WaterReductionInput) | WaterReductionInput | private |
waterCost (defined in WaterReductionInput) | WaterReductionInput | private |
WaterReductionInput(const int operatingHours, const double waterCost, const int measurementMethod, const MeteredFlowMethodData meteredFlowMethodData, const VolumeMeterMethodData volumeMeterMethodData, const BucketMethodData bucketMethodData, const WaterOtherMethodData otherMethodData) (defined in WaterReductionInput) | WaterReductionInput | inline |