1SoMFLong(3IV)()                                                SoMFLong(3IV)()
2
3
4

NAME

6       SoMFLong — synonym for SoMFInt32
7

INHERITS FROM

9       SoField > SoMField > SoMFLong
10

SYNOPSIS

12       #include <Inventor/fields/SoMFInt32.h>
13
14          Methods from class SoMField:
15
16     int                 getNum() const
17     void                setNum(int num)
18     virtual void        deleteValues(int start, int num = -1)
19     virtual void        insertSpace(int start, int num)
20     SbBool              set1(int index, const char *valueString)
21     void                get1(int index, SbString &valueString)
22     static SoType       getClassTypeId()
23
24          Methods from class SoField:
25
26     void                setIgnored(SbBool ignore)
27     SbBool              isIgnored() const
28     SbBool              isDefault() const
29     virtual SoType      getTypeId() const
30     virtual SbBool      isOfType(SoType type) const
31     SbBool              set(const char *valueString)
32     void                get(SbString &valueString)
33     int                 operator ==(const SoField &f) const
34     int                 operator !=(const SoField &f) const
35     void                touch()
36     SbBool              connectFrom(SoField *fromField)
37     SbBool              connectFrom(SoEngineOutput *fromEngine)
38     void                disconnect()
39     SbBool              isConnected() const
40     SbBool              isConnectedFromField() const
41     SbBool              getConnectedField(SoField *&writingField) const
42     SbBool              isConnectedFromEngine() const
43     SbBool              getConnectedEngine(SoEngineOutput     *&engineOutput)
44                              const
45     void                enableConnection(SbBool flag)
46     SbBool              isConnectionEnabled() const
47     int                 getForwardConnections(SoFieldList &list) const
48     SoFieldContainer *  getContainer() const
49
50

DESCRIPTION

52       This class is obsolete, and is  provided  for  backwards  compatibility
53       only.  You  should  use the new SoMFInt32 class instead. If you compile
54       your code -DIV_STRICT, #including the SoMFLong.h header file will cause
55       a compile-time error.
56
57
58
59                                                               SoMFLong(3IV)()
Impressum