HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_PrimitiveDefinition.h File Reference
#include "GA_API.h"
#include "GA_IntrinsicManager.h"
#include "GA_PrimitiveFamilyMask.h"
#include "GA_PrimitiveTypeId.h"
#include "GA_Types.h"
#include <UT/UT_StringHolder.h>
#include <SYS/SYS_Inline.h>
+ Include dependency graph for GA_PrimitiveDefinition.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GA_PrimitiveDefinition
 Definition of a geometric primitive. More...
 
class  GA_PrimitiveDefinition::SharedDataLoader
 Class to load shared data. More...
 

Macros

#define __GA_PrimitiveDefinition__
 

Typedefs

typedef void(* GA_PrimitiveBlockConstructor )(GA_Primitive **new_prims, GA_Size nprimitives, GA_Detail &detail, GA_Offset start_offset, const GA_PrimitiveDefinition &def, bool allowed_to_parallelize)
 

Macro Definition Documentation

#define __GA_PrimitiveDefinition__

Definition at line 14 of file GA_PrimitiveDefinition.h.

Typedef Documentation

typedef void(* GA_PrimitiveBlockConstructor)(GA_Primitive **new_prims, GA_Size nprimitives, GA_Detail &detail, GA_Offset start_offset, const GA_PrimitiveDefinition &def, bool allowed_to_parallelize)

Definition at line 36 of file GA_PrimitiveDefinition.h.