singleton used to keep track of options for vtkPVRenderView.
More...
#include <vtkPVRenderViewSettings.h>
Inherits vtkObject.
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.
§ Superclass
§ anonymous enum
§ vtkPVRenderViewSettings()
vtkPVRenderViewSettings::vtkPVRenderViewSettings |
( |
| ) |
|
|
protected |
§ ~vtkPVRenderViewSettings()
vtkPVRenderViewSettings::~vtkPVRenderViewSettings |
( |
| ) |
|
|
protected |
§ New()
§ 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()
§ PrintSelf()
void vtkPVRenderViewSettings::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ GetInstance()
§ SetUseDisplayLists()
void vtkPVRenderViewSettings::SetUseDisplayLists |
( |
bool |
val | ) |
|
Get/Set use display lists.
§ SetResolveCoincidentTopology()
void vtkPVRenderViewSettings::SetResolveCoincidentTopology |
( |
int |
mode | ) |
|
§ SetPolygonOffsetParameters()
void vtkPVRenderViewSettings::SetPolygonOffsetParameters |
( |
double |
factor, |
|
|
double |
units |
|
) |
| |
§ SetZShift()
void vtkPVRenderViewSettings::SetZShift |
( |
double |
a | ) |
|
§ 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.
§ OutlineThreshold
vtkIdType vtkPVRenderViewSettings::OutlineThreshold |
|
protected |
§ PointPickingRadius
int vtkPVRenderViewSettings::PointPickingRadius |
|
protected |
§ DisableIceT
bool vtkPVRenderViewSettings::DisableIceT |
|
protected |
The documentation for this class was generated from the following file: