1 #ifndef COIN_SOAPPEARANCEKIT_H 
    2 #define COIN_SOAPPEARANCEKIT_H 
   27 #include <Inventor/nodekits/SoSubKit.h> 
   28 #include <Inventor/nodekits/SoBaseKit.h> 
   35   SO_KIT_CATALOG_ENTRY_HEADER(complexity);
 
   36   SO_KIT_CATALOG_ENTRY_HEADER(drawStyle);
 
   37   SO_KIT_CATALOG_ENTRY_HEADER(environment);
 
   38   SO_KIT_CATALOG_ENTRY_HEADER(font);
 
   39   SO_KIT_CATALOG_ENTRY_HEADER(lightModel);
 
   40   SO_KIT_CATALOG_ENTRY_HEADER(material);
 
   41   SO_KIT_CATALOG_ENTRY_HEADER(texture2);
 
   46   static void initClass(
void);
 
   52 #endif // !COIN_SOAPPEARANCEKIT_H 
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
The SoBaseKit class is the toplevel superclass for nodekits.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:57
The SoAppearanceKit class is a node kit catalog that collects miscellaneous appearance node types...
Definition: SoAppearanceKit.h:30