0.4.3
FloatParameterNode.h
浏览该文件的文档.
1//
2// Created by ALSON08 on 2023/7/28.
3//
4
5#ifndef ALSON_COMMUNICATION_CLIENT_FLOAT_PARAMETER_NODE_H
6#define ALSON_COMMUNICATION_CLIENT_FLOAT_PARAMETER_NODE_H
7
8
10
11
12namespace ALSON {
13
14
27public:
28 FloatParameterNode(ClientContextPtr clientContextPtr, std::string key);
29 ~FloatParameterNode() override = default;
33 FloatParameterNode& operator=(FloatParameterNode&&) noexcept = default;
34
35public:
49 float getValue();
50
65 void setValue(float value);
66
80 float getDefaultValue();
81
95 float getMaxValue();
96
110 float getMinValue();
111
112}; // class FloatParameterNode
113
114
115} // namespace ALSON
116
117
118#endif // !ALSON_COMMUNICATION_CLIENT_FLOAT_PARAMETER_NODE_H
FloatParameterNode(ClientContextPtr clientContextPtr, std::string key)
~FloatParameterNode() override=default
FloatParameterNode & operator=(const FloatParameterNode &)=default
FloatParameterNode(FloatParameterNode &&) noexcept=default
FloatParameterNode(const FloatParameterNode &)=default
std::shared_ptr< ClientContext > ClientContextPtr
#define ALSON_API
My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd 河南埃尔森智能科技有限公司 版权所有 豫ICP备15002212号