NAME
SoSFShort – field containing a short integer
INHERITS FROM
SoSFShort
SYNOPSIS
#include <Inventor/fields/SoSFShort.h>
Methods from class SoSFShort:
static SoType getClassTypeId()
virtual void getTypeId() const
short operator =(short newValue)
void setValue(short newValue)
int operator ==(const SoSFShort &f) const
int operator !=(const SoSFShort &f) const
void setIgnored(SbBool ignore)
SbBool set(const char *valueString)
SbBool isConnectedFromField() const
SbBool isConnectedFromEngine() const
void enableConnection(SbBool flag)
SbBool isConnectionEnabled() const
DESCRIPTION
A field containing a short (16-bit) integer.
SoSFShorts are written to file as a single short integer value, represented as decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') value.
METHODS
static SoType getClassTypeId()
virtual void getTypeId() const
Returns the type for this class or a particular object of this class.
short getValue() const
Returns this field's value.
short operator =(short newValue)
void setValue(short newValue)
Sets this field to newValue.
int operator ==(const SoSFShort &f) const
int operator !=(const SoSFShort &f) const
Returns TRUE if f is of the same type and has the same value as this field.
SEE ALSO
Typeset by Felix Ritter (MeVis Research GmbH)
Hyperlinks by Wolfram Esser (method park Software AG)