man SoMFLong () - synonym for SoMFInt32

NAME

SoMFLong - synonym for SoMFInt32

INHERITS FROM

SoField > SoMField > SoMFLong

SYNOPSIS

#include <Inventor/fields/SoMFInt32.h> Methods from class SoMField: c } c } getNum() const

c } c } setNum(int num)

c } c } deleteValues(int start, int num = -1)

c } c } insertSpace(int start, int num)

c } c } set1(int index, const char *valueString)

c } c } get1(int index, SbString &valueString)

c } c } getClassTypeId() Methods from class SoField: c } c } setIgnored(SbBool ignore)

c } c } isIgnored() const

c } c } isDefault() const

c } c } getTypeId() const

c } c } isOfType(SoType type) const

c } c } set(const char *valueString)

c } c } get(SbString &valueString)

c } c } operator ==(const SoField &f) const

c } c } operator !=(const SoField &f) const

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

This class is obsolete, and is provided for backwards compatibility only. You should use the new SoMFInt32 class instead. If you compile your code -DIV_STRICT, #including the SoMFLong.h header file will cause a compile-time error.