HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_DataFactory.h File Reference
#include "SIM_API.h"
#include <UT/UT_String.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
+ Include dependency graph for SIM_DataFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SIM_DataFactory
 
class  SIM_DataFactoryCreator
 

Typedefs

typedef void(* SIM_GetSuperclasses )(UT_StringArray &)
 
typedef SIM_Data *(* SIM_DataConstructor )(const SIM_DataFactory *)
 
typedef void(* SIM_DataDestructor )(SIM_Data *)
 

Typedef Documentation

typedef SIM_Data*(* SIM_DataConstructor)(const SIM_DataFactory *)

Definition at line 24 of file SIM_DataFactory.h.

typedef void(* SIM_DataDestructor)(SIM_Data *)

Definition at line 25 of file SIM_DataFactory.h.

typedef void(* SIM_GetSuperclasses)(UT_StringArray &)

Definition at line 23 of file SIM_DataFactory.h.