108 static SoType classTypeId;
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
Base class for describing detail information about a shape node.
virtual ~SoDetail()
Destructor.
SoDetail()
Constructor is protected since this is an abstract class.
static void initClasses()
Initialize ALL Inventor detail classes.
static SoType getClassTypeId()
Returns type identifier for this class.
virtual SoType getTypeId() const =0
Returns the type identifier for a specific instance.
virtual SoDetail * copy() const =0
Returns an instance that is a copy of this instance.
bool isOfType(SoType type) const
Returns TRUE if this object is of the type specified in type or is derived from that type.
SoType has no virtual functions to keep it small...