HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GR_CommonDispOption Class Reference

#include <GR_CommonDispOption.h>

Public Types

enum  gr_TangentMethod { TANGENT_MIKKT, TANGENT_FAST, TANGENT_DISABLE }
 
enum  gr_BBoxMode { NO_BBOX, WIRE_BBOX, SHADED_BBOX, CURRENT_SHADING_BBOX }
 

Public Member Functions

 GR_CommonDispOption (bool for_lops)
 
 GR_CommonDispOption (const GR_CommonDispOption &opt)
 
 ~GR_CommonDispOption ()
 
bool save (std::ostream &, int indent=0) const
 
bool load (UT_IStream &)
 
GR_CommonDispOptionoperator= (const GR_CommonDispOption &opt)
 
void setColorScheme (const char *scheme_name)
 
const UT_StringgetColorScheme () const
 
void setColors (const GR_CommonDispOption &opt)
 
bool compatibleWith (const GR_CommonDispOption &opt) const
 
const UT_Colorcolor (GR_DisplayColor c) const
 
void setGammaPassPtr (int *p)
 
void setColor (GR_DisplayColor color_name, const UT_Color &c)
 
void setColor (GR_DisplayColor target_color, GR_DisplayColor source_color)
 
const UT_ColorgetColor (GR_DisplayColor color_name, bool gamma=false) const
 
bool getColorByName (const char *name, UT_Color &color)
 
void setParentViewportID (int id)
 
int parentViewportID () const
 
const UT_ColorwireColor () const
 
const UT_ColorcrtAuxColor () const
 
const UT_ColorlocateColor (fpreal &alpha) const
 
void componentLocateColor (int component_type, GU_SelectionRule sel_rule, UT_Color &clr, fpreal &alpha) const
 
void componentLocateNearColor (UT_Color &clr, fpreal &alpha) const
 
fpreal getAlpha (GR_DisplayColorAlpha alpha_name) const
 
bool getAlphaByName (const char *name, fpreal &alpha)
 
 GET_ALPHA (handleTracerFillAlpha, GR_HANDLE_TRACER_FILL_ALPHA)
 
const GR_HandlePartshandleParts () const
 
GR_HandlePartshandleParts ()
 
GR_DecorFontSize getDecorFontSize () const
 
void setDecorFontSize (GR_DecorFontSize s)
 
fpreal markerSize () const
 
fpreal getMarkerSize () const
 
void setMarkerSize (fpreal size)
 
 FLAG_ACCESSORS_BUMP_OPTS (mySaveFlags, polygonConvexQuality, polygonConvexQuality) FLAG_ACCESSORS_BUMP_OPTS(mySaveFlags
 
showObjectSelection FLAG_ACCESSORS_BUMP_OPTS (mySaveFlags, overrideColorAttrib, overrideColorAttrib)
 
bool cuspNormals () const
 
void cuspNormals (bool c)
 
fpreal getNormalCuspAngle () const
 
void setNormalCuspAngle (fpreal a)
 
int getVertexNormalLimit () const
 
void setVertexNormalLimit (int poly_limit)
 
void generateTangents (gr_TangentMethod method)
 
gr_TangentMethod generateTangents () const
 
bool limitTextureSize () const
 
void limitTextureSize (bool ls)
 
bool limitTexture3DSize () const
 
void limitTexture3DSize (bool ls)
 
int textureMemLimitMB () const
 
void textureMemLimitMB (int max_size)
 
int getTextureAnisotropy (RE_RenderContext r) const
 
int textureAnisotropy () const
 
void textureAnisotropy (int ta)
 
RE_TextureCompress getHDRTextureFormat (RE_RenderContext r) const
 
int getHDRTextureFormat () const
 
void setHDRTextureFormat (int hdrformat)
 
void setDynamicFormat (int format)
 
int getDynamicFormat () const
 
RE_TextureCompress getHDRTexture3DFormat (RE_RenderContext r) const
 
int getHDRTexture3DFormat () const
 
void setHDRTexture3DFormat (int hdrformat)
 
void setDynamic3DFormat (int format)
 
int getDynamic3DFormat () const
 
void setTextureScale (float sc)
 
float getTextureScale () const
 
float getUserTextureScale () const
 
void setDynamicScale (float sc)
 
float getDynamicScale () const
 
void setTexture3DScale (float sc)
 
float getTexture3DScale () const
 
float getUserTexture3DScale () const
 
void setDynamic3DScale (float sc)
 
float getDynamic3DScale () const
 
void interpolateLayers (bool do_interp)
 
bool interpolateLayers () const
 
void setParticleTextureSize (int max_w, int max_h)
 
void getParticleTextureSize (int &max_w, int &max_h) const
 
void setParticleDisplayType (GR_ParticleType t)
 
GR_ParticleType particleDisplayType () const
 
void setMaxTextureSize (bool limit, int max_w=0, int max_h=0)
 
void getMaxTextureSize (int &max_w, int &max_h) const
 
void getMaxTextureSize (RE_RenderContext r, int &max_w, int &max_h) const
 
void setMaxTexture3DSize (bool limit, int max_w=0, int max_h=0, int max_d=0)
 
void getMaxTexture3DSize (int &max_w, int &max_h, int &max_d) const
 
void getMaxTexture3DSize (RE_RenderContext r, int &max_w, int &max_h, int &max_d) const
 
bool mipMapTextures () const
 
void mipMapTextures (bool onoff)
 
void setDynamicMipMap (bool onoff)
 
bool getDynamicMipMap () const
 
void resetDynamicParms ()
 
void allowDeferredTextureLoad (bool a)
 
bool allowDeferredTextureLoad () const
 
bool getHighQualityLighting (RE_RenderContext r) const
 
void alphaPass (GR_AlphaPass pass)
 
GR_AlphaPass alphaPass () const
 
int getTransparentQuality () const
 
void setTransparentQuality (int q)
 
fpreal getTransparencyCutoff () const
 
void setTransparencyCutoff (fpreal c)
 
fpreal getGSplatsAlphaCulling () const
 
void setGSplatsAlphaCulling (fpreal c)
 
fpreal getDisplacementQuality () const
 
void setDisplacementQuality (fpreal q)
 
int getLightSampling () const
 
void setLightSampling (int s)
 
int getVolumeQuality () const
 
void setVolumeQuality (int q)
 
fpreal getVolumeAmbientShadows () const
 
void setVolumeAmbientShadows (fpreal q)
 
int getVolumeBSplines () const
 
void setVolumeBSplines (int bs)
 
int getHeightFieldWireStride () const
 
void setHeightFieldWireStride (int stride)
 
bool getActiveRender () const
 
void setActiveRender (bool active)
 
bool volumeWireAsPoints () const
 
void volumeWireAsPoints (bool vw)
 
void DPIScale (fpreal f)
 
fpreal DPIScale () const
 
void autoDPIScale (bool dpi)
 
bool autoDPIScale () const
 
bool useReflectionMaps () const
 
void useReflectionMaps (bool e)
 
bool hdrReflectionMaps () const
 
void hdrReflectionMaps (bool e)
 
int reflectionMapSize () const
 
void reflectionMapSize (int wh)
 
fpreal reflectionMinLevel () const
 
void reflectionMinLevel (fpreal lvl)
 
void setAgentLODBias (fpreal b)
 
fpreal getAgentLODBias () const
 
void setAgentMinPoints (int minp)
 
int getAgentMinPoints () const
 
void setAgentNumLODLevels (int lvls)
 
int getAgentNumLODLevels () const
 
void setAgentBaseLODLevel (int lvl)
 
int getAgentBaseLODLevel () const
 
void setAgentBoneDeform (int d)
 
int getAgentBoneDeform () const
 
int getAgentWireMode () const
 
void setAgentWireMode (int mode)
 
void setAgentMaxBlendShapeLODLevel (int lvl)
 
int getAgentMaxBlendShapeLODLevel () const
 
void optimizePackedGeometry (bool opt)
 
bool optimizePackedGeometry () const
 
void offsetVertexDecor (bool use_offset)
 
bool offsetVertexDecor () const
 
void shadedBoundingBoxes (gr_BBoxMode m)
 
gr_BBoxMode shadedBoundingBoxes () const
 
const UT_StringvisibleObjects () const
 
GA_PrimCompat::TypeMask primMask () const
 
unsigned pickMask () const
 
float normalScale () const
 
float getNormalScale () const
 
fpreal vectorScale () const
 
fpreal getVectorScale () const
 
float LOD () const
 
float hlOffsetVariable () const
 
float hlOffsetConstant () const
 
float wireWidth () const
 
float selectionWireWidth () const
 
float getWireWidth () const
 
float wireBlend () const
 
float interiorWireAlpha () const
 
float pointSize () const
 
float getPointSize () const
 
float discSize () const
 
float shadowOffsetVariable () const
 
float shadowOffsetConstant () const
 
int shadowAA () const
 
bool useLightShadowSize () const
 
int getShadowMapSize () const
 
int selectionListInst () const
 
const char * colorAttrib () const
 
int colorType () const
 
void getColorDomain (fpreal &s, fpreal &e) const
 
int getSceneAntialias () const
 
bool getHDRRendering () const
 
float getViewGamma () const
 
bool useViewLUT () const
 
const char * getViewLUT () const
 
bool useOCIO () const
 
const char * getOCIOColorspace () const
 
const char * getOCIOLooks () const
 
const char * getOCIODisplay () const
 
const char * getOCIOView () const
 
exint getOCIOSerial () const
 
float getViewBlack () const
 
float getViewWhite () const
 
int getViewComponents () const
 
int getAmbOcclusionLevel () const
 
float getAmbOcclusionScale () const
 
float getAmbOcclusionIntensity () const
 
float getAmbOcclusionSpread () const
 
bool getUseRayTrace () const
 
bool getUseDenoise () const
 
fpreal getInstancingFraction () const
 
int getInstancingLimit () const
 
int getInstancingLimitAction () const
 
fpreal getMinHomeZoom () const
 
int getSubdivisionPolyLimit () const
 
void visibleObjects (const char *mask)
 
void primMask (GA_PrimCompat::TypeMask mask)
 
void pickMask (unsigned mask)
 
void setNormalScale (float s)
 
void setVectorScale (float s)
 
void useRegularAuxColor ()
 
void useSelectedAuxColor ()
 
void setCurrentWireColor (const UT_Color &color)
 
void setCurrentWireColor (GR_DisplayColor color)
 
const UT_ColorgetCurrentWireColor () const
 
void LOD (float l)
 
void hlOffsetVariable (float f)
 
void hlOffsetConstant (float f)
 
void setWireWidth (float width)
 
void wireBlend (float blend)
 
void interiorWireAlpha (float a)
 
void setPointSize (float size)
 
void discSize (float size)
 
void shadowOffsetVariable (float f)
 
void shadowOffsetConstant (float f)
 
void shadowAA (int aa)
 
void selectionListInst (int inst)
 
void setUseLightShadowSize (bool e)
 
void setShadowMapSize (int s)
 
void setColorAttrib (const char *a)
 
void setColorType (int t)
 
void setColorDomain (fpreal s, fpreal e)
 
void setSceneAntialias (int a)
 
void setHDRRendering (bool hdr)
 
void setViewGamma (float gamma)
 
void setUseViewLUT (bool b)
 
void setViewLUT (const char *lut)
 
void useOCIO (bool use)
 
void setOCIOColorspace (const char *cs)
 
void setOCIOLooks (const char *looks)
 
void setOCIODisplayView (const char *display, const char *view)
 
void setOCIOSerial (exint serial)
 
void setViewBlack (float b)
 
void setViewWhite (float w)
 
void setViewComponents (int c)
 
void copyColorCorrect (const GR_CommonDispOption &src)
 
void setAmbOcclusionLevel (int lvl)
 
void setAmbOcclusionIntensity (float i)
 
void setAmbOcclusionScale (float sc)
 
void setAmbOcclusionSpread (float sc)
 
void setUseRayTrace (bool enable)
 
void setUseDenoise (bool enable)
 
void setInstancingFraction (fpreal s)
 
void setInstancingLimit (int limit)
 
void setInstancingLimitAction (int action)
 
void setMinHomeZoom (fpreal val)
 
void setSubdivisionPolyLimit (int limit)
 
void setUVDisplayAttrib (const UT_StringHolder &attrib)
 
const UT_StringHoldergetUVDisplayAttrib () const
 
bool isOnionSkinEnabled () const
 
int getOnionSkinFrameIncrement () const
 
int getOnionSkinPreFrameCount () const
 
int getOnionSkinPostFrameCount () const
 
const UT_ColorgetOnionSkinPreFrameColor () const
 
const UT_ColorgetOnionSkinPostFrameColor () const
 
fpreal getOnionSkinAlpha () const
 
const GU_CommonOnionSkinOptionsgetOnionSkinParms () const
 
void setOnionSkinEnable (bool enable)
 
void setOnionSkinParms (int frame_inc, int pre_count, int post_count, UT_Color pre_color, UT_Color post_color, fpreal alpha)
 
int getUniqueOnionSkinGroup () const
 
void resetUniqueOnionSkinGroup (int start)
 
int getUniqueID () const
 
int getSerialNum () const
 
void bumpSerialNum ()
 
int getViewSerialNum () const
 
int getView3DSerialNum () const
 
int getView2DSerialNum () const
 
int getViewSerialID () const
 
void setViewSerialNum (int num, int num_2d, int id)
 
bool isLopsView () const
 
bool defaultTextureSize () const
 
bool default3DTextureSize () const
 
bool defaultShadowSize () const
 
bool defaultReflectSize () const
 
bool defaultHDRTexture () const
 
bool defaultHDRReflect () const
 
bool defaultSmoothLines () const
 
bool defaultSceneAA () const
 
bool defaultTextureMem () const
 
bool defaultGuideFont () const
 
bool defaultDPIScale () const
 
int closureSelection () const
 
void closureSelection (int s)
 
int getVisContext () const
 
void setVisContext (int ctxt)
 
bool obsoleteOption () const
 
void obsoleteOption (bool onoff)
 
bool isPartialRender () const
 
void clearPartialRender ()
 
void setPartialRender ()
 
void allowPartialRender (bool allowed)
 
bool allowsPartialRender () const
 
void setPartialPercentDone (fpreal p)
 
fpreal getPartialPercentDone () const
 
void setLightList (const GR_LightList *list)
 
const GR_LightListgetLightList () const
 
void setExtraMaterials (GR_MaterialAtlas *materials)
 
GR_MaterialAtlasextraMaterials () const
 

Static Public Member Functions

static void reloadAllColorSchemes ()
 
static void setYUp (bool up)
 
static bool isYUp ()
 

Public Attributes

 showObjectSelection
 

Detailed Description

Definition at line 44 of file GR_CommonDispOption.h.

Member Enumeration Documentation

Enumerator
NO_BBOX 
WIRE_BBOX 
SHADED_BBOX 
CURRENT_SHADING_BBOX 

Definition at line 603 of file GR_CommonDispOption.h.

Enumerator
TANGENT_MIKKT 
TANGENT_FAST 
TANGENT_DISABLE 

Definition at line 382 of file GR_CommonDispOption.h.

Constructor & Destructor Documentation

GR_CommonDispOption::GR_CommonDispOption ( bool  for_lops)
GR_CommonDispOption::GR_CommonDispOption ( const GR_CommonDispOption opt)
GR_CommonDispOption::~GR_CommonDispOption ( )

Member Function Documentation

void GR_CommonDispOption::allowDeferredTextureLoad ( bool  a)
inline

Definition at line 473 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::allowDeferredTextureLoad ( ) const
inline

Definition at line 474 of file GR_CommonDispOption.h.

void GR_CommonDispOption::allowPartialRender ( bool  allowed)
inline

Definition at line 888 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::allowsPartialRender ( ) const
inline

Definition at line 890 of file GR_CommonDispOption.h.

void GR_CommonDispOption::alphaPass ( GR_AlphaPass  pass)
inline

Definition at line 478 of file GR_CommonDispOption.h.

GR_AlphaPass GR_CommonDispOption::alphaPass ( ) const
inline

Definition at line 479 of file GR_CommonDispOption.h.

void GR_CommonDispOption::autoDPIScale ( bool  dpi)
bool GR_CommonDispOption::autoDPIScale ( ) const
inline

Definition at line 529 of file GR_CommonDispOption.h.

void GR_CommonDispOption::bumpSerialNum ( )
inline

Definition at line 839 of file GR_CommonDispOption.h.

void GR_CommonDispOption::clearPartialRender ( )
inline

Definition at line 886 of file GR_CommonDispOption.h.

int GR_CommonDispOption::closureSelection ( ) const
inline

Definition at line 870 of file GR_CommonDispOption.h.

void GR_CommonDispOption::closureSelection ( int  s)
inline

Definition at line 871 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::color ( GR_DisplayColor  c) const
inline

Definition at line 70 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::colorAttrib ( ) const
inline

Definition at line 644 of file GR_CommonDispOption.h.

int GR_CommonDispOption::colorType ( ) const
inline

Definition at line 645 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::compatibleWith ( const GR_CommonDispOption opt) const
void GR_CommonDispOption::componentLocateColor ( int  component_type,
GU_SelectionRule  sel_rule,
UT_Color clr,
fpreal alpha 
) const
void GR_CommonDispOption::componentLocateNearColor ( UT_Color clr,
fpreal alpha 
) const
void GR_CommonDispOption::copyColorCorrect ( const GR_CommonDispOption src)
const UT_Color& GR_CommonDispOption::crtAuxColor ( ) const
inline

Definition at line 218 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::cuspNormals ( ) const
inline

Definition at line 349 of file GR_CommonDispOption.h.

void GR_CommonDispOption::cuspNormals ( bool  c)
inline

Definition at line 351 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::default3DTextureSize ( ) const
inline

Definition at line 858 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultDPIScale ( ) const
inline

Definition at line 867 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultGuideFont ( ) const
inline

Definition at line 866 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultHDRReflect ( ) const
inline

Definition at line 862 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultHDRTexture ( ) const
inline

Definition at line 861 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultReflectSize ( ) const
inline

Definition at line 860 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultSceneAA ( ) const
inline

Definition at line 864 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultShadowSize ( ) const
inline

Definition at line 859 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultSmoothLines ( ) const
inline

Definition at line 863 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultTextureMem ( ) const
inline

Definition at line 865 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultTextureSize ( ) const
inline

Definition at line 857 of file GR_CommonDispOption.h.

float GR_CommonDispOption::discSize ( ) const
inline

Definition at line 636 of file GR_CommonDispOption.h.

void GR_CommonDispOption::discSize ( float  size)
void GR_CommonDispOption::DPIScale ( fpreal  f)
inline

Definition at line 525 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::DPIScale ( ) const
inline

Definition at line 526 of file GR_CommonDispOption.h.

GR_MaterialAtlas* GR_CommonDispOption::extraMaterials ( ) const
inline

Definition at line 907 of file GR_CommonDispOption.h.

GR_CommonDispOption::FLAG_ACCESSORS_BUMP_OPTS ( mySaveFlags  ,
polygonConvexQuality  ,
polygonConvexQuality   
)
showObjectSelection GR_CommonDispOption::FLAG_ACCESSORS_BUMP_OPTS ( mySaveFlags  ,
overrideColorAttrib  ,
overrideColorAttrib   
)
void GR_CommonDispOption::generateTangents ( gr_TangentMethod  method)
inline

Definition at line 388 of file GR_CommonDispOption.h.

gr_TangentMethod GR_CommonDispOption::generateTangents ( ) const
inline

Definition at line 396 of file GR_CommonDispOption.h.

GR_CommonDispOption::GET_ALPHA ( handleTracerFillAlpha  ,
GR_HANDLE_TRACER_FILL_ALPHA   
)
bool GR_CommonDispOption::getActiveRender ( ) const
inline

Definition at line 518 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentBaseLODLevel ( ) const
inline

Definition at line 572 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentBoneDeform ( ) const
inline

Definition at line 575 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getAgentLODBias ( ) const
inline

Definition at line 558 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentMaxBlendShapeLODLevel ( ) const
inline

Definition at line 589 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentMinPoints ( ) const
inline

Definition at line 561 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentNumLODLevels ( ) const
inline

Definition at line 564 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentWireMode ( ) const
inline

Definition at line 577 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getAlpha ( GR_DisplayColorAlpha  alpha_name) const
inline

Definition at line 233 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getAlphaByName ( const char *  name,
fpreal alpha 
)
float GR_CommonDispOption::getAmbOcclusionIntensity ( ) const
inline

Definition at line 667 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAmbOcclusionLevel ( ) const
inline

Definition at line 665 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getAmbOcclusionScale ( ) const
inline

Definition at line 666 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getAmbOcclusionSpread ( ) const
inline

Definition at line 669 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getColor ( GR_DisplayColor  color_name,
bool  gamma = false 
) const
inline

Definition at line 79 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getColorByName ( const char *  name,
UT_Color color 
)
void GR_CommonDispOption::getColorDomain ( fpreal s,
fpreal e 
) const
inline

Definition at line 646 of file GR_CommonDispOption.h.

const UT_String& GR_CommonDispOption::getColorScheme ( ) const
inline

Definition at line 61 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getCurrentWireColor ( ) const
inline

Definition at line 698 of file GR_CommonDispOption.h.

GR_DecorFontSize GR_CommonDispOption::getDecorFontSize ( ) const
inline

Definition at line 267 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getDisplacementQuality ( ) const
inline

Definition at line 491 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getDynamic3DFormat ( ) const
inline

Definition at line 430 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getDynamic3DScale ( ) const
int GR_CommonDispOption::getDynamicFormat ( ) const
inline

Definition at line 423 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getDynamicMipMap ( ) const
inline

Definition at line 469 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getDynamicScale ( ) const
fpreal GR_CommonDispOption::getGSplatsAlphaCulling ( ) const
inline

Definition at line 487 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getHDRRendering ( ) const
inline

Definition at line 651 of file GR_CommonDispOption.h.

RE_TextureCompress GR_CommonDispOption::getHDRTexture3DFormat ( RE_RenderContext  r) const
int GR_CommonDispOption::getHDRTexture3DFormat ( ) const
RE_TextureCompress GR_CommonDispOption::getHDRTextureFormat ( RE_RenderContext  r) const
int GR_CommonDispOption::getHDRTextureFormat ( ) const
int GR_CommonDispOption::getHeightFieldWireStride ( ) const
inline

Definition at line 508 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getHighQualityLighting ( RE_RenderContext  r) const
fpreal GR_CommonDispOption::getInstancingFraction ( ) const
inline

Definition at line 674 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getInstancingLimit ( ) const
inline

Definition at line 675 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getInstancingLimitAction ( ) const
inline

Definition at line 676 of file GR_CommonDispOption.h.

const GR_LightList* GR_CommonDispOption::getLightList ( ) const
inline

Definition at line 903 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getLightSampling ( ) const
inline

Definition at line 495 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getMarkerSize ( ) const
inline

Definition at line 271 of file GR_CommonDispOption.h.

void GR_CommonDispOption::getMaxTexture3DSize ( int max_w,
int max_h,
int max_d 
) const
void GR_CommonDispOption::getMaxTexture3DSize ( RE_RenderContext  r,
int max_w,
int max_h,
int max_d 
) const
void GR_CommonDispOption::getMaxTextureSize ( int max_w,
int max_h 
) const
void GR_CommonDispOption::getMaxTextureSize ( RE_RenderContext  r,
int max_w,
int max_h 
) const
fpreal GR_CommonDispOption::getMinHomeZoom ( ) const
inline

Definition at line 679 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getNormalCuspAngle ( ) const
inline

Definition at line 359 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getNormalScale ( ) const
inline

Definition at line 619 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOColorspace ( ) const
inline

Definition at line 656 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIODisplay ( ) const
inline

Definition at line 658 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOLooks ( ) const
inline

Definition at line 657 of file GR_CommonDispOption.h.

exint GR_CommonDispOption::getOCIOSerial ( ) const
inline

Definition at line 660 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOView ( ) const
inline

Definition at line 659 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getOnionSkinAlpha ( ) const
inline

Definition at line 806 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinFrameIncrement ( ) const
inline

Definition at line 796 of file GR_CommonDispOption.h.

const GU_CommonOnionSkinOptions& GR_CommonDispOption::getOnionSkinParms ( ) const
inline

Definition at line 808 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getOnionSkinPostFrameColor ( ) const
inline

Definition at line 804 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinPostFrameCount ( ) const
inline

Definition at line 800 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getOnionSkinPreFrameColor ( ) const
inline

Definition at line 802 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinPreFrameCount ( ) const
inline

Definition at line 798 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getPartialPercentDone ( ) const
inline

Definition at line 894 of file GR_CommonDispOption.h.

void GR_CommonDispOption::getParticleTextureSize ( int max_w,
int max_h 
) const
float GR_CommonDispOption::getPointSize ( ) const
inline

Definition at line 635 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSceneAntialias ( ) const
inline

Definition at line 650 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSerialNum ( ) const
inline

Definition at line 838 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getShadowMapSize ( ) const
inline

Definition at line 641 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSubdivisionPolyLimit ( ) const
inline

Definition at line 682 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getTexture3DScale ( ) const
int GR_CommonDispOption::getTextureAnisotropy ( RE_RenderContext  r) const
float GR_CommonDispOption::getTextureScale ( ) const
fpreal GR_CommonDispOption::getTransparencyCutoff ( ) const
inline

Definition at line 484 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getTransparentQuality ( ) const
inline

Definition at line 481 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getUniqueID ( ) const
inline

Definition at line 837 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getUniqueOnionSkinGroup ( ) const
inline

Returns an onion skin group (for use in GR_Uniforms) that has not been used yet. This is used to ensure that each individual onion skin primitive that is drawn has a unique group.

Definition at line 824 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getUseDenoise ( ) const
inline

Definition at line 672 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getUseRayTrace ( ) const
inline

Definition at line 671 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getUserTexture3DScale ( ) const
float GR_CommonDispOption::getUserTextureScale ( ) const
const UT_StringHolder& GR_CommonDispOption::getUVDisplayAttrib ( ) const
inline

Definition at line 791 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getVectorScale ( ) const
inline

Definition at line 621 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVertexNormalLimit ( ) const
inline

Definition at line 370 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getView2DSerialNum ( ) const
inline

Definition at line 846 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getView3DSerialNum ( ) const
inline

Definition at line 845 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewBlack ( ) const
inline

Definition at line 661 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewComponents ( ) const
inline

Definition at line 663 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewGamma ( ) const
inline

Definition at line 652 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getViewLUT ( ) const
inline

Definition at line 654 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewSerialID ( ) const
inline

Definition at line 847 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewSerialNum ( ) const
inline

Definition at line 844 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewWhite ( ) const
inline

Definition at line 662 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVisContext ( ) const
inline

Definition at line 873 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getVolumeAmbientShadows ( ) const
inline

Definition at line 501 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVolumeBSplines ( ) const
inline

Definition at line 505 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVolumeQuality ( ) const
inline

Definition at line 498 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getWireWidth ( ) const
inline

Definition at line 630 of file GR_CommonDispOption.h.

const GR_HandleParts& GR_CommonDispOption::handleParts ( ) const
inline

Definition at line 264 of file GR_CommonDispOption.h.

GR_HandleParts& GR_CommonDispOption::handleParts ( )
inline

Definition at line 265 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::hdrReflectionMaps ( ) const
inline

Definition at line 536 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hdrReflectionMaps ( bool  e)
inline

Definition at line 538 of file GR_CommonDispOption.h.

float GR_CommonDispOption::hlOffsetConstant ( ) const
inline

Definition at line 624 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hlOffsetConstant ( float  f)
inline

Definition at line 703 of file GR_CommonDispOption.h.

float GR_CommonDispOption::hlOffsetVariable ( ) const
inline

Definition at line 623 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hlOffsetVariable ( float  f)
inline

Definition at line 701 of file GR_CommonDispOption.h.

float GR_CommonDispOption::interiorWireAlpha ( ) const
inline

Definition at line 633 of file GR_CommonDispOption.h.

void GR_CommonDispOption::interiorWireAlpha ( float  a)
inline

Definition at line 707 of file GR_CommonDispOption.h.

void GR_CommonDispOption::interpolateLayers ( bool  do_interp)
inline

Definition at line 446 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::interpolateLayers ( ) const
inline

Definition at line 447 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isLopsView ( ) const
inline

Definition at line 855 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isOnionSkinEnabled ( ) const
inline

Definition at line 794 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isPartialRender ( ) const
inline

Definition at line 885 of file GR_CommonDispOption.h.

static bool GR_CommonDispOption::isYUp ( )
inlinestatic

Definition at line 881 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::limitTexture3DSize ( ) const
inline

Definition at line 402 of file GR_CommonDispOption.h.

void GR_CommonDispOption::limitTexture3DSize ( bool  ls)
inline

Definition at line 403 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::limitTextureSize ( ) const
inline

Definition at line 398 of file GR_CommonDispOption.h.

void GR_CommonDispOption::limitTextureSize ( bool  ls)
inline

Definition at line 399 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::load ( UT_IStream )
const UT_Color& GR_CommonDispOption::locateColor ( fpreal alpha) const
inline

Definition at line 221 of file GR_CommonDispOption.h.

float GR_CommonDispOption::LOD ( ) const
inline

Definition at line 622 of file GR_CommonDispOption.h.

void GR_CommonDispOption::LOD ( float  l)
inline

Definition at line 1165 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::markerSize ( ) const
inline

Definition at line 270 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::mipMapTextures ( ) const
void GR_CommonDispOption::mipMapTextures ( bool  onoff)
float GR_CommonDispOption::normalScale ( ) const
inline

Definition at line 618 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::obsoleteOption ( ) const
inline

Definition at line 877 of file GR_CommonDispOption.h.

void GR_CommonDispOption::obsoleteOption ( bool  onoff)
inline

Definition at line 878 of file GR_CommonDispOption.h.

void GR_CommonDispOption::offsetVertexDecor ( bool  use_offset)
inline

Definition at line 598 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::offsetVertexDecor ( ) const
inline

Definition at line 600 of file GR_CommonDispOption.h.

GR_CommonDispOption& GR_CommonDispOption::operator= ( const GR_CommonDispOption opt)
void GR_CommonDispOption::optimizePackedGeometry ( bool  opt)
inline

Definition at line 595 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::optimizePackedGeometry ( ) const
inline

Definition at line 596 of file GR_CommonDispOption.h.

int GR_CommonDispOption::parentViewportID ( ) const
inline

Definition at line 85 of file GR_CommonDispOption.h.

GR_ParticleType GR_CommonDispOption::particleDisplayType ( ) const
unsigned GR_CommonDispOption::pickMask ( ) const
inline

Definition at line 617 of file GR_CommonDispOption.h.

void GR_CommonDispOption::pickMask ( unsigned  mask)
inline

Definition at line 689 of file GR_CommonDispOption.h.

float GR_CommonDispOption::pointSize ( ) const
inline

Definition at line 634 of file GR_CommonDispOption.h.

GA_PrimCompat::TypeMask GR_CommonDispOption::primMask ( ) const
inline

Definition at line 616 of file GR_CommonDispOption.h.

void GR_CommonDispOption::primMask ( GA_PrimCompat::TypeMask  mask)
inline

Definition at line 687 of file GR_CommonDispOption.h.

int GR_CommonDispOption::reflectionMapSize ( ) const
inline

Definition at line 541 of file GR_CommonDispOption.h.

void GR_CommonDispOption::reflectionMapSize ( int  wh)
inline

Definition at line 542 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::reflectionMinLevel ( ) const
inline

Definition at line 545 of file GR_CommonDispOption.h.

void GR_CommonDispOption::reflectionMinLevel ( fpreal  lvl)
inline

Definition at line 546 of file GR_CommonDispOption.h.

static void GR_CommonDispOption::reloadAllColorSchemes ( )
static
void GR_CommonDispOption::resetDynamicParms ( )
void GR_CommonDispOption::resetUniqueOnionSkinGroup ( int  start)
inline

Invalidate all usued onion skin groups and start counting again from start when calling getUniqueOnionSkinGroup.

Definition at line 832 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::save ( std::ostream &  ,
int  indent = 0 
) const
int GR_CommonDispOption::selectionListInst ( ) const
inline

Definition at line 642 of file GR_CommonDispOption.h.

void GR_CommonDispOption::selectionListInst ( int  inst)
inline

Definition at line 716 of file GR_CommonDispOption.h.

float GR_CommonDispOption::selectionWireWidth ( ) const
inline

Definition at line 627 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setActiveRender ( bool  active)
inline

Definition at line 519 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentBaseLODLevel ( int  lvl)
inline

Definition at line 566 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentBoneDeform ( int  d)
inline

Definition at line 574 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentLODBias ( fpreal  b)
inline

Definition at line 552 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentMaxBlendShapeLODLevel ( int  lvl)
inline

Definition at line 588 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentMinPoints ( int  minp)
inline

Definition at line 560 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentNumLODLevels ( int  lvls)
inline

Definition at line 563 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentWireMode ( int  mode)
inline

Definition at line 578 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionIntensity ( float  i)
inline

Definition at line 747 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionLevel ( int  lvl)
inline

Definition at line 745 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionScale ( float  sc)
inline

Definition at line 749 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionSpread ( float  sc)
inline

Definition at line 751 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setColor ( GR_DisplayColor  color_name,
const UT_Color c 
)
void GR_CommonDispOption::setColor ( GR_DisplayColor  target_color,
GR_DisplayColor  source_color 
)
void GR_CommonDispOption::setColorAttrib ( const char *  a)
inline

Definition at line 1176 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setColorDomain ( fpreal  s,
fpreal  e 
)
inline

Definition at line 1196 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setColors ( const GR_CommonDispOption opt)
void GR_CommonDispOption::setColorScheme ( const char *  scheme_name)
void GR_CommonDispOption::setColorType ( int  t)
inline

Definition at line 1186 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setCurrentWireColor ( const UT_Color color)
void GR_CommonDispOption::setCurrentWireColor ( GR_DisplayColor  color)
void GR_CommonDispOption::setDecorFontSize ( GR_DecorFontSize  s)
inline

Definition at line 268 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setDisplacementQuality ( fpreal  q)
inline

Definition at line 492 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setDynamic3DFormat ( int  format)
void GR_CommonDispOption::setDynamic3DScale ( float  sc)
void GR_CommonDispOption::setDynamicFormat ( int  format)
void GR_CommonDispOption::setDynamicMipMap ( bool  onoff)
void GR_CommonDispOption::setDynamicScale ( float  sc)
void GR_CommonDispOption::setExtraMaterials ( GR_MaterialAtlas materials)
inline

Definition at line 905 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setGammaPassPtr ( int p)
inline

Definition at line 73 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setGSplatsAlphaCulling ( fpreal  c)
inline

Definition at line 488 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setHDRRendering ( bool  hdr)
inline

Definition at line 728 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setHDRTexture3DFormat ( int  hdrformat)
void GR_CommonDispOption::setHDRTextureFormat ( int  hdrformat)
void GR_CommonDispOption::setHeightFieldWireStride ( int  stride)
inline

Definition at line 509 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setInstancingFraction ( fpreal  s)
inline

Definition at line 758 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setInstancingLimit ( int  limit)
inline

Definition at line 762 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setInstancingLimitAction ( int  action)
inline

Definition at line 768 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setLightList ( const GR_LightList list)
inline

Definition at line 901 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setLightSampling ( int  s)
inline

Definition at line 496 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setMarkerSize ( fpreal  size)
inline

Definition at line 273 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setMaxTexture3DSize ( bool  limit,
int  max_w = 0,
int  max_h = 0,
int  max_d = 0 
)
void GR_CommonDispOption::setMaxTextureSize ( bool  limit,
int  max_w = 0,
int  max_h = 0 
)
void GR_CommonDispOption::setMinHomeZoom ( fpreal  val)
inline

Definition at line 771 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setNormalCuspAngle ( fpreal  a)
inline

Definition at line 361 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setNormalScale ( float  s)
void GR_CommonDispOption::setOCIOColorspace ( const char *  cs)
inline

Definition at line 734 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOCIODisplayView ( const char *  display,
const char *  view 
)
inline

Definition at line 738 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOCIOLooks ( const char *  looks)
inline

Definition at line 736 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOCIOSerial ( exint  serial)
inline

Definition at line 740 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOnionSkinEnable ( bool  enable)
inline

Definition at line 811 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOnionSkinParms ( int  frame_inc,
int  pre_count,
int  post_count,
UT_Color  pre_color,
UT_Color  post_color,
fpreal  alpha 
)
void GR_CommonDispOption::setParentViewportID ( int  id)
inline

Definition at line 84 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setPartialPercentDone ( fpreal  p)
inline

Definition at line 892 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setPartialRender ( )
inline

Definition at line 887 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setParticleDisplayType ( GR_ParticleType  t)
void GR_CommonDispOption::setParticleTextureSize ( int  max_w,
int  max_h 
)
void GR_CommonDispOption::setPointSize ( float  size)
inline

Definition at line 709 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setSceneAntialias ( int  a)
inline

Definition at line 725 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setShadowMapSize ( int  s)
inline

Definition at line 718 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setSubdivisionPolyLimit ( int  limit)
inline

Definition at line 775 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setTexture3DScale ( float  sc)
void GR_CommonDispOption::setTextureScale ( float  sc)
void GR_CommonDispOption::setTransparencyCutoff ( fpreal  c)
inline

Definition at line 485 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setTransparentQuality ( int  q)
inline

Definition at line 482 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseDenoise ( bool  enable)
inline

Definition at line 755 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseLightShadowSize ( bool  e)
inline

Definition at line 717 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseRayTrace ( bool  enable)
inline

Definition at line 753 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseViewLUT ( bool  b)
inline

Definition at line 731 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUVDisplayAttrib ( const UT_StringHolder attrib)
inline

Definition at line 783 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVectorScale ( float  s)
void GR_CommonDispOption::setVertexNormalLimit ( int  poly_limit)
inline

Definition at line 372 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewBlack ( float  b)
inline

Definition at line 741 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewComponents ( int  c)
inline

Definition at line 743 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewGamma ( float  gamma)
void GR_CommonDispOption::setViewLUT ( const char *  lut)
inline

Definition at line 732 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewSerialNum ( int  num,
int  num_2d,
int  id 
)
inline

Definition at line 848 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewWhite ( float  w)
inline

Definition at line 742 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVisContext ( int  ctxt)
inline

Definition at line 874 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeAmbientShadows ( fpreal  q)
inline

Definition at line 502 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeBSplines ( int  bs)
inline

Definition at line 506 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeQuality ( int  q)
inline

Definition at line 499 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setWireWidth ( float  width)
inline

Definition at line 705 of file GR_CommonDispOption.h.

static void GR_CommonDispOption::setYUp ( bool  up)
inlinestatic

Definition at line 880 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadedBoundingBoxes ( gr_BBoxMode  m)
inline

Definition at line 610 of file GR_CommonDispOption.h.

gr_BBoxMode GR_CommonDispOption::shadedBoundingBoxes ( ) const
inline

Definition at line 611 of file GR_CommonDispOption.h.

int GR_CommonDispOption::shadowAA ( ) const
inline

Definition at line 639 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowAA ( int  aa)
inline

Definition at line 715 of file GR_CommonDispOption.h.

float GR_CommonDispOption::shadowOffsetConstant ( ) const
inline

Definition at line 638 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowOffsetConstant ( float  f)
inline

Definition at line 713 of file GR_CommonDispOption.h.

float GR_CommonDispOption::shadowOffsetVariable ( ) const
inline

Definition at line 637 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowOffsetVariable ( float  f)
inline

Definition at line 711 of file GR_CommonDispOption.h.

int GR_CommonDispOption::textureAnisotropy ( ) const
void GR_CommonDispOption::textureAnisotropy ( int  ta)
int GR_CommonDispOption::textureMemLimitMB ( ) const
inline

Definition at line 406 of file GR_CommonDispOption.h.

void GR_CommonDispOption::textureMemLimitMB ( int  max_size)
inline

Definition at line 407 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useLightShadowSize ( ) const
inline

Definition at line 640 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useOCIO ( ) const
inline

Definition at line 655 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useOCIO ( bool  use)
inline

Definition at line 733 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useReflectionMaps ( ) const
inline

Definition at line 532 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useReflectionMaps ( bool  e)
inline

Definition at line 534 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useRegularAuxColor ( )
inline

Definition at line 693 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useSelectedAuxColor ( )
inline

Definition at line 694 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useViewLUT ( ) const
inline

Definition at line 653 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::vectorScale ( ) const
inline

Definition at line 620 of file GR_CommonDispOption.h.

const UT_String& GR_CommonDispOption::visibleObjects ( ) const
inline

Definition at line 615 of file GR_CommonDispOption.h.

void GR_CommonDispOption::visibleObjects ( const char *  mask)
inline

Definition at line 685 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::volumeWireAsPoints ( ) const
inline

Definition at line 521 of file GR_CommonDispOption.h.

void GR_CommonDispOption::volumeWireAsPoints ( bool  vw)
inline

Definition at line 522 of file GR_CommonDispOption.h.

float GR_CommonDispOption::wireBlend ( ) const
inline

Definition at line 631 of file GR_CommonDispOption.h.

void GR_CommonDispOption::wireBlend ( float  blend)
inline

Definition at line 706 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::wireColor ( ) const
inline

Definition at line 216 of file GR_CommonDispOption.h.

float GR_CommonDispOption::wireWidth ( ) const
inline

Definition at line 625 of file GR_CommonDispOption.h.

Member Data Documentation

GR_CommonDispOption::showObjectSelection

Definition at line 306 of file GR_CommonDispOption.h.


The documentation for this class was generated from the following file: