#include <SFInt32.h>
Inheritance diagram for SFInt32:

Public Member Functions | |
| SFInt32 (int value) | |
| virtual int | getType () const |
| virtual const char * | getTypeName () const |
| virtual void | write (FILE *f, int indent) const |
| virtual bool | equals (const FieldValue *value) const |
| virtual void | clamp (float min, float max) |
| virtual FieldValue * | copy () |
| int | getValue () const |
Private Attributes | |
| int | _value |
| SFInt32::SFInt32 | ( | int | value | ) |
| virtual int SFInt32::getType | ( | ) | const [inline, virtual] |
Implements FieldValue.
| virtual const char* SFInt32::getTypeName | ( | ) | const [inline, virtual] |
Implements FieldValue.
| void SFInt32::write | ( | FILE * | f, | |
| int | indent | |||
| ) | const [virtual] |
Implements FieldValue.
| bool SFInt32::equals | ( | const FieldValue * | value | ) | const [virtual] |
Implements FieldValue.
| void SFInt32::clamp | ( | float | min, | |
| float | max | |||
| ) | [virtual] |
Reimplemented from FieldValue.
| virtual FieldValue* SFInt32::copy | ( | ) | [inline, virtual] |
Implements FieldValue.
| int SFInt32::getValue | ( | ) | const [inline] |
int SFInt32::_value [private] |
1.5.1-p1