Provided by: inventor-doc_2.1.5-10+dfsg-2.1build2_all
NAME
SoSFLong — synonym for SoSFInt32
INHERITS FROM
SoField > SoSField > SoSFLong
SYNOPSIS
#include <Inventor/fields/SoSFInt32.h> Methods from class SoSField: static SoType getClassTypeId() Methods from class SoField: void setIgnored(SbBool ignore) SbBool isIgnored() const SbBool isDefault() const virtual SoType getTypeId() const virtual SbBool isOfType(SoType type) const SbBool set(const char *valueString) void get(SbString &valueString) int operator ==(const SoField &f) const int operator !=(const SoField &f) const void touch() SbBool connectFrom(SoField *fromField) SbBool connectFrom(SoEngineOutput *fromEngine) void disconnect() SbBool isConnected() const SbBool isConnectedFromField() const SbBool getConnectedField(SoField *&writingField) const SbBool isConnectedFromEngine() const SbBool getConnectedEngine(SoEngineOutput *&engineOutput) const void enableConnection(SbBool flag) SbBool isConnectionEnabled() const int getForwardConnections(SoFieldList &list) const SoFieldContainer * getContainer() const
DESCRIPTION
This class is obsolete, and is provided for backwards compatibility only. You should use the new SoSFInt32 class instead. If you compile your code -DIV_STRICT, #including the SoSFLong.h header file will cause a compile-time error. SoSFLong(3IV)()