HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GR_DecorationRender.h File Reference
#include <SYS/SYS_Types.h>
#include <UT/UT_Color.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_BitArray.h>
#include <RE/RE_Texture.h>
#include <RE/RE_RenderContext.h>
#include <GA/GA_Types.h>
#include <GT/GT_Types.h>
#include "GR_API.h"
#include "GR_Defines.h"
#include "GR_RenderInfo.h"
#include "GR_UpdateParms.h"
+ Include dependency graph for GR_DecorationRender.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GR_DecorationParms
 
class  GR_DecorationRender
 
class  GR_VisualizerInfo
 

Macros

#define GR_DECOR_OPT_VECTOR_SCALE   "vector_scale"
 
#define GR_DECOR_OPT_VECTOR_ARROW_TIP   "vector_arrow_tip"
 
#define GR_DECOR_OPT_POINT_SCALE   "point_scale"
 
#define GR_DECOR_OPT_COLOR   "color"
 
#define GR_DECOR_OPT_SELECT_COLOR   "select_color"
 
#define GR_DECOR_OPT_FONT_SIZE   "font_size"
 
#define GR_DECOR_OPT_COLOR_ATTRIB   "color_attrib"
 
#define GR_DECOR_OPT_NORMALIZE   "normalize"
 
#define GR_DECOR_OPT_COLOR_XFORM   "color_xform"
 
#define GR_DECOR_OPT_COLOR_XFORM_REF_VEC   "color_xform_ref_vec"
 

Typedefs

typedef UT_StringArray RV_OverrideList
 

Enumerations

enum  GR_VisualizerDecorStyle {
  GR_VISUALIZER_DECOR_TEXT, GR_VISUALIZER_DECOR_INDEX, GR_VISUALIZER_DECOR_POINT, GR_VISUALIZER_DECOR_VECTOR,
  GR_VISUALIZER_DECOR_TRAIL
}
 

Macro Definition Documentation

#define GR_DECOR_OPT_COLOR   "color"

Definition at line 45 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_COLOR_ATTRIB   "color_attrib"

Definition at line 48 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_COLOR_XFORM   "color_xform"

Definition at line 50 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_COLOR_XFORM_REF_VEC   "color_xform_ref_vec"

Definition at line 51 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_FONT_SIZE   "font_size"

Definition at line 47 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_NORMALIZE   "normalize"

Definition at line 49 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_POINT_SCALE   "point_scale"

Definition at line 44 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_SELECT_COLOR   "select_color"

Definition at line 46 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_VECTOR_ARROW_TIP   "vector_arrow_tip"

Definition at line 43 of file GR_DecorationRender.h.

#define GR_DECOR_OPT_VECTOR_SCALE   "vector_scale"

Definition at line 42 of file GR_DecorationRender.h.

Typedef Documentation

Definition at line 53 of file GR_DecorationRender.h.

Enumeration Type Documentation

Enumerator
GR_VISUALIZER_DECOR_TEXT 
GR_VISUALIZER_DECOR_INDEX 
GR_VISUALIZER_DECOR_POINT 
GR_VISUALIZER_DECOR_VECTOR 
GR_VISUALIZER_DECOR_TRAIL 

Definition at line 435 of file GR_DecorationRender.h.