Field containing a int64_t integer. More...
#include <Inventor/fields/SoSFInt64.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFInt64 & | operator= (const SoSFInt64 &f) |
SoSFInt64 () | |
virtual | ~SoSFInt64 () |
int64_t | getValue () const |
void | setValue (int64_t newValue) |
int64_t | operator= (int64_t newValue) |
int | operator== (const SoSFInt64 &f) const |
int | operator!= (const SoSFInt64 &f) const |
virtual size_t | getValueSize () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Field containing a int64_t integer.
A field containing a single long (64-bit) integer.
SoSFInt64s are written to file as an integer in decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') format.
SoSFInt64::SoSFInt64 | ( | ) |
Default constructor.
virtual SoSFInt64::~SoSFInt64 | ( | ) | [virtual] |
Destructor.
static SoType SoSFInt64::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSField.
virtual SoType SoSFInt64::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
int64_t SoSFInt64::getValue | ( | ) | const [inline] |
Returns this field's value.
virtual size_t SoSFInt64::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int SoSFInt64::operator!= | ( | const SoSFInt64 & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
int64_t SoSFInt64::operator= | ( | int64_t | newValue | ) | [inline] |
Sets this field to newValue.
int SoSFInt64::operator== | ( | const SoSFInt64 & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
void SoSFInt64::setValue | ( | int64_t | newValue | ) |
Sets this field to newValue.