ScalarValue (struct)

The ScalarValue stores a Scalar value and associated bitwise flags. Used by the ClipValues object.

ScalarValue ScalarValue ScalarValue

Members

Scalar value  
UInt32 flags  

Methods

  ScalarValue ( in Scalar value )
  ScalarValue ( in Scalar value, in UInt32 flags )
  ScalarValue ( in ScalarValue other )
  ScalarValue ()
ScalarValue clone ? ()

Methods in detail

ScalarValue ( in Scalar value )


ScalarValue ( in Scalar value, in UInt32 flags )


ScalarValue ( in ScalarValue other )

copy constructor


ScalarValue ()

default constructor


ScalarValue ScalarValue.clone? ()

clone method