GenApi 3.5.1
List of all members
CFloatValueArray Class Reference

Concrete value array implementation to be used with IFloat based target value nodes. More...

#include <ValueArrayAdapter.h>

Inheritance diagram for CFloatValueArray:
CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType > CValueArrayAdapterBase

Additional Inherited Members

- Public Member Functions inherited from CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType >
 CValueArrayAdapter (TValueNodeType *base_value, IInteger *selector)
 Creates a CValueArrayAdapter object.
 
bool IsValid () const
 Check if the instance is valid and useable.
 
std::vector< TOutputValueType > GetAllValues ()
 Get all values of the array.
 
void GetAllValues (std::vector< TOutputValueType > &values)
 Get all values of the array.
 
- Static Public Member Functions inherited from CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType >
static bool CheckAdvertisedCompatibility (TValueNodeType *base_value, IInteger *selector)
 Check value/selector feature pair suitability for use with the adapter.
 

Detailed Description

The value is presented as double, same as by IFloat itself.