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_Render *r) const
 
int getHDRTextureFormat () const
 
void setHDRTextureFormat (int hdrformat)
 
void setDynamicFormat (int format)
 
int getDynamicFormat () const
 
RE_TextureCompress getHDRTexture3DFormat (RE_Render *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_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
 
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 setAmbOcclusionLevel (int lvl)
 
void setAmbOcclusionIntensity (float i)
 
void setAmbOcclusionScale (float sc)
 
void setAmbOcclusionSpread (float sc)
 
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
 
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_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 43 of file GR_CommonDispOption.h.

Member Enumeration Documentation

Enumerator
NO_BBOX 
WIRE_BBOX 
SHADED_BBOX 
CURRENT_SHADING_BBOX 

Definition at line 574 of file GR_CommonDispOption.h.

Enumerator
TANGENT_MIKKT 
TANGENT_FAST 
TANGENT_DISABLE 

Definition at line 377 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 464 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::allowDeferredTextureLoad ( ) const
inline

Definition at line 465 of file GR_CommonDispOption.h.

void GR_CommonDispOption::allowPartialRender ( bool  allowed)
inline

Definition at line 835 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::allowsPartialRender ( ) const
inline

Definition at line 837 of file GR_CommonDispOption.h.

void GR_CommonDispOption::alphaPass ( GR_AlphaPass  pass)
inline

Definition at line 469 of file GR_CommonDispOption.h.

GR_AlphaPass GR_CommonDispOption::alphaPass ( ) const
inline

Definition at line 470 of file GR_CommonDispOption.h.

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

Definition at line 503 of file GR_CommonDispOption.h.

void GR_CommonDispOption::bumpSerialNum ( )
inline

Definition at line 786 of file GR_CommonDispOption.h.

void GR_CommonDispOption::clearPartialRender ( )
inline

Definition at line 833 of file GR_CommonDispOption.h.

int GR_CommonDispOption::closureSelection ( ) const
inline

Definition at line 817 of file GR_CommonDispOption.h.

void GR_CommonDispOption::closureSelection ( int  s)
inline

Definition at line 818 of file GR_CommonDispOption.h.

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

Definition at line 69 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::colorAttrib ( ) const
inline

Definition at line 615 of file GR_CommonDispOption.h.

int GR_CommonDispOption::colorType ( ) const
inline

Definition at line 616 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
const UT_Color& GR_CommonDispOption::crtAuxColor ( ) const
inline
Examples:
GUI/GUI_PolySoupBox.C.

Definition at line 213 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::cuspNormals ( ) const
inline

Definition at line 344 of file GR_CommonDispOption.h.

void GR_CommonDispOption::cuspNormals ( bool  c)
inline

Definition at line 346 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::default3DTextureSize ( ) const
inline

Definition at line 805 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultDPIScale ( ) const
inline

Definition at line 814 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultGuideFont ( ) const
inline

Definition at line 813 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultHDRReflect ( ) const
inline

Definition at line 809 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultHDRTexture ( ) const
inline

Definition at line 808 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultReflectSize ( ) const
inline

Definition at line 807 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultSceneAA ( ) const
inline

Definition at line 811 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultShadowSize ( ) const
inline

Definition at line 806 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultSmoothLines ( ) const
inline

Definition at line 810 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultTextureMem ( ) const
inline

Definition at line 812 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::defaultTextureSize ( ) const
inline

Definition at line 804 of file GR_CommonDispOption.h.

float GR_CommonDispOption::discSize ( ) const
inline

Definition at line 607 of file GR_CommonDispOption.h.

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

Definition at line 499 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::DPIScale ( ) const
inline

Definition at line 500 of file GR_CommonDispOption.h.

GR_MaterialAtlas* GR_CommonDispOption::extraMaterials ( ) const
inline

Definition at line 854 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 383 of file GR_CommonDispOption.h.

gr_TangentMethod GR_CommonDispOption::generateTangents ( ) const
inline

Definition at line 391 of file GR_CommonDispOption.h.

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

Definition at line 492 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentBaseLODLevel ( ) const
inline

Definition at line 546 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentBoneDeform ( ) const
inline

Definition at line 549 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getAgentLODBias ( ) const
inline

Definition at line 532 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentMinPoints ( ) const
inline

Definition at line 535 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentNumLODLevels ( ) const
inline

Definition at line 538 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAgentWireMode ( ) const
inline

Definition at line 551 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getAlpha ( GR_DisplayColorAlpha  alpha_name) const
inline

Definition at line 228 of file GR_CommonDispOption.h.

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

Definition at line 638 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getAmbOcclusionLevel ( ) const
inline

Definition at line 636 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getAmbOcclusionScale ( ) const
inline

Definition at line 637 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getAmbOcclusionSpread ( ) const
inline

Definition at line 640 of file GR_CommonDispOption.h.

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

Definition at line 78 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 617 of file GR_CommonDispOption.h.

const UT_String& GR_CommonDispOption::getColorScheme ( ) const
inline

Definition at line 60 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getCurrentWireColor ( ) const
inline

Definition at line 667 of file GR_CommonDispOption.h.

GR_DecorFontSize GR_CommonDispOption::getDecorFontSize ( ) const
inline

Definition at line 262 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getDisplacementQuality ( ) const
inline

Definition at line 475 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getDynamic3DFormat ( ) const
inline

Definition at line 425 of file GR_CommonDispOption.h.

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

Definition at line 418 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::getDynamicMipMap ( ) const
inline

Definition at line 460 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getDynamicScale ( ) const
bool GR_CommonDispOption::getHDRRendering ( ) const
inline

Definition at line 622 of file GR_CommonDispOption.h.

RE_TextureCompress GR_CommonDispOption::getHDRTexture3DFormat ( RE_Render r) const
int GR_CommonDispOption::getHDRTexture3DFormat ( ) const
RE_TextureCompress GR_CommonDispOption::getHDRTextureFormat ( RE_Render r) const
int GR_CommonDispOption::getHDRTextureFormat ( ) const
bool GR_CommonDispOption::getHighQualityLighting ( RE_RenderContext  r) const
fpreal GR_CommonDispOption::getInstancingFraction ( ) const
inline

Definition at line 643 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getInstancingLimit ( ) const
inline

Definition at line 644 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getInstancingLimitAction ( ) const
inline

Definition at line 645 of file GR_CommonDispOption.h.

const GR_LightList* GR_CommonDispOption::getLightList ( ) const
inline

Definition at line 850 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getLightSampling ( ) const
inline

Definition at line 479 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getMarkerSize ( ) const
inline

Definition at line 266 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 648 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getNormalCuspAngle ( ) const
inline

Definition at line 354 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getNormalScale ( ) const
inline

Definition at line 590 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOColorspace ( ) const
inline

Definition at line 627 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIODisplay ( ) const
inline

Definition at line 629 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOLooks ( ) const
inline

Definition at line 628 of file GR_CommonDispOption.h.

exint GR_CommonDispOption::getOCIOSerial ( ) const
inline

Definition at line 631 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getOCIOView ( ) const
inline

Definition at line 630 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getOnionSkinAlpha ( ) const
inline

Definition at line 770 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinFrameIncrement ( ) const
inline

Definition at line 760 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getOnionSkinPostFrameColor ( ) const
inline

Definition at line 768 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinPostFrameCount ( ) const
inline

Definition at line 764 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::getOnionSkinPreFrameColor ( ) const
inline

Definition at line 766 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getOnionSkinPreFrameCount ( ) const
inline

Definition at line 762 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getPartialPercentDone ( ) const
inline

Definition at line 841 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 606 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSceneAntialias ( ) const
inline
Examples:
DM/DM_OverdrawHook.C, and GUI/GUI_PolySoupBox.C.

Definition at line 621 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSerialNum ( ) const
inline

Definition at line 785 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getShadowMapSize ( ) const
inline

Definition at line 612 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getSubdivisionPolyLimit ( ) const
inline

Definition at line 651 of file GR_CommonDispOption.h.

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

Definition at line 472 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getUniqueID ( ) const
inline

Definition at line 784 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 755 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getVectorScale ( ) const
inline

Definition at line 592 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVertexNormalLimit ( ) const
inline

Definition at line 365 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getView2DSerialNum ( ) const
inline

Definition at line 793 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getView3DSerialNum ( ) const
inline

Definition at line 792 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewBlack ( ) const
inline

Definition at line 632 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewComponents ( ) const
inline

Definition at line 634 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewGamma ( ) const
inline

Definition at line 623 of file GR_CommonDispOption.h.

const char* GR_CommonDispOption::getViewLUT ( ) const
inline

Definition at line 625 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewSerialID ( ) const
inline

Definition at line 794 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getViewSerialNum ( ) const
inline

Definition at line 791 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getViewWhite ( ) const
inline

Definition at line 633 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVisContext ( ) const
inline

Definition at line 820 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::getVolumeAmbientShadows ( ) const
inline

Definition at line 485 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVolumeBSplines ( ) const
inline

Definition at line 489 of file GR_CommonDispOption.h.

int GR_CommonDispOption::getVolumeQuality ( ) const
inline

Definition at line 482 of file GR_CommonDispOption.h.

float GR_CommonDispOption::getWireWidth ( ) const
inline

Definition at line 601 of file GR_CommonDispOption.h.

const GR_HandleParts& GR_CommonDispOption::handleParts ( ) const
inline

Definition at line 259 of file GR_CommonDispOption.h.

GR_HandleParts& GR_CommonDispOption::handleParts ( )
inline

Definition at line 260 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::hdrReflectionMaps ( ) const
inline

Definition at line 510 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hdrReflectionMaps ( bool  e)
inline

Definition at line 512 of file GR_CommonDispOption.h.

float GR_CommonDispOption::hlOffsetConstant ( ) const
inline

Definition at line 595 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hlOffsetConstant ( float  f)
inline

Definition at line 672 of file GR_CommonDispOption.h.

float GR_CommonDispOption::hlOffsetVariable ( ) const
inline

Definition at line 594 of file GR_CommonDispOption.h.

void GR_CommonDispOption::hlOffsetVariable ( float  f)
inline

Definition at line 670 of file GR_CommonDispOption.h.

float GR_CommonDispOption::interiorWireAlpha ( ) const
inline

Definition at line 604 of file GR_CommonDispOption.h.

void GR_CommonDispOption::interiorWireAlpha ( float  a)
inline

Definition at line 676 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isLopsView ( ) const
inline

Definition at line 802 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isOnionSkinEnabled ( ) const
inline

Definition at line 758 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::isPartialRender ( ) const
inline

Definition at line 832 of file GR_CommonDispOption.h.

static bool GR_CommonDispOption::isYUp ( )
inlinestatic

Definition at line 828 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::limitTexture3DSize ( ) const
inline

Definition at line 397 of file GR_CommonDispOption.h.

void GR_CommonDispOption::limitTexture3DSize ( bool  ls)
inline

Definition at line 398 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::limitTextureSize ( ) const
inline

Definition at line 393 of file GR_CommonDispOption.h.

void GR_CommonDispOption::limitTextureSize ( bool  ls)
inline

Definition at line 394 of file GR_CommonDispOption.h.

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

Definition at line 216 of file GR_CommonDispOption.h.

float GR_CommonDispOption::LOD ( ) const
inline

Definition at line 593 of file GR_CommonDispOption.h.

void GR_CommonDispOption::LOD ( float  l)
inline

Definition at line 1109 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::markerSize ( ) const
inline

Definition at line 265 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::mipMapTextures ( ) const
void GR_CommonDispOption::mipMapTextures ( bool  onoff)
float GR_CommonDispOption::normalScale ( ) const
inline
Examples:
DM/DM_ObjectPathHook.C.

Definition at line 589 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::obsoleteOption ( ) const
inline

Definition at line 824 of file GR_CommonDispOption.h.

void GR_CommonDispOption::obsoleteOption ( bool  onoff)
inline

Definition at line 825 of file GR_CommonDispOption.h.

void GR_CommonDispOption::offsetVertexDecor ( bool  use_offset)
inline

Definition at line 569 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::offsetVertexDecor ( ) const
inline

Definition at line 571 of file GR_CommonDispOption.h.

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

Definition at line 566 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::optimizePackedGeometry ( ) const
inline

Definition at line 567 of file GR_CommonDispOption.h.

int GR_CommonDispOption::parentViewportID ( ) const
inline

Definition at line 84 of file GR_CommonDispOption.h.

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

Definition at line 588 of file GR_CommonDispOption.h.

void GR_CommonDispOption::pickMask ( unsigned  mask)
inline

Definition at line 658 of file GR_CommonDispOption.h.

float GR_CommonDispOption::pointSize ( ) const
inline
Examples:
GUI/GUI_PolySoupBox.C.

Definition at line 605 of file GR_CommonDispOption.h.

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

Definition at line 587 of file GR_CommonDispOption.h.

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

Definition at line 656 of file GR_CommonDispOption.h.

int GR_CommonDispOption::reflectionMapSize ( ) const
inline

Definition at line 515 of file GR_CommonDispOption.h.

void GR_CommonDispOption::reflectionMapSize ( int  wh)
inline

Definition at line 516 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::reflectionMinLevel ( ) const
inline

Definition at line 519 of file GR_CommonDispOption.h.

void GR_CommonDispOption::reflectionMinLevel ( fpreal  lvl)
inline

Definition at line 520 of file GR_CommonDispOption.h.

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

Definition at line 613 of file GR_CommonDispOption.h.

void GR_CommonDispOption::selectionListInst ( int  inst)
inline

Definition at line 685 of file GR_CommonDispOption.h.

float GR_CommonDispOption::selectionWireWidth ( ) const
inline

Definition at line 598 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setActiveRender ( bool  active)
inline

Definition at line 493 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentBaseLODLevel ( int  lvl)
inline

Definition at line 540 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentBoneDeform ( int  d)
inline

Definition at line 548 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentLODBias ( fpreal  b)
inline

Definition at line 526 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentMinPoints ( int  minp)
inline

Definition at line 534 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentNumLODLevels ( int  lvls)
inline

Definition at line 537 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAgentWireMode ( int  mode)
inline

Definition at line 552 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionIntensity ( float  i)
inline

Definition at line 715 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionLevel ( int  lvl)
inline

Definition at line 713 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionScale ( float  sc)
inline

Definition at line 717 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setAmbOcclusionSpread ( float  sc)
inline

Definition at line 719 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 1120 of file GR_CommonDispOption.h.

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

Definition at line 1140 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 1130 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 263 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setDisplacementQuality ( fpreal  q)
inline

Definition at line 476 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 852 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setGammaPassPtr ( int p)
inline

Definition at line 72 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setHDRRendering ( bool  hdr)
inline

Definition at line 697 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setHDRTexture3DFormat ( int  hdrformat)
void GR_CommonDispOption::setHDRTextureFormat ( int  hdrformat)
void GR_CommonDispOption::setInstancingFraction ( fpreal  s)
inline

Definition at line 722 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setInstancingLimit ( int  limit)
inline

Definition at line 726 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setInstancingLimitAction ( int  action)
inline

Definition at line 732 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setLightList ( const GR_LightList list)
inline

Definition at line 848 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setLightSampling ( int  s)
inline

Definition at line 480 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setMarkerSize ( fpreal  size)
inline

Definition at line 268 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 735 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setNormalCuspAngle ( fpreal  a)
inline

Definition at line 356 of file GR_CommonDispOption.h.

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

Definition at line 703 of file GR_CommonDispOption.h.

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

Definition at line 707 of file GR_CommonDispOption.h.

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

Definition at line 705 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOCIOSerial ( exint  serial)
inline

Definition at line 709 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setOnionSkinEnable ( bool  enable)
inline

Definition at line 772 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 83 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setPartialPercentDone ( fpreal  p)
inline

Definition at line 839 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setPartialRender ( )
inline

Definition at line 834 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 678 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setSceneAntialias ( int  a)
inline

Definition at line 694 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setShadowMapSize ( int  s)
inline

Definition at line 687 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setSubdivisionPolyLimit ( int  limit)
inline

Definition at line 739 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setTexture3DScale ( float  sc)
void GR_CommonDispOption::setTextureScale ( float  sc)
void GR_CommonDispOption::setTransparentQuality ( int  q)
inline

Definition at line 473 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseLightShadowSize ( bool  e)
inline

Definition at line 686 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUseViewLUT ( bool  b)
inline

Definition at line 700 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setUVDisplayAttrib ( const UT_StringHolder attrib)
inline

Definition at line 747 of file GR_CommonDispOption.h.

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

Definition at line 367 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewBlack ( float  b)
inline

Definition at line 710 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewComponents ( int  c)
inline

Definition at line 712 of file GR_CommonDispOption.h.

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

Definition at line 701 of file GR_CommonDispOption.h.

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

Definition at line 795 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setViewWhite ( float  w)
inline

Definition at line 711 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVisContext ( int  ctxt)
inline

Definition at line 821 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeAmbientShadows ( fpreal  q)
inline

Definition at line 486 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeBSplines ( int  bs)
inline

Definition at line 490 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setVolumeQuality ( int  q)
inline

Definition at line 483 of file GR_CommonDispOption.h.

void GR_CommonDispOption::setWireWidth ( float  width)
inline

Definition at line 674 of file GR_CommonDispOption.h.

static void GR_CommonDispOption::setYUp ( bool  up)
inlinestatic

Definition at line 827 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadedBoundingBoxes ( gr_BBoxMode  m)
inline

Definition at line 581 of file GR_CommonDispOption.h.

gr_BBoxMode GR_CommonDispOption::shadedBoundingBoxes ( ) const
inline

Definition at line 582 of file GR_CommonDispOption.h.

int GR_CommonDispOption::shadowAA ( ) const
inline

Definition at line 610 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowAA ( int  aa)
inline

Definition at line 684 of file GR_CommonDispOption.h.

float GR_CommonDispOption::shadowOffsetConstant ( ) const
inline

Definition at line 609 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowOffsetConstant ( float  f)
inline

Definition at line 682 of file GR_CommonDispOption.h.

float GR_CommonDispOption::shadowOffsetVariable ( ) const
inline

Definition at line 608 of file GR_CommonDispOption.h.

void GR_CommonDispOption::shadowOffsetVariable ( float  f)
inline

Definition at line 680 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 401 of file GR_CommonDispOption.h.

void GR_CommonDispOption::textureMemLimitMB ( int  max_size)
inline

Definition at line 402 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useLightShadowSize ( ) const
inline

Definition at line 611 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useOCIO ( ) const
inline

Definition at line 626 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useOCIO ( bool  use)
inline

Definition at line 702 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useReflectionMaps ( ) const
inline

Definition at line 506 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useReflectionMaps ( bool  e)
inline

Definition at line 508 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useRegularAuxColor ( )
inline

Definition at line 662 of file GR_CommonDispOption.h.

void GR_CommonDispOption::useSelectedAuxColor ( )
inline

Definition at line 663 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::useViewLUT ( ) const
inline

Definition at line 624 of file GR_CommonDispOption.h.

fpreal GR_CommonDispOption::vectorScale ( ) const
inline
Examples:
DM/DM_ObjectPathHook.C.

Definition at line 591 of file GR_CommonDispOption.h.

const UT_String& GR_CommonDispOption::visibleObjects ( ) const
inline

Definition at line 586 of file GR_CommonDispOption.h.

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

Definition at line 654 of file GR_CommonDispOption.h.

bool GR_CommonDispOption::volumeWireAsPoints ( ) const
inline

Definition at line 495 of file GR_CommonDispOption.h.

void GR_CommonDispOption::volumeWireAsPoints ( bool  vw)
inline

Definition at line 496 of file GR_CommonDispOption.h.

float GR_CommonDispOption::wireBlend ( ) const
inline

Definition at line 602 of file GR_CommonDispOption.h.

void GR_CommonDispOption::wireBlend ( float  blend)
inline

Definition at line 675 of file GR_CommonDispOption.h.

const UT_Color& GR_CommonDispOption::wireColor ( ) const
inline

Definition at line 211 of file GR_CommonDispOption.h.

float GR_CommonDispOption::wireWidth ( ) const
inline
Examples:
GUI/GUI_PolySoupBox.C.

Definition at line 596 of file GR_CommonDispOption.h.

Member Data Documentation

GR_CommonDispOption::showObjectSelection

Definition at line 301 of file GR_CommonDispOption.h.


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