27 #include <Inventor/SbBasic.h> 35 #include <Inventor/SbDict.h> 36 #endif // COIN_INTERNAL 52 typedef void * (*instantiationMethod)(void);
55 SbName getName(
void)
const;
56 const SoType getParent(
void)
const;
57 SbBool isDerivedFrom(
const SoType type)
const;
61 SbBool canCreateInstance(
void)
const;
62 void * createInstance(
void)
const;
64 uint16_t getData(
void)
const;
65 int16_t getKey(
void)
const;
67 SbBool operator == (
const SoType type)
const;
68 SbBool operator != (
const SoType type)
const;
70 SbBool operator < (
const SoType type)
const;
71 SbBool operator <= (
const SoType type)
const;
72 SbBool operator >= (
const SoType type)
const;
73 SbBool operator > (
const SoType type)
const;
76 const instantiationMethod method = (instantiationMethod) NULL,
77 const uint16_t data = 0);
79 static const SoType overrideType(
const SoType originalType,
80 const instantiationMethod method = (instantiationMethod) NULL);
82 static void init(
void);
84 static SoType fromKey(uint16_t key);
85 static SoType badType(
void);
86 SbBool isBad(
void)
const;
88 void makeInternal(
void);
89 SbBool isInternal(
void)
const;
91 static int getNumTypes(
void);
93 instantiationMethod getInstantiationMethod(
void)
const;
96 static void clean(
void);
104 static SbDict * moduledict;
154 return (this->index == 0);
157 #endif // !COIN_SOTYPE_H The SbList class is a template container class for lists.SbList is an extension of the Coin library v...
Definition: SoType.h:46
SbBool isBad(void) const
Definition: SoType.h:152
The SbDict class organizes a dictionary of keys and values.It uses hashing to quickly insert and find...
Definition: SbDict.h:47
SbBool operator<=(const SoType type) const
Definition: SoType.h:134
The SoTypeList class is a container class for arrays of SoType objects.
Definition: SoTypeList.h:30
SbBool operator==(const SoType type) const
Definition: SoType.h:122
SbBool operator>(const SoType type) const
Definition: SoType.h:146
SbBool operator!=(const SoType type) const
Definition: SoType.h:116
int16_t getKey(void) const
Definition: SoType.h:110
The SoFieldData class is a container for a prototype set of fields.This class is instantiated once fo...
Definition: SoFieldData.h:39
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:31
SbBool operator<(const SoType type) const
Definition: SoType.h:128
SbBool operator>=(const SoType type) const
Definition: SoType.h:140