1SoSFULong(3IV)()                                              SoSFULong(3IV)()
2
3
4

NAME

6       SoSFULong — synonym for SoSFUInt32
7

INHERITS FROM

9       SoField > SoSField > SoSFULong
10

SYNOPSIS

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

DESCRIPTION

46       This class is obsolete, and is  provided  for  backwards  compatibility
47       only.  You  should use the new SoSFUInt32 class instead. If you compile
48       your code -DIV_STRICT, #including  the  SoSFULong.h  header  file  will
49       cause a compile-time error.
50
51
52
53                                                              SoSFULong(3IV)()
Impressum