Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkPVDisplayGUI Class Reference

Object to represent the output of a PVSource. More...

#include <vtkPVDisplayGUI.h>

Inheritance diagram for vtkPVDisplayGUI:

Inheritance graph
[legend]
Collaboration diagram for vtkPVDisplayGUI:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkPVDisplayGUI, vtkPVTracedWidget)
void PrintSelf (ostream &os, vtkIndent indent)
void Close ()
void Create (vtkKWApplication *app)
void Initialize ()
void VisibilityCheckCallback ()
vtkPVApplicationGetPVApplication ()
void ScalarBarCheckCallback ()
virtual vtkKWCheckButtonGetScalarBarCheck ()
void CubeAxesCheckCallback ()
virtual vtkKWCheckButtonGetCubeAxesCheck ()
void PointLabelCheckCallback ()
virtual vtkKWCheckButtonGetPointLabelCheck ()
void CenterCamera ()
void DeleteCallback ()
vtkPVRenderViewGetPVRenderView ()
void UpdateVisibilityCheck ()
virtual int GetColorSetByUser ()
virtual int GetArraySetByUser ()
virtual int GetShouldReinitialize ()
virtual void UpdateEnableState ()
 VTK_LEGACY (void SetVisibility(int v))
 VTK_LEGACY (void SetCubeAxesVisibility(int v))
 VTK_LEGACY (void SetPointLabelVisibility(int v))
 VTK_LEGACY (void SetScalarBarVisibility(int v))
 VTK_LEGACY (vtkPVColorMap *GetPVColorMap())
void SetPVSource (vtkPVSource *source)
virtual vtkPVSourceGetPVSource ()
void SetActorTranslate (double *p)
void SetActorTranslate (double x, double y, double z)
void SetActorTranslateNoTrace (double x, double y, double z)
void GetActorTranslate (double *p)
void ActorTranslateCallback ()
void ActorTranslateEndCallback ()
void SetActorScale (double *p)
void SetActorScale (double x, double y, double z)
void SetActorScaleNoTrace (double x, double y, double z)
void GetActorScale (double *p)
void ActorScaleCallback ()
void ActorScaleEndCallback ()
void SetActorOrientation (double *p)
void SetActorOrientation (double x, double y, double z)
void SetActorOrientationNoTrace (double x, double y, double z)
void GetActorOrientation (double *p)
void ActorOrientationCallback ()
void ActorOrientationEndCallback ()
void SetActorOrigin (double *p)
void SetActorOrigin (double x, double y, double z)
void SetActorOriginNoTrace (double x, double y, double z)
void GetActorOrigin (double *p)
void ActorOriginCallback ()
void ActorOriginEndCallback ()
void SetOpacity (float f)
void OpacityChangedCallback ()
void OpacityChangedEndCallback ()
void Update ()
void UpdateCubeAxesVisibilityCheck ()
void UpdatePointLabelVisibilityCheck ()
void UpdateColorGUI ()
void UpdateVolumeGUI ()
void SetRepresentation (const char *)
void DrawWireframe ()
void DrawSurface ()
void DrawPoints ()
void DrawVolume ()
void DrawOutline ()
void DrawVolumePT ()
void DrawVolumeBunyk ()
void DrawVolumeZSweep ()
void SetInterpolation (const char *)
void SetInterpolationToFlat ()
void SetInterpolationToGouraud ()
virtual vtkKWMenuButtonGetRepresentationMenu ()
virtual vtkKWMenuButtonGetInterpolationMenu ()
void EditColorMapCallback ()
void DataColorRangeCallback ()
void EditVolumeAppearanceCallback ()
void ShowVolumeAppearanceEditor ()
void ChangeActorColor (double r, double g, double b)
virtual double * GetActorColor ()
virtual void GetActorColor (double &, double &, double &)
virtual void GetActorColor (double[3])
void SetPointSize (int size)
void SetLineWidth (int width)
void SetPointLabelFontSize (int size)
void ChangePointSize ()
void ChangePointSizeEndCallback ()
void ChangeLineWidth ()
void ChangeLineWidthEndCallback ()
void ChangePointLabelFontSize ()
virtual vtkPVColorSelectionWidgetGetColorSelectionMenu ()
void ColorByArray (const char *name, int field)
void VolumeRenderByArray (const char *name,int field)
void ColorByProperty ()
void SetMapScalarsFlag (int val)
void MapScalarsCheckCallback ()
void SetInterpolateColorsFlag (int val)
void InterpolateColorsCheckCallback ()
virtual vtkKWPushButtonGetResetCameraButton ()
virtual vtkKWFrameWithLabelGetActorControlFrame ()
virtual vtkKWFrameWithScrollbarGetMainFrame ()

Static Public Member Functions

vtkPVDisplayGUINew ()

Protected Member Functions

 vtkPVDisplayGUI ()
 ~vtkPVDisplayGUI ()
void UpdateScalarBarVisibilityCheck ()
void UpdateColorMenu ()
void UpdateColorButton ()
void UpdateEditColorMapButton ()
void UpdateInterpolateColorsCheck ()
void UpdateMapScalarsCheck ()
void SetVolumeAppearanceEditor (vtkPVVolumeAppearanceEditor *appearanceEditor)
void ColorByPropertyInternal ()
void SetActorColor (double r, double g, double b)
void VolumeRenderModeOn ()
void VolumeRenderModeOff ()
void UpdateInternal ()
void UpdateActorControl ()
void UpdateActorControlResolutions ()
void DrawVolumePTInternal ()
void DrawVolumeBunykInternal ()
void DrawVolumeZSweepInternal ()

Protected Attributes

vtkPVSourcePVSource
int ColorSetByUser
int ArraySetByUser
int ShouldReinitialize
vtkKWFrameWithScrollbarMainFrame
vtkKWFrameWithLabelColorFrame
vtkKWFrameWithLabelVolumeAppearanceFrame
vtkKWFrameWithLabelDisplayStyleFrame
vtkKWFrameWithLabelViewFrame
vtkKWLabelColorMenuLabel
vtkPVColorSelectionWidgetColorSelectionMenu
vtkKWChangeColorButtonColorButton
vtkKWFrameEditColorMapButtonFrame
vtkKWPushButtonEditColorMapButton
vtkKWPushButtonDataColorRangeButton
vtkKWLabelVolumeScalarsMenuLabel
vtkPVColorSelectionWidgetVolumeScalarSelectionWidget
vtkKWLabelVolumeRenderMethodMenuLabel
vtkKWMenuButtonVolumeRenderMethodMenu
vtkKWPushButtonEditVolumeAppearanceButton
vtkKWLabelRepresentationMenuLabel
vtkKWMenuButtonRepresentationMenu
vtkKWLabelInterpolationMenuLabel
vtkKWMenuButtonInterpolationMenu
vtkKWLabelPointSizeLabel
vtkKWThumbWheelPointSizeThumbWheel
vtkKWLabelLineWidthLabel
vtkKWThumbWheelLineWidthThumbWheel
vtkKWLabelPointLabelFontSizeLabel
vtkKWThumbWheelPointLabelFontSizeThumbWheel
vtkKWCheckButtonVisibilityCheck
vtkKWCheckButtonScalarBarCheck
vtkKWCheckButtonMapScalarsCheck
vtkKWCheckButtonInterpolateColorsCheck
vtkKWFrameWithLabelActorControlFrame
vtkKWLabelTranslateLabel
vtkKWThumbWheelTranslateThumbWheel [3]
vtkKWLabelScaleLabel
vtkKWThumbWheelScaleThumbWheel [3]
vtkKWLabelOrientationLabel
vtkKWScaleWithEntryOrientationScale [3]
vtkKWLabelOriginLabel
vtkKWThumbWheelOriginThumbWheel [3]
vtkKWLabelOpacityLabel
vtkKWScaleWithEntryOpacityScale
vtkKWCheckButtonCubeAxesCheck
vtkKWCheckButtonPointLabelCheck
vtkKWPushButtonResetCameraButton
double ActorColor [3]
int VolumeRenderMode
int MapScalarsCheckVisible
int InterpolateColorsCheckVisible
int EditColorMapButtonVisible
int ColorButtonVisible
int ScalarBarCheckVisible
vtkPVVolumeAppearanceEditorVolumeAppearanceEditor
vtkPVDisplayGUIVRObserver * VRObserver

Friends

class vtkPVDisplayGUIVRObserver

Detailed Description

Object to represent the output of a PVSource.

This object combines methods for accessing parallel VTK data, and also an interface for changing the view of the data. The interface used to be in a superclass called vtkPVActorComposite. I want to separate the interface from this object, but a superclass is not the way to do it.

Definition at line 56 of file vtkPVDisplayGUI.h.


Constructor & Destructor Documentation

vtkPVDisplayGUI::vtkPVDisplayGUI  )  [protected]
 

vtkPVDisplayGUI::~vtkPVDisplayGUI  )  [protected]
 


Member Function Documentation

vtkPVDisplayGUI* vtkPVDisplayGUI::New  )  [static]
 

Reimplemented from vtkPVTracedWidget.

vtkPVDisplayGUI::vtkTypeRevisionMacro vtkPVDisplayGUI  ,
vtkPVTracedWidget 
 

void vtkPVDisplayGUI::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkPVTracedWidget.

vtkPVDisplayGUI::VTK_LEGACY void   SetVisibility(int v)  ) 
 

Legacy method for old scripts.

vtkPVDisplayGUI::VTK_LEGACY void   SetCubeAxesVisibility(int v)  ) 
 

Legacy method for old scripts.

vtkPVDisplayGUI::VTK_LEGACY void   SetPointLabelVisibility(int v)  ) 
 

Legacy method for old scripts.

vtkPVDisplayGUI::VTK_LEGACY void   SetScalarBarVisibility(int v)  ) 
 

Legacy method for old scripts.

vtkPVDisplayGUI::VTK_LEGACY vtkPVColorMap GetPVColorMap()  ) 
 

Legacy method for old scripts.

void vtkPVDisplayGUI::Close  ) 
 

Properly close tk widget

void vtkPVDisplayGUI::SetPVSource vtkPVSource source  ) 
 

This is set when the source is selected as the current source. Only PVWindow should set this.

virtual vtkPVSource* vtkPVDisplayGUI::GetPVSource  )  [virtual]
 

This is set when the source is selected as the current source. Only PVWindow should set this.

void vtkPVDisplayGUI::SetActorTranslate double *  p  ) 
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::SetActorTranslate double  x,
double  y,
double  z
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::SetActorTranslateNoTrace double  x,
double  y,
double  z
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::GetActorTranslate double *  p  ) 
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::ActorTranslateCallback  ) 
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::ActorTranslateEndCallback  ) 
 

Translate the actor to the specified location. Also modify the entry widget that controles the translation.

void vtkPVDisplayGUI::SetActorScale double *  p  ) 
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::SetActorScale double  x,
double  y,
double  z
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::SetActorScaleNoTrace double  x,
double  y,
double  z
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::GetActorScale double *  p  ) 
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::ActorScaleCallback  ) 
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::ActorScaleEndCallback  ) 
 

Scale the actor. Also modify the entry widget that controles the scaling.

void vtkPVDisplayGUI::SetActorOrientation double *  p  ) 
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::SetActorOrientation double  x,
double  y,
double  z
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::SetActorOrientationNoTrace double  x,
double  y,
double  z
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::GetActorOrientation double *  p  ) 
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::ActorOrientationCallback  ) 
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::ActorOrientationEndCallback  ) 
 

Orient the actor. Also modify the entry widget that controles the orientation.

void vtkPVDisplayGUI::SetActorOrigin double *  p  ) 
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::SetActorOrigin double  x,
double  y,
double  z
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::SetActorOriginNoTrace double  x,
double  y,
double  z
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::GetActorOrigin double *  p  ) 
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::ActorOriginCallback  ) 
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::ActorOriginEndCallback  ) 
 

Set the actor origin. Also modify the entry widget that controles the origin.

void vtkPVDisplayGUI::SetOpacity float  f  ) 
 

Set the transparency of the actor.

void vtkPVDisplayGUI::OpacityChangedCallback  ) 
 

Set the transparency of the actor.

void vtkPVDisplayGUI::OpacityChangedEndCallback  ) 
 

Set the transparency of the actor.

void vtkPVDisplayGUI::Create vtkKWApplication app  )  [virtual]
 

Create the widget.

Reimplemented from vtkKWCompositeWidget.

void vtkPVDisplayGUI::Update  ) 
 

This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing.

void vtkPVDisplayGUI::UpdateCubeAxesVisibilityCheck  ) 
 

This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing.

void vtkPVDisplayGUI::UpdatePointLabelVisibilityCheck  ) 
 

This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing.

void vtkPVDisplayGUI::UpdateColorGUI  ) 
 

This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing.

void vtkPVDisplayGUI::UpdateVolumeGUI  ) 
 

This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing.

void vtkPVDisplayGUI::Initialize  ) 
 

This method is meant to setup the actor/mapper to best disply it input. This will involve setting the scalar range, and possibly other properties.

void vtkPVDisplayGUI::VisibilityCheckCallback  ) 
 

This flag turns the visibility of the prop on and off. These methods transmit the state change to all of the satellite processes.

vtkPVApplication* vtkPVDisplayGUI::GetPVApplication  ) 
 

Casts to vtkPVApplication.

void vtkPVDisplayGUI::SetRepresentation const char *   ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawWireframe  ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawSurface  ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawPoints  ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawVolume  ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawOutline  ) 
 

Methods called when item chosen from RepresentationMenu

void vtkPVDisplayGUI::DrawVolumePT  ) 
 

Methods called when item chosen from VolumeRenderMethodMenu

void vtkPVDisplayGUI::DrawVolumeBunyk  ) 
 

Methods called when item chosen from VolumeRenderMethodMenu

void vtkPVDisplayGUI::DrawVolumeZSweep  ) 
 

Methods called when item chosen from VolumeRenderMethodMenu

void vtkPVDisplayGUI::SetInterpolation const char *   ) 
 

Methods called when item chosen from InterpolationMenu

void vtkPVDisplayGUI::SetInterpolationToFlat  ) 
 

Methods called when item chosen from InterpolationMenu

void vtkPVDisplayGUI::SetInterpolationToGouraud  ) 
 

Methods called when item chosen from InterpolationMenu

virtual vtkKWMenuButton* vtkPVDisplayGUI::GetRepresentationMenu  )  [virtual]
 

Get the representation menu.

virtual vtkKWMenuButton* vtkPVDisplayGUI::GetInterpolationMenu  )  [virtual]
 

Get the interpolation menu.

void vtkPVDisplayGUI::EditColorMapCallback  ) 
 

Called when the user presses the "Edit Color Map" button.

void vtkPVDisplayGUI::DataColorRangeCallback  ) 
 

Called when the user presses the "Edit Color Map" button.

void vtkPVDisplayGUI::EditVolumeAppearanceCallback  ) 
 

Called when the user presses the "Edit Volume Appearance" button.

void vtkPVDisplayGUI::ShowVolumeAppearanceEditor  ) 
 

Called when the user presses the "Edit Volume Appearance" button.

void vtkPVDisplayGUI::ScalarBarCheckCallback  ) 
 

virtual vtkKWCheckButton* vtkPVDisplayGUI::GetScalarBarCheck  )  [virtual]
 

void vtkPVDisplayGUI::CubeAxesCheckCallback  ) 
 

virtual vtkKWCheckButton* vtkPVDisplayGUI::GetCubeAxesCheck  )  [virtual]
 

void vtkPVDisplayGUI::PointLabelCheckCallback  ) 
 

virtual vtkKWCheckButton* vtkPVDisplayGUI::GetPointLabelCheck  )  [virtual]
 

void vtkPVDisplayGUI::CenterCamera  ) 
 

void vtkPVDisplayGUI::ChangeActorColor double  r,
double  g,
double  b
 

Callback for the change color button.

virtual double* vtkPVDisplayGUI::GetActorColor  )  [virtual]
 

Callback for the change color button.

virtual void vtkPVDisplayGUI::GetActorColor double &  ,
double &  ,
double & 
[virtual]
 

Callback for the change color button.

virtual void vtkPVDisplayGUI::GetActorColor double  [3]  )  [virtual]
 

Callback for the change color button.

void vtkPVDisplayGUI::SetPointSize int  size  ) 
 

Access to pointSize for scripting.

void vtkPVDisplayGUI::SetLineWidth int  width  ) 
 

Access to pointSize for scripting.

void vtkPVDisplayGUI::SetPointLabelFontSize int  size  ) 
 

Access to pointSize for scripting.

void vtkPVDisplayGUI::ChangePointSize  ) 
 

Callbacks for point size and line width sliders.

void vtkPVDisplayGUI::ChangePointSizeEndCallback  ) 
 

Callbacks for point size and line width sliders.

void vtkPVDisplayGUI::ChangeLineWidth  ) 
 

Callbacks for point size and line width sliders.

void vtkPVDisplayGUI::ChangeLineWidthEndCallback  ) 
 

Callbacks for point size and line width sliders.

void vtkPVDisplayGUI::ChangePointLabelFontSize  ) 
 

Callbacks for point size and line width sliders.

virtual vtkPVColorSelectionWidget* vtkPVDisplayGUI::GetColorSelectionMenu  )  [virtual]
 

Access to option menus for scripting.

void vtkPVDisplayGUI::ColorByArray const char *  name,
int  field
 

Callback methods when item chosen from ColorMenu

void vtkPVDisplayGUI::VolumeRenderByArray const char *  name,
int  field
 

Callback methods when item chosen from ColorMenu

void vtkPVDisplayGUI::ColorByProperty  ) 
 

Callback methods when item chosen from ColorMenu

void vtkPVDisplayGUI::DeleteCallback  ) 
 

Called by vtkPVSource::DeleteCallback().

vtkPVRenderView* vtkPVDisplayGUI::GetPVRenderView  ) 
 

Convenience method for rendering.

void vtkPVDisplayGUI::UpdateVisibilityCheck  ) 
 

The source calls this to update the visibility check button, and to determine whether the scalar bar should be visible.

void vtkPVDisplayGUI::SetMapScalarsFlag int  val  ) 
 

This determines whether to map array values through a color map or use arrays values as colors directly. The direct option is only available for unsigned chanr arrays with 1 or 3 components.

void vtkPVDisplayGUI::MapScalarsCheckCallback  ) 
 

This determines whether to map array values through a color map or use arrays values as colors directly. The direct option is only available for unsigned chanr arrays with 1 or 3 components.

void vtkPVDisplayGUI::SetInterpolateColorsFlag int  val  ) 
 

This determines whether we will interpolate before or after scalrs are mapped. Interpolate after is the standard VTK OpenGL vertex coloring. It gives smooth coloring, but may generate colors not in the map Interpolating before mapping uses a 1d texture map.

void vtkPVDisplayGUI::InterpolateColorsCheckCallback  ) 
 

This determines whether we will interpolate before or after scalrs are mapped. Interpolate after is the standard VTK OpenGL vertex coloring. It gives smooth coloring, but may generate colors not in the map Interpolating before mapping uses a 1d texture map.

virtual int vtkPVDisplayGUI::GetColorSetByUser  )  [virtual]
 

virtual int vtkPVDisplayGUI::GetArraySetByUser  )  [virtual]
 

virtual int vtkPVDisplayGUI::GetShouldReinitialize  )  [virtual]
 

virtual void vtkPVDisplayGUI::UpdateEnableState  )  [virtual]
 

Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.

Reimplemented from vtkKWWidget.

virtual vtkKWPushButton* vtkPVDisplayGUI::GetResetCameraButton  )  [virtual]
 

Access to these objects from a script

virtual vtkKWFrameWithLabel* vtkPVDisplayGUI::GetActorControlFrame  )  [virtual]
 

Access to these objects from a script

virtual vtkKWFrameWithScrollbar* vtkPVDisplayGUI::GetMainFrame  )  [virtual]
 

Access to these objects from a script

void vtkPVDisplayGUI::UpdateScalarBarVisibilityCheck  )  [protected]
 

void vtkPVDisplayGUI::UpdateColorMenu  )  [protected]
 

void vtkPVDisplayGUI::UpdateColorButton  )  [protected]
 

void vtkPVDisplayGUI::UpdateEditColorMapButton  )  [protected]
 

void vtkPVDisplayGUI::UpdateInterpolateColorsCheck  )  [protected]
 

void vtkPVDisplayGUI::UpdateMapScalarsCheck  )  [protected]
 

void vtkPVDisplayGUI::SetVolumeAppearanceEditor vtkPVVolumeAppearanceEditor appearanceEditor  )  [protected]
 

void vtkPVDisplayGUI::ColorByPropertyInternal  )  [protected]
 

void vtkPVDisplayGUI::SetActorColor double  r,
double  g,
double  b
[protected]
 

void vtkPVDisplayGUI::VolumeRenderModeOn  )  [protected]
 

void vtkPVDisplayGUI::VolumeRenderModeOff  )  [protected]
 

void vtkPVDisplayGUI::UpdateInternal  )  [protected]
 

void vtkPVDisplayGUI::UpdateActorControl  )  [protected]
 

void vtkPVDisplayGUI::UpdateActorControlResolutions  )  [protected]
 

void vtkPVDisplayGUI::DrawVolumePTInternal  )  [protected]
 

void vtkPVDisplayGUI::DrawVolumeBunykInternal  )  [protected]
 

void vtkPVDisplayGUI::DrawVolumeZSweepInternal  )  [protected]
 


Friends And Related Function Documentation

friend class vtkPVDisplayGUIVRObserver [friend]
 

Definition at line 418 of file vtkPVDisplayGUI.h.


Member Data Documentation

vtkPVSource* vtkPVDisplayGUI::PVSource [protected]
 

Definition at line 313 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::ColorSetByUser [protected]
 

Definition at line 328 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::ArraySetByUser [protected]
 

Definition at line 329 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::ShouldReinitialize [protected]
 

Definition at line 333 of file vtkPVDisplayGUI.h.

vtkKWFrameWithScrollbar* vtkPVDisplayGUI::MainFrame [protected]
 

Definition at line 335 of file vtkPVDisplayGUI.h.

vtkKWFrameWithLabel* vtkPVDisplayGUI::ColorFrame [protected]
 

Definition at line 337 of file vtkPVDisplayGUI.h.

vtkKWFrameWithLabel* vtkPVDisplayGUI::VolumeAppearanceFrame [protected]
 

Definition at line 338 of file vtkPVDisplayGUI.h.

vtkKWFrameWithLabel* vtkPVDisplayGUI::DisplayStyleFrame [protected]
 

Definition at line 339 of file vtkPVDisplayGUI.h.

vtkKWFrameWithLabel* vtkPVDisplayGUI::ViewFrame [protected]
 

Definition at line 340 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::ColorMenuLabel [protected]
 

Definition at line 342 of file vtkPVDisplayGUI.h.

vtkPVColorSelectionWidget* vtkPVDisplayGUI::ColorSelectionMenu [protected]
 

Definition at line 343 of file vtkPVDisplayGUI.h.

vtkKWChangeColorButton* vtkPVDisplayGUI::ColorButton [protected]
 

Definition at line 345 of file vtkPVDisplayGUI.h.

vtkKWFrame* vtkPVDisplayGUI::EditColorMapButtonFrame [protected]
 

Definition at line 346 of file vtkPVDisplayGUI.h.

vtkKWPushButton* vtkPVDisplayGUI::EditColorMapButton [protected]
 

Definition at line 347 of file vtkPVDisplayGUI.h.

vtkKWPushButton* vtkPVDisplayGUI::DataColorRangeButton [protected]
 

Definition at line 348 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::VolumeScalarsMenuLabel [protected]
 

Definition at line 350 of file vtkPVDisplayGUI.h.

vtkPVColorSelectionWidget* vtkPVDisplayGUI::VolumeScalarSelectionWidget [protected]
 

Definition at line 351 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::VolumeRenderMethodMenuLabel [protected]
 

Definition at line 353 of file vtkPVDisplayGUI.h.

vtkKWMenuButton* vtkPVDisplayGUI::VolumeRenderMethodMenu [protected]
 

Definition at line 354 of file vtkPVDisplayGUI.h.

vtkKWPushButton* vtkPVDisplayGUI::EditVolumeAppearanceButton [protected]
 

Definition at line 356 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::RepresentationMenuLabel [protected]
 

Definition at line 358 of file vtkPVDisplayGUI.h.

vtkKWMenuButton* vtkPVDisplayGUI::RepresentationMenu [protected]
 

Definition at line 359 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::InterpolationMenuLabel [protected]
 

Definition at line 360 of file vtkPVDisplayGUI.h.

vtkKWMenuButton* vtkPVDisplayGUI::InterpolationMenu [protected]
 

Definition at line 361 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::PointSizeLabel [protected]
 

Definition at line 363 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::PointSizeThumbWheel [protected]
 

Definition at line 364 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::LineWidthLabel [protected]
 

Definition at line 365 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::LineWidthThumbWheel [protected]
 

Definition at line 366 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::PointLabelFontSizeLabel [protected]
 

Definition at line 367 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::PointLabelFontSizeThumbWheel [protected]
 

Definition at line 368 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::VisibilityCheck [protected]
 

Definition at line 370 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::ScalarBarCheck [protected]
 

Definition at line 371 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::MapScalarsCheck [protected]
 

Definition at line 373 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::InterpolateColorsCheck [protected]
 

Definition at line 374 of file vtkPVDisplayGUI.h.

vtkKWFrameWithLabel* vtkPVDisplayGUI::ActorControlFrame [protected]
 

Definition at line 377 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::TranslateLabel [protected]
 

Definition at line 378 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::TranslateThumbWheel[3] [protected]
 

Definition at line 379 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::ScaleLabel [protected]
 

Definition at line 380 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::ScaleThumbWheel[3] [protected]
 

Definition at line 381 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::OrientationLabel [protected]
 

Definition at line 382 of file vtkPVDisplayGUI.h.

vtkKWScaleWithEntry* vtkPVDisplayGUI::OrientationScale[3] [protected]
 

Definition at line 383 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::OriginLabel [protected]
 

Definition at line 384 of file vtkPVDisplayGUI.h.

vtkKWThumbWheel* vtkPVDisplayGUI::OriginThumbWheel[3] [protected]
 

Definition at line 385 of file vtkPVDisplayGUI.h.

vtkKWLabel* vtkPVDisplayGUI::OpacityLabel [protected]
 

Definition at line 386 of file vtkPVDisplayGUI.h.

vtkKWScaleWithEntry* vtkPVDisplayGUI::OpacityScale [protected]
 

Definition at line 387 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::CubeAxesCheck [protected]
 

Definition at line 389 of file vtkPVDisplayGUI.h.

vtkKWCheckButton* vtkPVDisplayGUI::PointLabelCheck [protected]
 

Definition at line 392 of file vtkPVDisplayGUI.h.

vtkKWPushButton* vtkPVDisplayGUI::ResetCameraButton [protected]
 

Definition at line 393 of file vtkPVDisplayGUI.h.

double vtkPVDisplayGUI::ActorColor[3] [protected]
 

Definition at line 395 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::VolumeRenderMode [protected]
 

Definition at line 397 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::MapScalarsCheckVisible [protected]
 

Definition at line 400 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::InterpolateColorsCheckVisible [protected]
 

Definition at line 401 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::EditColorMapButtonVisible [protected]
 

Definition at line 402 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::ColorButtonVisible [protected]
 

Definition at line 403 of file vtkPVDisplayGUI.h.

int vtkPVDisplayGUI::ScalarBarCheckVisible [protected]
 

Definition at line 404 of file vtkPVDisplayGUI.h.

vtkPVVolumeAppearanceEditor* vtkPVDisplayGUI::VolumeAppearanceEditor [protected]
 

Definition at line 406 of file vtkPVDisplayGUI.h.

vtkPVDisplayGUIVRObserver* vtkPVDisplayGUI::VRObserver [protected]
 

Definition at line 419 of file vtkPVDisplayGUI.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:37:42 2006 for ParaView by doxygen 1.3.5