Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

Functions

virtual IFloatoperator= (double Value)=0
 Set node value.
 
virtual double GetMin ()=0
 Get minimum value allowed.
 
virtual double GetMax ()=0
 Get maximum value allowed.
 
virtual bool HasInc ()=0
 True if the float has a constant increment.
 
virtual EIncMode GetIncMode ()=0
 Get increment mode.
 
virtual double GetInc ()=0
 Get the constant increment if there is any.
 
virtual double_autovector_t GetListOfValidValues (bool bounded=true)=0
 Get list of valid value.
 
virtual ERepresentation GetRepresentation ()=0
 Get recommended representation.
 
virtual GenICam::gcstring GetUnit () const =0
 Get the physical unit name.
 
virtual EDisplayNotation GetDisplayNotation () const =0
 Get the way the float should be converted to a string.
 
virtual int64_t GetDisplayPrecision () const =0
 Get the precision to be used when converting the float to a string.
 
virtual void ImposeMin (double Value)=0
 Restrict minimum value.
 
virtual void ImposeMax (double Value)=0
 Restrict maximum value.
 

Variables

interface SPINNAKER_API_ABSTRACT IFloat
 Interface for float properties.
 

Detailed Description

Function Documentation

◆ GetDisplayNotation()

virtual EDisplayNotation GetDisplayNotation ( ) const
pure virtual

Get the way the float should be converted to a string.

◆ GetDisplayPrecision()

virtual int64_t GetDisplayPrecision ( ) const
pure virtual

Get the precision to be used when converting the float to a string.

◆ GetInc()

virtual double GetInc ( )
pure virtual

Get the constant increment if there is any.

Get increment.

◆ GetIncMode()

virtual EIncMode GetIncMode ( )
pure virtual

Get increment mode.

◆ GetListOfValidValues()

virtual double_autovector_t GetListOfValidValues ( bool  bounded = true)
pure virtual

Get list of valid value.

◆ GetMax()

virtual double GetMax ( )
pure virtual

Get maximum value allowed.

◆ GetMin()

virtual double GetMin ( )
pure virtual

Get minimum value allowed.

◆ GetRepresentation()

virtual ERepresentation GetRepresentation ( )
pure virtual

Get recommended representation.

◆ GetUnit()

virtual GenICam::gcstring GetUnit ( ) const
pure virtual

Get the physical unit name.

◆ HasInc()

virtual bool HasInc ( )
pure virtual

True if the float has a constant increment.

◆ ImposeMax()

virtual void ImposeMax ( double  Value)
pure virtual

Restrict maximum value.

◆ ImposeMin()

virtual void ImposeMin ( double  Value)
pure virtual

Restrict minimum value.

◆ operator=()

virtual IFloat & operator= ( double  Value)
pure virtual

Set node value.

Variable Documentation

◆ IFloat

Interface for float properties.