SFFloat Class Reference

#include <SFFloat.h>

Inheritance diagram for SFFloat:

FieldValue List of all members.

Public Member Functions

 SFFloat (float value)
virtual int getType () const
virtual const char * getTypeName () const
virtual void write (FILE *f, int indent) const
virtual FieldValuecopy ()
float getValue () const
virtual bool equals (const FieldValue *value) const
virtual void clamp (float min, float max)

Private Attributes

float _value

Constructor & Destructor Documentation

SFFloat::SFFloat ( float  value  ) 


Member Function Documentation

virtual int SFFloat::getType (  )  const [inline, virtual]

Implements FieldValue.

virtual const char* SFFloat::getTypeName (  )  const [inline, virtual]

Implements FieldValue.

void SFFloat::write ( FILE *  f,
int  indent 
) const [virtual]

Implements FieldValue.

virtual FieldValue* SFFloat::copy (  )  [inline, virtual]

Implements FieldValue.

float SFFloat::getValue (  )  const [inline]

bool SFFloat::equals ( const FieldValue value  )  const [virtual]

Checks if the value equals the specified as argument field value

Implements FieldValue.

void SFFloat::clamp ( float  min,
float  max 
) [virtual]

Reimplemented from FieldValue.


Member Data Documentation

float SFFloat::_value [private]


Generated on Thu Jan 18 10:06:22 2007 for vhdPLUS by  doxygen 1.5.1-p1