Home | Hierarchy | Members | Alphabetical | Related Pages |
#include <sfint32.h>
Public Member Functions | |
SFInt32 () | |
SFInt32 (const int b) | |
SFInt32 & | operator= (const int b) |
SFInt32 & | operator= (const SFInt32 b) |
operator int () const | |
int | operator== (const SFInt32 &b) |
Static Public Member Functions | |
static const char * | typeName () |
static FieldTypeId | typeId () |
Friends | |
std::ostream & | operator<< (std::ostream &s, const SFInt32 &f) |
The SFInt32 field and event specifies one 32-bit integer. The MFInt32 field and event specifies zero or more 32-bit integers. SFInt32 and MFInt32 fields and events are written to the VRML file as an integer in decimal or hexadecimal (beginning with '0x') format. For example:
fooInt32 [ 17, -0xE20, -518820 ]
is an MFInt32 field containing three values.
The initial value of an SFInt32 eventOut is 0. The initial value of an MFInt32 eventOut is [ ].
SFInt32 & operator= | ( | const int | b | ) | [inline] |
operator int | ( | ) | const [inline] |
int operator== | ( | const SFInt32 & | b | ) | [inline] |
const char * typeName | ( | ) | [inline, static] |
FieldTypeId typeId | ( | ) | [inline, static] |
std::ostream& operator<< | ( | std::ostream & | s, | |
const SFInt32 & | f | |||
) | [friend] |
Generated on 5 Jan 2007 with
![]() |
|