HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUI_RenderCommon.h File Reference
#include <GR/GR_Defines.h>
#include <UT/UT_Array.h>
#include <UT/UT_IntrusivePtr.h>
+ Include dependency graph for GUI_RenderCommon.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef UT_IntrusivePtr
< GUI_DetailLook
GUI_DetailLookPtr
 
typedef UT_Array
< GUI_DetailLook * > 
GUI_DetailList
 
typedef UT_Array
< GUI_DetailLookPtr
GUI_DetailPtrList
 

Enumerations

enum  GUI_SetupResult { GUI_SETUP_NO_CHANGE = 0x0, GUI_SETUP_GR_MASK = 0x0FFFFFF }
 
enum  GUI_RenderPassFlags { GUI_RENDER_NONE = 0x0, GUI_RENDER_WIRE_PASS = 0x1, GUI_RENDER_MATTE_PASS = 0x2 }
 
enum  GUI_RotoView {
  GUI_ROTO_PERSPECTIVE, GUI_ROTO_CAMERA, GUI_ROTO_TOP, GUI_ROTO_FRONT,
  GUI_ROTO_RIGHT, GUI_ROTO_BOTTOM, GUI_ROTO_BACK, GUI_ROTO_LEFT,
  GUI_ROTO_UV, GUI_ROTO_IMAGE
}
 Viewport type for Rotoscope settings. More...
 
enum  GUI_SnapshotBlendMode { GUI_SNAPSHOT_BLEND_PIXELS, GUI_SNAPSHOT_WIPE_LEFT_RIGHT, GUI_SNAPSHOT_WIPE_TOP_BOTTOM }
 
enum  GUI_FogMode { GUI_FOG_VOLUME_LOW, GUI_FOG_VOLUME_MED, GUI_FOG_VOLUME_HIGH, GUI_FOG_VOLUME_VERY_HIGH }
 
enum  GUI_SelectionType {
  GUI_SELTYPE_CURRENT_OBJECT = 0, GUI_SELTYPE_SELECTED_OBJECT, GUI_SELTYPE_HINTED_OBJECT, GUI_SELTYPE_SECOND_SELECTED_OBJECT,
  GUI_SELTYPE_SELECTED_PRIM, GUI_SELTYPE_MODIFIED_PRIM, GUI_SELTYPE_NONE, GUI_SELTYPE_MAX
}
 

Variables

const int GUI_NUM_ROTO_VIEWS = (GUI_ROTO_IMAGE+1)
 

Typedef Documentation

Definition at line 81 of file GUI_RenderCommon.h.

Definition at line 82 of file GUI_RenderCommon.h.

Enumeration Type Documentation

Enumerator
GUI_FOG_VOLUME_LOW 
GUI_FOG_VOLUME_MED 
GUI_FOG_VOLUME_HIGH 
GUI_FOG_VOLUME_VERY_HIGH 

Definition at line 58 of file GUI_RenderCommon.h.

Enumerator
GUI_RENDER_NONE 
GUI_RENDER_WIRE_PASS 
GUI_RENDER_MATTE_PASS 

Definition at line 27 of file GUI_RenderCommon.h.

Viewport type for Rotoscope settings.

Enumerator
GUI_ROTO_PERSPECTIVE 
GUI_ROTO_CAMERA 
GUI_ROTO_TOP 
GUI_ROTO_FRONT 
GUI_ROTO_RIGHT 
GUI_ROTO_BOTTOM 
GUI_ROTO_BACK 
GUI_ROTO_LEFT 
GUI_ROTO_UV 
GUI_ROTO_IMAGE 

Definition at line 36 of file GUI_RenderCommon.h.

Enumerator
GUI_SELTYPE_CURRENT_OBJECT 
GUI_SELTYPE_SELECTED_OBJECT 
GUI_SELTYPE_HINTED_OBJECT 
GUI_SELTYPE_SECOND_SELECTED_OBJECT 
GUI_SELTYPE_SELECTED_PRIM 
GUI_SELTYPE_MODIFIED_PRIM 
GUI_SELTYPE_NONE 
GUI_SELTYPE_MAX 

Definition at line 66 of file GUI_RenderCommon.h.

Enumerator
GUI_SETUP_NO_CHANGE 
GUI_SETUP_GR_MASK 

Definition at line 18 of file GUI_RenderCommon.h.

Enumerator
GUI_SNAPSHOT_BLEND_PIXELS 
GUI_SNAPSHOT_WIPE_LEFT_RIGHT 
GUI_SNAPSHOT_WIPE_TOP_BOTTOM 

Definition at line 51 of file GUI_RenderCommon.h.

Variable Documentation

const int GUI_NUM_ROTO_VIEWS = (GUI_ROTO_IMAGE+1)

Definition at line 49 of file GUI_RenderCommon.h.