HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BRAY_ProceduralFactory.h File Reference
#include "BRAY_API.h"
#include <GT/GT_Handles.h>
#include <UT/UT_Map.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
+ Include dependency graph for BRAY_ProceduralFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BRAY_ProceduralFactory
 

Functions

SYS_VISIBILITY_EXPORT void BRAYregisterProcedural ()
 

Function Documentation

SYS_VISIBILITY_EXPORT void BRAYregisterProcedural ( )

Register a new procedural. This method should allocate a new sub-class of the BRAY_ProceduralFactory.

Examples:
karma_procedurals/BRAY_HdBox.C, and karma_procedurals/BRAY_HdSphere.C.