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...

Inherits CValueArrayAdapter< IFloat, double >.

Additional Inherited Members

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

Detailed Description

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