1 #ifndef COIN_SONOTREC_H 2 #define COIN_SONOTREC_H 36 #include <Inventor/SbBasic.h> 59 GROUP_REMOVEALLCHILDREN
64 SoBase * getBase(
void)
const;
66 const SoNotRec * getPrevious(
void)
const;
67 void setPrevious(
const SoNotRec *
const prev);
68 void print(FILE *
const file)
const;
70 int getIndex(
void)
const;
71 int getFieldNumIndices(
void)
const;
72 const SoBase * getGroupChild(
void)
const;
73 const SoBase * getGroupPrevChild(
void)
const;
75 void setIndex(
const int idx);
76 void setFieldNumIndices(
const int fldnumind);
77 void setGroupChild(
const SoBase *
const gc);
78 void setGroupPrevChild(
const SoBase *
const pc);
84 int index, fieldNumIndices;
85 OperationType operationType;
87 const SoBase * groupPrevChild;
90 #endif // !COIN_SONOTREC_H The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:45
The SoNotRec class specifies records for notification lists.
Definition: SoNotRec.h:42
OperationType
Definition: SoNotRec.h:52
Type
Definition: SoNotRec.h:44