man SoSFUInt32 () - field containing an unsinged int32_t integer
NAME
SoSFUInt32 - field containing an unsinged int32_t integer
INHERITS FROM
SoField > SoSField > SoSFUInt32
SYNOPSIS
#include <Inventor/fields/SoSFUInt32.h>
Methods from class SoSFUInt32:
c
}
c
}
getClassTypeId()
c
}
c
}
getTypeId() const
c
}
c
}
getValue() const
c
}
c
}
operator =(int32_t uint32_t newValue)
c
}
c
}
setValue(int32_t uint32_t newValue)
c
}
c
}
operator ==(const SoSFUInt32 &f) const
c
}
c
}
operator !=(const SoSFUInt32 &f) const
Methods from class SoField:
c
}
c
}
setIgnored(SbBool ignore)
c
}
c
}
isIgnored() const
c
}
c
}
isDefault() const
c
}
c
}
isOfType(SoType type) const
c
}
c
}
set(const char *valueString)
c
}
c
}
get(SbString &valueString)
c
}
c
}
touch()
c
}
c
}
connectFrom(SoField *fromField)
c
}
c
}
connectFrom(SoEngineOutput *fromEngine)
c
}
c
}
disconnect()
c
}
c
}
isConnected() const
c
}
c
}
isConnectedFromField() const
c
}
c
}
getConnectedField(SoField *&writingField) const
c
}
c
}
isConnectedFromEngine() const
c
}
c
}
getConnectedEngine(SoEngineOutput *&engineOutput) const
c
}
c
}
enableConnection(SbBool flag)
c
}
c
}
isConnectionEnabled() const
c
}
c
}
getForwardConnections(SoFieldList &list) const
c
}
c
}
getContainer() const
DESCRIPTION
A single-value field containg an unsigned 32-bit integer, representing a number from 0 to 4,294,967,295. SoSFUInt32s are written to file as a single uint32_t (32-bit) integer in decimal, hexadecimal or octal format.
METHODS
c
}
c
}
getClassTypeId()
c
}
c
}
getTypeId() const
Returns the type for this class or a particular object of this class.
c
}
c
}
getValue() const
Returns this field's value.
c
}
c
}
operator =(int32_t uint32_t newValue)
c
}
c
}
setValue(int32_t uint32_t newValue)
Sets this field to newValue.
c
}
c
}
operator ==(const SoSFUInt32 &f) const
c
}
c
}
operator !=(const SoSFUInt32 &f) const
Returns TRUE if f is of the same type and has the same value as this field.
SEE ALSO
SoField, SoSField, SoMFUInt32