ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVRenderViewSettings Class Reference

singleton used to keep track of options for vtkPVRenderView. More...

#include <vtkPVRenderViewSettings.h>

Inherits vtkObject.

Public Types

enum  { DO_NOTHING = 0, OFFSET_FACES = 1, OFFSET_LINES_AND_VERTS = 2, ZSHIFT = 3 }
 
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetUseDisplayLists (bool val)
 Get/Set use display lists. More...
 
void SetResolveCoincidentTopology (int mode)
 vtkMapper settings. More...
 
void SetPolygonOffsetParameters (double factor, double units)
 vtkMapper settings. More...
 
void SetZShift (double a)
 vtkMapper settings. More...
 
virtual void SetOutlineThreshold (vtkIdType)
 Set the number of cells (in millions) when the representations show try to use outline by default. More...
 
virtual vtkIdType GetOutlineThreshold ()
 Set the number of cells (in millions) when the representations show try to use outline by default. More...
 
virtual void SetPointPickingRadius (int)
 Set the radius in pixels to include for finding the closet point when selecting a point on render view. More...
 
virtual int GetPointPickingRadius ()
 Set the radius in pixels to include for finding the closet point when selecting a point on render view. More...
 
virtual void SetDisableIceT (bool)
 EXPERIMENTAL: Add ability to disable IceT. More...
 
virtual bool GetDisableIceT ()
 EXPERIMENTAL: Add ability to disable IceT. More...
 

Static Public Member Functions

static vtkPVRenderViewSettingsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVRenderViewSettingsSafeDownCast (vtkObject *o)
 
static vtkPVRenderViewSettingsGetInstance ()
 Access the singleton. More...
 

Protected Member Functions

 vtkPVRenderViewSettings ()
 
 ~vtkPVRenderViewSettings ()
 

Protected Attributes

vtkIdType OutlineThreshold
 
int PointPickingRadius
 
bool DisableIceT
 

Detailed Description

singleton used to keep track of options for vtkPVRenderView.

vtkPVRenderViewSettings is a singleton used to keep track of selections for various configurable parameters used by vtkPVRenderView. All class to vtkPVRenderViewSettings::New() returns a reference to the singleton instance.

Definition at line 33 of file vtkPVRenderViewSettings.h.

Member Typedef Documentation

§ Superclass

Definition at line 37 of file vtkPVRenderViewSettings.h.

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
DO_NOTHING 
OFFSET_FACES 
OFFSET_LINES_AND_VERTS 
ZSHIFT 

Definition at line 50 of file vtkPVRenderViewSettings.h.

Constructor & Destructor Documentation

§ vtkPVRenderViewSettings()

vtkPVRenderViewSettings::vtkPVRenderViewSettings ( )
protected

§ ~vtkPVRenderViewSettings()

vtkPVRenderViewSettings::~vtkPVRenderViewSettings ( )
protected

Member Function Documentation

§ New()

static vtkPVRenderViewSettings* vtkPVRenderViewSettings::New ( )
static

§ GetClassName()

virtual const char* vtkPVRenderViewSettings::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVRenderViewSettings::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVRenderViewSettings::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVRenderViewSettings* vtkPVRenderViewSettings::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVRenderViewSettings::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ GetInstance()

static vtkPVRenderViewSettings* vtkPVRenderViewSettings::GetInstance ( )
static

Access the singleton.

§ SetUseDisplayLists()

void vtkPVRenderViewSettings::SetUseDisplayLists ( bool  val)

Get/Set use display lists.

§ SetResolveCoincidentTopology()

void vtkPVRenderViewSettings::SetResolveCoincidentTopology ( int  mode)

vtkMapper settings.

§ SetPolygonOffsetParameters()

void vtkPVRenderViewSettings::SetPolygonOffsetParameters ( double  factor,
double  units 
)

vtkMapper settings.

§ SetZShift()

void vtkPVRenderViewSettings::SetZShift ( double  a)

vtkMapper settings.

§ SetOutlineThreshold()

virtual void vtkPVRenderViewSettings::SetOutlineThreshold ( vtkIdType  )
virtual

Set the number of cells (in millions) when the representations show try to use outline by default.

§ GetOutlineThreshold()

virtual vtkIdType vtkPVRenderViewSettings::GetOutlineThreshold ( )
virtual

Set the number of cells (in millions) when the representations show try to use outline by default.

§ SetPointPickingRadius()

virtual void vtkPVRenderViewSettings::SetPointPickingRadius ( int  )
virtual

Set the radius in pixels to include for finding the closet point when selecting a point on render view.

This only after single point selections i.e. when selecting a regions this radius is not respected.

§ GetPointPickingRadius()

virtual int vtkPVRenderViewSettings::GetPointPickingRadius ( )
virtual

Set the radius in pixels to include for finding the closet point when selecting a point on render view.

This only after single point selections i.e. when selecting a regions this radius is not respected.

§ SetDisableIceT()

virtual void vtkPVRenderViewSettings::SetDisableIceT ( bool  )
virtual

EXPERIMENTAL: Add ability to disable IceT.

§ GetDisableIceT()

virtual bool vtkPVRenderViewSettings::GetDisableIceT ( )
virtual

EXPERIMENTAL: Add ability to disable IceT.

Member Data Documentation

§ OutlineThreshold

vtkIdType vtkPVRenderViewSettings::OutlineThreshold
protected

Definition at line 98 of file vtkPVRenderViewSettings.h.

§ PointPickingRadius

int vtkPVRenderViewSettings::PointPickingRadius
protected

Definition at line 99 of file vtkPVRenderViewSettings.h.

§ DisableIceT

bool vtkPVRenderViewSettings::DisableIceT
protected

Definition at line 100 of file vtkPVRenderViewSettings.h.


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