|  | 
|  | 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_CommonDispOption & | operator= (const GR_CommonDispOption &opt) | 
|  | 
| void | setColorScheme (const char *scheme_name) | 
|  | 
| const UT_String & | getColorScheme () const | 
|  | 
| void | setColors (const GR_CommonDispOption &opt) | 
|  | 
| bool | compatibleWith (const GR_CommonDispOption &opt) const | 
|  | 
| const UT_Color & | color (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_Color & | getColor (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_Color & | wireColor () const | 
|  | 
| const UT_Color & | crtAuxColor () const | 
|  | 
| const UT_Color & | locateColor (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_HandleParts & | handleParts () const | 
|  | 
| GR_HandleParts & | handleParts () | 
|  | 
| 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 | 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 | 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) | 
|  | 
| 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 | 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_String & | visibleObjects () 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_Color & | getCurrentWireColor () 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_StringHolder & | getUVDisplayAttrib () const | 
|  | 
| bool | isOnionSkinEnabled () const | 
|  | 
| int | getOnionSkinFrameIncrement () const | 
|  | 
| int | getOnionSkinPreFrameCount () const | 
|  | 
| int | getOnionSkinPostFrameCount () const | 
|  | 
| const UT_Color & | getOnionSkinPreFrameColor () const | 
|  | 
| const UT_Color & | getOnionSkinPostFrameColor () const | 
|  | 
| fpreal | getOnionSkinAlpha () 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 | 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_LightList * | getLightList () const | 
|  | 
| void | setExtraMaterials (GR_MaterialAtlas *materials) | 
|  | 
| GR_MaterialAtlas * | extraMaterials () const | 
|  |