HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_Copy.h File Reference
#include "GU_API.h"
#include <GA/GA_Types.h>
#include <UT/UT_VectorTypes.h>
+ Include dependency graph for GU_Copy.h:

Go to the source code of this file.

Classes

class  GU_CopyParms
 

Typedefs

typedef int(* GU_CopyTransformCallback )(UT_Matrix4 &, int copynum, const GU_Detail *templategdp, GA_Offset templateptoff, int template_pt_num, void *data)
 
typedef int(* GU_CopyGroupNameCallback )(UT_String &, void *data)
 
typedef int(* GU_CopySourceCallback )(const GU_Detail *&src, const GA_PrimitiveGroup *&grp, void *data)
 

Typedef Documentation

typedef int(* GU_CopyGroupNameCallback)(UT_String &, void *data)

Definition at line 44 of file GU_Copy.h.

typedef int(* GU_CopySourceCallback)(const GU_Detail *&src, const GA_PrimitiveGroup *&grp, void *data)

Definition at line 47 of file GU_Copy.h.

typedef int(* GU_CopyTransformCallback)(UT_Matrix4 &, int copynum, const GU_Detail *templategdp, GA_Offset templateptoff, int template_pt_num, void *data)

Definition at line 39 of file GU_Copy.h.