#include <MFInt32.h>
Inheritance diagram for MFInt32:
Public Member Functions | |
MFInt32 () | |
MFInt32 (const int *values, int len) | |
MFInt32 (const MFInt32 &value) | |
virtual | ~MFInt32 () |
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 int | getSFSize () const |
virtual FieldValue * | getSFValue (int index) const |
virtual void | setSFValue (int index, FieldValue *value) |
virtual FieldValue * | copy () |
int | getValue (int index) const |
const int * | getValue () const |
int | getSize () const |
Private Attributes | |
Array< int > | _value |
MFInt32::MFInt32 | ( | ) |
MFInt32::MFInt32 | ( | const int * | values, | |
int | len | |||
) |
MFInt32::MFInt32 | ( | const MFInt32 & | value | ) |
virtual MFInt32::~MFInt32 | ( | ) | [inline, virtual] |
virtual int MFInt32::getType | ( | ) | const [inline, virtual] |
Implements FieldValue.
virtual const char* MFInt32::getTypeName | ( | ) | const [inline, virtual] |
Implements FieldValue.
void MFInt32::write | ( | FILE * | f, | |
int | indent | |||
) | const [virtual] |
Implements FieldValue.
bool MFInt32::equals | ( | const FieldValue * | value | ) | const [virtual] |
Implements FieldValue.
virtual int MFInt32::getSFSize | ( | ) | const [inline, virtual] |
Implements MFieldValue.
FieldValue * MFInt32::getSFValue | ( | int | index | ) | const [virtual] |
Implements MFieldValue.
void MFInt32::setSFValue | ( | int | index, | |
FieldValue * | value | |||
) | [virtual] |
Implements MFieldValue.
virtual FieldValue* MFInt32::copy | ( | ) | [inline, virtual] |
Implements FieldValue.
int MFInt32::getValue | ( | int | index | ) | const [inline] |
const int* MFInt32::getValue | ( | ) | const [inline] |
int MFInt32::getSize | ( | ) | const [inline] |
Array<int> MFInt32::_value [private] |