37 #include "UT/UT_Version.h"
38 #if UT_MAJOR_VERSION_INT > 12 || UT_MINOR_VERSION_INT >= 5
40 #ifndef IECOREHOUDINI_GUICORTEXPRIMITIVEHOOK_H
41 #define IECOREHOUDINI_GUICORTEXPRIMITIVEHOOK_H
43 #include "GUI/GUI_PrimitiveHook.h"
49 class GUI_CortexPrimitiveHook :
public GUI_PrimitiveHook
53 GUI_CortexPrimitiveHook();
54 virtual ~GUI_CortexPrimitiveHook();
56 virtual GR_Primitive *createPrimitive(
const GT_PrimitiveHandle >_prim,
const GEO_Primitive *geo_prim,
const GR_RenderInfo *info,
const char *cache_name, GR_PrimAcceptResult &processed );
62 #endif // IECOREHOUDINI_GUICORTEXPRIMITIVEHOOK_H
64 #endif // 12.5 or later
The IECoreHoudini namespace holds all the functionality of libIECoreHoudini.
Definition: CoreHoudini.h:51