C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VSN::ExplodeParameterValues Class Reference

Class ExplodeParameterValues is used to get a set of a ranges, determined by the control parameter. The method ExplodeDispatcher::GetParameterValues() is used to get data. If for the requested parameter such a range type is not supported, ExplodeDispatcher::GetParameterValues() method will return ResultState::rs_UnSupported. More...

#include <vsn_explodedispatcher.h>

Public Member Functions

 ExplodeParameterValues ()=default
 Default constructor.
 
 ~ExplodeParameterValues ()
 Destructor.
 
int GetCurrentValue () const
 Get current parameter value.
 
int GetMinimumValue () const
 Get lower bound of the range.
 
int GetMaximumValue () const
 Get upper bound of the range.
 
float GetFinalValue () const
 Get parameter value.
 

Detailed Description

Class ExplodeParameterValues is used to get a set of a ranges, determined by the control parameter. The method ExplodeDispatcher::GetParameterValues() is used to get data. If for the requested parameter such a range type is not supported, ExplodeDispatcher::GetParameterValues() method will return ResultState::rs_UnSupported.


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