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

vtkPVWindow Class Reference

Main ParaView user interface. More...

#include <vtkPVWindow.h>

Inheritance diagram for vtkPVWindow:

Inheritance graph
[legend]
Collaboration diagram for vtkPVWindow:

Collaboration graph
[legend]
List of all members.

Public Types

enum  InteractorStyles {
  INTERACTOR_STYLE_UNKNOWN = 0, INTERACTOR_STYLE_3D = 1, INTERACTOR_STYLE_2D = 2, INTERACTOR_STYLE_TRACKBALL = 3,
  INTERACTOR_STYLE_CENTER_OF_ROTATION = 4
}

Public Member Functions

 vtkTypeRevisionMacro (vtkPVWindow, vtkKWWindow)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
void AddPVSource (const char *listname, vtkPVSource *pvs)
void RemovePVSource (const char *listname, vtkPVSource *pvs)
vtkPVSourceGetPVSource (const char *listname, const char *sourcename)
void ResetCameraCallback ()
void ShowAnimationPanes ()
void SaveBatchScript ()
void SaveState (const char *filename)
void SaveState ()
void OpenCallback ()
int OpenCustom (const char *reader, const char *filename)
void PlayDemo ()
void ShowComparativeVisManager ()
void SaveAnimation ()
void SaveGeometry ()
void WriteData ()
vtkPVSourceCollectionGetSourceList (const char *listname)
void UpdateSelectMenu ()
void UpdateSourceMenu ()
void UpdateFilterMenu ()
void AddPrototype (const char *name, vtkPVSource *prototype)
void ChangeInteractorStyle (int index)
virtual void WarningMessage (const char *message)
virtual void ErrorMessage (const char *message)
vtkPVVolumeAppearanceEditorGetVolumeAppearanceEditor ()
vtkCollection * GetPVColorMaps ()
void ReadSourceInterfacesFromString (const char *)
virtual vtkKWApplicationSettingsInterfaceGetApplicationSettingsInterface ()
vtkClientServerID GetInteractorID ()
int CheckIfFileIsReadable (const char *fname)
virtual void UpdateToolbarState ()
void AcceptCurrentSource ()
void ToolbarMenuCheckCallback (const char *buttonName)
void DisplayLookmarkManager ()
virtual vtkPVLookmarkManagerGetPVLookmarkManager ()
void SetToolbarVisibility (const char *identifier, int state)
virtual void SetSecondaryPanelVisibility (int)
void AddDefaultAnimation (vtkPVSource *pvSource)
void UpdateAnimationInterface ()
void ErrorIconCallback ()
vtkPVComparativeVisManagerGUIGetComparativeVisManagerGUI ()
virtual vtkPVRenderViewGetMainView ()
void SetCurrentPVSource (vtkPVSource *comp)
void SetCurrentPVSourceCallback (vtkPVSource *comp)
vtkPVSourceGetCurrentPVSource ()
vtkPVSourceGetPreviousPVSource (int idx=1)
vtkPVReaderModuleGetCurrentPVReaderModule ()
void DeleteAllSourcesCallback ()
void DeleteAllSources ()
void DeleteSourceAndOutputs (vtkPVSource *)
void DeleteAllKeyframesCallback ()
void DeleteAllKeyframes ()
virtual vtkKWMenuGetSelectMenu ()
virtual vtkKWMenuGetGlyphMenu ()
virtual vtkKWMenuGetSourceMenu ()
virtual vtkKWMenuGetFilterMenu ()
void ShowCurrentSourceProperties ()
void ShowCurrentSourcePropertiesCallback ()
virtual vtkKWToolbarGetToolbar ()
virtual vtkKWToolbarGetInteractorToolbar ()
virtual vtkKWToolbarGetPickCenterToolbar ()
virtual vtkKWToolbarGetLookmarkToolbar ()
void SaveBatchScript (const char *filename)
void SaveBatchScript (const char *filename, int offScreenFlag, const char *imageFileName, const char *geometryFileName)
void SaveSMState ()
void SaveSMState (const char *filename)
void SaveTrace ()
int SaveTrace (const char *)
int Open (char *fileName, int store)
int Open (char *fileName)
vtkPVReaderModuleInitializeReadCustom (const char *reader, const char *fileName)
int FinalizeRead (vtkPVReaderModule *clone, const char *fileName)
int ReadFileInformation (vtkPVReaderModule *clone, const char *fileName)
void ShowTimerLog ()
void ShowErrorLog ()
void WriteVTKFile (const char *filename, int ghostLevel, int timeSeries)
void WriteVTKFile (const char *filename, int ghostLevel)
void WriteVTKFile (const char *filename)
vtkPVSourceCreatePVSource (const char *className)
vtkPVSourceCreatePVSource (const char *className, const char *sourceList)
vtkPVSourceCreatePVSource (const char *className, const char *sourceList, int add_trace_entry, int grabFocus)
virtual vtkPVInteractorStyleGetCameraStyle3D ()
virtual vtkPVInteractorStyleGetCameraStyle2D ()
void DisableToolbarButtons ()
void EnableToolbarButtons ()
void EnableToolbarButton (const char *buttonName)
void DisableToolbarButton (const char *buttonName)
virtual vtkPVAnimationManagerGetAnimationManager ()
void AddToolbarButton (const char *buttonName, const char *imageName, const char *fileName, const char *command, const char *balloonHelp, int buttonVisibility)
virtual void SetUseMessageDialog (int)
virtual int GetUseMessageDialog ()
virtual void UseMessageDialogOn ()
virtual void UseMessageDialogOff ()
virtual void SetInDemo (int)
virtual int GetInDemo ()
virtual void SetInComparativeVis (int)
virtual int GetInComparativeVis ()
void AddManipulator (const char *type, const char *name, vtkPVCameraManipulator *)
void AddManipulatorArgument (const char *type, const char *name, const char *variable, vtkPVWidget *widget)
virtual void SetInitializeDefaultInterfaces (int)
virtual int GetInitializeDefaultInterfaces ()
virtual void InitializeDefaultInterfacesOn ()
virtual void InitializeDefaultInterfacesOff ()
int OpenPackage ()
int OpenPackage (const char *fileName)
virtual void LoadScript ()
virtual void LoadScript (const char *name)
void MouseAction (int action, int button, int x, int y, int shift, int control)
void Configure (int width, int height)
void KeyAction (char keyCode, int x, int y)
void SetInteractorStyle (int iStyle)
int GetInteractorStyle ()
void CenterEntryOpenCallback ()
void CenterEntryCloseCallback ()
void CenterEntryCallback ()
void ResetCenterCallback ()
void ToggleCenterActorCallback ()
virtual vtkKWEntryGetCenterXEntry ()
virtual vtkKWEntryGetCenterYEntry ()
virtual vtkKWEntryGetCenterZEntry ()
vtkPVColorMapGetPVColorMap (const char *parameterName, int numberOfComponents)
void SetCenterOfRotation (float f[3])
void SetCenterOfRotation (float x, float y, float z)
virtual vtkPVInteractorStyleCenterOfRotationGetCenterOfRotationStyle ()
void EnableNavigationWindow ()
void DisableNavigationWindow ()
virtual void SetInteractiveRenderEnabled (int s)
virtual void InteractiveRenderEnabledOn ()
virtual void InteractiveRenderEnabledOff ()
virtual int GetInteractiveRenderEnabled ()
vtkLinkedList< vtkPVReaderModule * > * GetReaderList ()
void SetInteractor (vtkPVGenericRenderWindowInteractor *iren)
vtkPVGenericRenderWindowInteractorGetInteractor ()
virtual vtkKWRadioButtonGetTranslateCameraButton ()
virtual vtkKWRadioButtonGetRotateCameraButton ()
virtual vtkKWPushButtonWithMenuGetResetCameraButton ()
virtual void UpdateEnableState ()
virtual void UpdateMenuState ()
virtual int GetEnabled ()
void SetProgress (const char *text, int val)
void StartProgress ()
void EndProgress ()
void SetInteractorEventInformation (int x, int y, int ctrl, int shift, char keycode, int repeatcount, const char *keysym)
void InvokeInteractorEvent (const char *event)
virtual void SetSaveVisibleSourcesOnlyFlag (int)
virtual vtkPVTraceHelperGetTraceHelper ()
virtual void ShowMainUserInterface (const char *name)

Static Public Member Functions

vtkPVWindowNew ()

Protected Member Functions

 vtkPVWindow ()
 ~vtkPVWindow ()
int OpenWithReader (const char *fileName, vtkPVReaderModule *reader)
vtkPVReaderModuleInitializeRead (vtkPVReaderModule *proto, const char *fileName)
virtual void SaveWindowGeometryToRegistry ()
virtual void RestorePVWindowGeometry ()
void ResizeCenterActor ()
vtkPVApplicationGetPVApplication ()
void CreateMainView (vtkPVApplication *pvApp)
virtual void PrepareForDelete ()
void InitializeMenus (vtkKWApplication *app)
void InitializeInteractorInterfaces (vtkKWApplication *app)
void CreateComparativeVisManagerGUI ()
void AddFileType (const char *description, const char *ext, vtkPVReaderModule *prototype)
void ReadSourceInterfaces ()
void ReadSourceInterfacesFromFile (const char *)
int ReadSourceInterfacesFromDirectory (const char *)
void AddFileWriter (vtkPVWriter *writer)
vtkPVWriterFindPVWriter (const char *fileName, int parallel, int numParts)
const char * ExtractFileExtension (const char *fname)
void CreateErrorLogDisplay ()
void HideCenterActor ()
void ShowCenterActor ()
virtual void UpdateStatusImage ()
virtual void SetCenterAxesProxyName (const char *)
virtual void ShowMainUserInterface (vtkKWUserInterfacePanel *panel)

Protected Attributes

vtkPVRenderViewMainView
vtkPVGenericRenderWindowInteractorInteractor
vtkClientServerID InteractorID
vtkKWMenuSourceMenu
vtkKWMenuFilterMenu
vtkKWMenuSelectMenu
vtkKWMenuGlyphMenu
vtkPVInteractorStyleCameraStyle2D
vtkPVInteractorStyleCameraStyle3D
vtkPVInteractorStyleCenterOfRotationCenterOfRotationStyle
vtkKWToolbarInteractorToolbar
vtkKWPushButtonWithMenuResetCameraButton
vtkKWRadioButtonRotateCameraButton
vtkKWRadioButtonTranslateCameraButton
vtkKWToolbarToolbar
vtkKWMenuButtonToolbarMenuButton
vtkKWToolbarPickCenterToolbar
vtkKWPushButtonPickCenterButton
vtkKWPushButtonResetCenterButton
vtkKWPushButtonHideCenterButton
vtkKWPushButtonCenterEntryOpenCloseButton
vtkKWFrameCenterEntryFrame
vtkKWLabelCenterXLabel
vtkKWEntryCenterXEntry
vtkKWLabelCenterYLabel
vtkKWEntryCenterYEntry
vtkKWLabelCenterZLabel
vtkKWEntryCenterZEntry
vtkPVSourceCurrentPVSource
vtkPVAnimationManagerAnimationManager
vtkPVTimerLogDisplayTimerLogDisplay
vtkPVErrorLogDisplayErrorLogDisplay
char * FileExtensions
char * FileDescriptions
vtkArrayMap< const char *,
vtkPVSource * > * 
Prototypes
vtkArrayMap< const char *,
vtkPVSourceCollection * > * 
SourceLists
vtkArrayMap< const char *,
vtkKWPushButton * > * 
ToolbarButtons
vtkArrayMap< const char *,
const char * > * 
Writers
vtkArrayMap< const char *,
int > * 
MenuState
vtkLinkedList< vtkPVReaderModule * > * ReaderList
vtkLinkedList< const char * > * PackageFiles
vtkLinkedList< vtkPVWriter * > * FileWriterList
vtkCollection * PVColorMaps
vtkPVVolumeAppearanceEditorVolumeAppearanceEditor
int UseMessageDialog
int InitializeDefaultInterfaces
int CenterActorVisibility
int InteractiveRenderEnabled
int MenusDisabled
int ToolbarButtonsDisabled
int InDemo
int InComparativeVis
double LastProgress
int ExpectProgress
int ModifiedEnableState
vtkClientServerID ServerFileListingID
vtkSMAxesProxyCenterAxesProxy
char * CenterAxesProxyName
vtkPVTraceHelperTraceHelper
int SaveVisibleSourcesOnlyFlag
vtkKWToolbarLookmarkToolbar
vtkKWPushButtonLookmarkButton
vtkPVLookmarkManagerPVLookmarkManager

Static Protected Attributes

const char * ComparativeVisMenuLabel

Friends

class vtkPVXMLPackageParser

Detailed Description

Main ParaView user interface.

This class represents a top level window with menu bar and status line. It is designed to hold one or more vtkPVViews in it. The menu bar contains the following menus:

 File Menu    -> File manipulations
 View Menu    -> Changes what is displayed on the properties
                 window (on the left)
 SelectMenu   -> used to select existing data objects
 GlyphMenu    -> used to select existing glyph objects (cascaded from
                 SelectMenu)
 Help         -> Brings up on-line help

 
Below the menus, there is a frame separated into two. On the left, the "properties" frame is placed and on the right, the render window is placed. The "properties" frame is multi-functional. It can display general settings, the properties of the current data object/source etc. Finally, the status and progress bar (current unused) are packed at the bottom.

The PVWindow holds all the existing PVSources (prototypes and instances) and provides access to them. The prototypes are instantiated by parsing an XML configuration file. It also has methods to create new data objects/sources by cloning prototypes. These data objects can be selected either from the SelectMenu or using the navigation window. All the reader module prototypes are also stored in the window. The window consults each of these when opening a file. The first one which claims it can open the current file is passed the filename and is asked to read it.

See also:
vtkPVSource vtkPVData vtkPVRenderView vtkPVNavigationWindow

Definition at line 109 of file vtkPVWindow.h.


Member Enumeration Documentation

enum vtkPVWindow::InteractorStyles
 

Enumeration values:
INTERACTOR_STYLE_UNKNOWN 
INTERACTOR_STYLE_3D 
INTERACTOR_STYLE_2D 
INTERACTOR_STYLE_TRACKBALL 
INTERACTOR_STYLE_CENTER_OF_ROTATION 

Definition at line 581 of file vtkPVWindow.h.


Constructor & Destructor Documentation

vtkPVWindow::vtkPVWindow  )  [protected]
 

vtkPVWindow::~vtkPVWindow  )  [protected]
 


Member Function Documentation

vtkPVWindow* vtkPVWindow::New  )  [static]
 

Reimplemented from vtkKWWindow.

vtkPVWindow::vtkTypeRevisionMacro vtkPVWindow  ,
vtkKWWindow 
 

void vtkPVWindow::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWindow.

virtual void vtkPVWindow::Create vtkKWApplication app  )  [virtual]
 

Create the window and all of the associated widgets. This essentially creates the whole user interface. ParaView supports only one window.

Reimplemented from vtkKWWindow.

virtual vtkPVRenderView* vtkPVWindow::GetMainView  )  [virtual]
 

Access to the RenderView.

void vtkPVWindow::SetCurrentPVSource vtkPVSource comp  ) 
 

The current source ... Setting the current source also sets the current PVData. It also sets the selected composite to the source.

void vtkPVWindow::SetCurrentPVSourceCallback vtkPVSource comp  ) 
 

The current source ... Setting the current source also sets the current PVData. It also sets the selected composite to the source.

vtkPVSource* vtkPVWindow::GetCurrentPVSource  )  [inline]
 

The current source ... Setting the current source also sets the current PVData. It also sets the selected composite to the source.

Definition at line 130 of file vtkPVWindow.h.

vtkPVSource* vtkPVWindow::GetPreviousPVSource int  idx = 1  ) 
 

The current source ... Setting the current source also sets the current PVData. It also sets the selected composite to the source.

vtkPVReaderModule* vtkPVWindow::GetCurrentPVReaderModule  ) 
 

The current source ... Setting the current source also sets the current PVData. It also sets the selected composite to the source.

void vtkPVWindow::AddPVSource const char *  listname,
vtkPVSource pvs
 

This adds a PVSource to the collection called "listname", and makes it current. No trace entry is added during this call.

void vtkPVWindow::RemovePVSource const char *  listname,
vtkPVSource pvs
 

This removes a PVSource from the collection called "listname". No trace entry is added during this call.

void vtkPVWindow::DeleteAllSourcesCallback  ) 
 

This calls delete on all the pv sources.

void vtkPVWindow::DeleteAllSources  ) 
 

This calls delete on all the pv sources.

void vtkPVWindow::DeleteSourceAndOutputs vtkPVSource  ) 
 

This calls delete on all the pv sources.

void vtkPVWindow::DeleteAllKeyframesCallback  ) 
 

This removes all the key frames from the animation.

void vtkPVWindow::DeleteAllKeyframes  ) 
 

This removes all the key frames from the animation.

vtkPVSource* vtkPVWindow::GetPVSource const char *  listname,
const char *  sourcename
 

Find a data source with name "sourcename" in the source list called "listname"

virtual vtkKWMenu* vtkPVWindow::GetSelectMenu  )  [virtual]
 

Access methods to ParaView specific menus.

virtual vtkKWMenu* vtkPVWindow::GetGlyphMenu  )  [virtual]
 

Access methods to ParaView specific menus.

virtual vtkKWMenu* vtkPVWindow::GetSourceMenu  )  [virtual]
 

Access methods to ParaView specific menus.

virtual vtkKWMenu* vtkPVWindow::GetFilterMenu  )  [virtual]
 

Access methods to ParaView specific menus.

void vtkPVWindow::ResetCameraCallback  ) 
 

Callback for the reset camera button.

void vtkPVWindow::ShowCurrentSourceProperties  ) 
 

Callback to show the page for the current source. The callback adds to the trace file, the other does not.

void vtkPVWindow::ShowCurrentSourcePropertiesCallback  ) 
 

Callback to show the page for the current source. The callback adds to the trace file, the other does not.

void vtkPVWindow::ShowAnimationPanes  ) 
 

Callback to show the animation page.

virtual vtkKWToolbar* vtkPVWindow::GetToolbar  )  [virtual]
 

Access to the toolbars.

virtual vtkKWToolbar* vtkPVWindow::GetInteractorToolbar  )  [virtual]
 

Access to the toolbars.

virtual vtkKWToolbar* vtkPVWindow::GetPickCenterToolbar  )  [virtual]
 

Access to the toolbars.

virtual vtkKWToolbar* vtkPVWindow::GetLookmarkToolbar  )  [virtual]
 

Access to the toolbars.

void vtkPVWindow::SaveBatchScript const char *  filename  ) 
 

Access from script for regression test.

void vtkPVWindow::SaveBatchScript const char *  filename,
int  offScreenFlag,
const char *  imageFileName,
const char *  geometryFileName
 

Access from script for regression test.

void vtkPVWindow::SaveSMState  ) 
 

Save the state of the server manager.

void vtkPVWindow::SaveSMState const char *  filename  ) 
 

Save the state of the server manager.

void vtkPVWindow::SaveBatchScript  ) 
 

Save the pipeline as a tcl script. Callback from menu. Promps for a file name.

void vtkPVWindow::SaveState const char *  filename  ) 
 

Like trace, but only final state.

void vtkPVWindow::SaveState  ) 
 

Save the state as a tcl script. Callback from menu. Promps for a file name.

void vtkPVWindow::SaveTrace  ) 
 

Copy the trace file to a file with the specified file name.

int vtkPVWindow::SaveTrace const char *   ) 
 

Copy the trace file to a file with the specified file name.

void vtkPVWindow::OpenCallback  ) 
 

Open a data file. Prompt the user for the filename first.

int vtkPVWindow::Open char *  fileName,
int  store
 

Open a data file. Does not prompt the user. Returns VTK_OK on success and VTK_ERROR on failure. Set store to 1 to store to the recently used files list. The reader modules are given the filename and asked if they can read the file, the first module capable of reading is given the task.

int vtkPVWindow::Open char *  fileName  )  [inline]
 

Open a data file. Does not prompt the user. Returns VTK_OK on success and VTK_ERROR on failure. Set store to 1 to store to the recently used files list. The reader modules are given the filename and asked if they can read the file, the first module capable of reading is given the task.

Definition at line 228 of file vtkPVWindow.h.

int vtkPVWindow::OpenCustom const char *  reader,
const char *  filename
 

Open a data file give a filename and a reader module. Unlike Open(), OpenCustom() does not use CanReadFile() to determine which module can open the file. Instead, the first module which matches the name "reader" gets to open the file.

vtkPVReaderModule* vtkPVWindow::InitializeReadCustom const char *  reader,
const char *  fileName
 

Used mainly by the scripting interface, these three methods are normally called in order during the file opening process. Given the reader module name, InitializeReadCustom() returns a clone which can be passed to ReadFileInformation() and FinalizeRead() to finish the reading process.

int vtkPVWindow::FinalizeRead vtkPVReaderModule clone,
const char *  fileName
 

Used mainly by the scripting interface, these three methods are normally called in order during the file opening process. Given the reader module name, InitializeReadCustom() returns a clone which can be passed to ReadFileInformation() and FinalizeRead() to finish the reading process.

int vtkPVWindow::ReadFileInformation vtkPVReaderModule clone,
const char *  fileName
 

Used mainly by the scripting interface, these three methods are normally called in order during the file opening process. Given the reader module name, InitializeReadCustom() returns a clone which can be passed to ReadFileInformation() and FinalizeRead() to finish the reading process.

void vtkPVWindow::PlayDemo  ) 
 

Play the demo.

void vtkPVWindow::ShowTimerLog  ) 
 

Stuff for creating a log file for times.

void vtkPVWindow::ShowErrorLog  ) 
 

Stuff for creating a log file for times.

void vtkPVWindow::ShowComparativeVisManager  ) 
 

Show the comparative vis gui.

void vtkPVWindow::SaveAnimation  ) 
 

Callback for saving animation as images.

void vtkPVWindow::SaveGeometry  ) 
 

Callback for saving animation geometry in a series of .vtp files.

void vtkPVWindow::WriteData  ) 
 

Callback fronm the file menus "SaveData" entry. It pops up a dialog to get the filename.

void vtkPVWindow::WriteVTKFile const char *  filename,
int  ghostLevel,
int  timeSeries
 

Methods that can be used from scripts to save data to files.

void vtkPVWindow::WriteVTKFile const char *  filename,
int  ghostLevel
[inline]
 

Methods that can be used from scripts to save data to files.

Definition at line 274 of file vtkPVWindow.h.

void vtkPVWindow::WriteVTKFile const char *  filename  )  [inline]
 

Methods that can be used from scripts to save data to files.

Definition at line 276 of file vtkPVWindow.h.

vtkPVSource* vtkPVWindow::CreatePVSource const char *  className  )  [inline]
 

These methods create a new data source/object given a name and a source list.

Definition at line 283 of file vtkPVWindow.h.

vtkPVSource* vtkPVWindow::CreatePVSource const char *  className,
const char *  sourceList
[inline]
 

These methods create a new data source/object given a name and a source list.

Definition at line 285 of file vtkPVWindow.h.

vtkPVSource* vtkPVWindow::CreatePVSource const char *  className,
const char *  sourceList,
int  add_trace_entry,
int  grabFocus
 

These methods create a new data source/object given a name and a source list.

virtual vtkPVInteractorStyle* vtkPVWindow::GetCameraStyle3D  )  [virtual]
 

Access to the interactor styles from tcl.

virtual vtkPVInteractorStyle* vtkPVWindow::GetCameraStyle2D  )  [virtual]
 

Access to the interactor styles from tcl.

vtkPVSourceCollection* vtkPVWindow::GetSourceList const char *  listname  ) 
 

Get the source list called "listname". The default source lists are "Sources" and "GlyphSources".

void vtkPVWindow::UpdateSelectMenu  ) 
 

Re-populate the select menu from the list of existing data objects.

void vtkPVWindow::DisableToolbarButtons  ) 
 

Ability to disable and enable the filter buttons on the toolbar. Most of the manipulation is internal to window.

void vtkPVWindow::EnableToolbarButtons  ) 
 

Ability to disable and enable the filter buttons on the toolbar. Most of the manipulation is internal to window.

void vtkPVWindow::EnableToolbarButton const char *  buttonName  ) 
 

Ability to disable and enable the filter buttons on the toolbar. Most of the manipulation is internal to window.

void vtkPVWindow::DisableToolbarButton const char *  buttonName  ) 
 

Ability to disable and enable the filter buttons on the toolbar. Most of the manipulation is internal to window.

void vtkPVWindow::UpdateSourceMenu  ) 
 

Re-populate the source menu.

void vtkPVWindow::UpdateFilterMenu  ) 
 

Re-populate the filter menu.

virtual vtkPVAnimationManager* vtkPVWindow::GetAnimationManager  )  [virtual]
 

Access to the animation interface for scripting.

void vtkPVWindow::AddPrototype const char *  name,
vtkPVSource prototype
 

Add a prototype from which a module can be created.

void vtkPVWindow::AddToolbarButton const char *  buttonName,
const char *  imageName,
const char *  fileName,
const char *  command,
const char *  balloonHelp,
int  buttonVisibility
 

Add a push button to the main toolbar.

virtual void vtkPVWindow::SetUseMessageDialog int   )  [virtual]
 

Determines whether message dialogs or error macros as used for displaying certain warnings/errors.

virtual int vtkPVWindow::GetUseMessageDialog  )  [virtual]
 

Determines whether message dialogs or error macros as used for displaying certain warnings/errors.

virtual void vtkPVWindow::UseMessageDialogOn  )  [virtual]
 

Determines whether message dialogs or error macros as used for displaying certain warnings/errors.

virtual void vtkPVWindow::UseMessageDialogOff  )  [virtual]
 

Determines whether message dialogs or error macros as used for displaying certain warnings/errors.

virtual void vtkPVWindow::SetInDemo int   )  [virtual]
 

Set for running the demo to make the gui a little faster.

virtual int vtkPVWindow::GetInDemo  )  [virtual]
 

Set for running the demo to make the gui a little faster.

virtual void vtkPVWindow::SetInComparativeVis int   )  [virtual]
 

Set to true when in comparative vis mode

virtual int vtkPVWindow::GetInComparativeVis  )  [virtual]
 

Set to true when in comparative vis mode

void vtkPVWindow::AddManipulator const char *  type,
const char *  name,
vtkPVCameraManipulator
 

Adds manipulator to the list of available manipulators.

void vtkPVWindow::AddManipulatorArgument const char *  type,
const char *  name,
const char *  variable,
vtkPVWidget widget
 

Adds manipulators variable and the widget to the list.

virtual void vtkPVWindow::SetInitializeDefaultInterfaces int   )  [virtual]
 

Whether to parse and create the default interfaces at startup

virtual int vtkPVWindow::GetInitializeDefaultInterfaces  )  [virtual]
 

Whether to parse and create the default interfaces at startup

virtual void vtkPVWindow::InitializeDefaultInterfacesOn  )  [virtual]
 

Whether to parse and create the default interfaces at startup

virtual void vtkPVWindow::InitializeDefaultInterfacesOff  )  [virtual]
 

Whether to parse and create the default interfaces at startup

int vtkPVWindow::OpenPackage  ) 
 

Open a ParaView package (prompt the user for the filename) and load the contents. Returns VTK_OK on success.

int vtkPVWindow::OpenPackage const char *  fileName  ) 
 

Open a ParaView package (prompt the user for the filename) and load the contents. Returns VTK_OK on success.

virtual void vtkPVWindow::LoadScript  )  [inline, virtual]
 

Load in a Tcl based script to drive the application.

Reimplemented from vtkKWWindowBase.

Definition at line 384 of file vtkPVWindow.h.

virtual void vtkPVWindow::LoadScript const char *  name  )  [virtual]
 

Load in a Tcl based script to drive the application.

Reimplemented from vtkKWWindowBase.

void vtkPVWindow::MouseAction int  action,
int  button,
int  x,
int  y,
int  shift,
int  control
 

Callbacks for generic render window interactor

void vtkPVWindow::Configure int  width,
int  height
 

Callbacks for generic render window interactor

void vtkPVWindow::KeyAction char  keyCode,
int  x,
int  y
 

Callbacks for generic render window interactor

void vtkPVWindow::SetInteractorStyle int  iStyle  ) 
 

Set/Get the current interactor style.

int vtkPVWindow::GetInteractorStyle  ) 
 

Set/Get the current interactor style.

void vtkPVWindow::ChangeInteractorStyle int  index  ) 
 

Call SetInteractorStyle(). Legacy method.

void vtkPVWindow::CenterEntryOpenCallback  ) 
 

Callbacks for center of rotation widgets

void vtkPVWindow::CenterEntryCloseCallback  ) 
 

Callbacks for center of rotation widgets

void vtkPVWindow::CenterEntryCallback  ) 
 

Callbacks for center of rotation widgets

void vtkPVWindow::ResetCenterCallback  ) 
 

Callbacks for center of rotation widgets

void vtkPVWindow::ToggleCenterActorCallback  ) 
 

Callbacks for center of rotation widgets

virtual vtkKWEntry* vtkPVWindow::GetCenterXEntry  )  [virtual]
 

Access to these widgets from outside vtkPVWindow (in vtkPVInteractorStyleCenterOfRotation)

virtual vtkKWEntry* vtkPVWindow::GetCenterYEntry  )  [virtual]
 

Access to these widgets from outside vtkPVWindow (in vtkPVInteractorStyleCenterOfRotation)

virtual vtkKWEntry* vtkPVWindow::GetCenterZEntry  )  [virtual]
 

Access to these widgets from outside vtkPVWindow (in vtkPVInteractorStyleCenterOfRotation)

virtual void vtkPVWindow::WarningMessage const char *  message  )  [virtual]
 

Popup the vtk warning message

Reimplemented from vtkKWWindowBase.

virtual void vtkPVWindow::ErrorMessage const char *  message  )  [virtual]
 

Popup the vtk error message

Reimplemented from vtkKWWindowBase.

vtkPVColorMap* vtkPVWindow::GetPVColorMap const char *  parameterName,
int  numberOfComponents
 

This method returns a color map for a specific global parameter (e.g. Temperature).

vtkPVVolumeAppearanceEditor* vtkPVWindow::GetVolumeAppearanceEditor  ) 
 

This method returns the shared volume appearance editor

vtkCollection* vtkPVWindow::GetPVColorMaps  ) 
 

Return the collection of all colormaps.

void vtkPVWindow::SetCenterOfRotation float  f[3]  )  [inline]
 

Propagates the center to the manipulators.

Definition at line 442 of file vtkPVWindow.h.

void vtkPVWindow::SetCenterOfRotation float  x,
float  y,
float  z
 

Propagates the center to the manipulators.

virtual vtkPVInteractorStyleCenterOfRotation* vtkPVWindow::GetCenterOfRotationStyle  )  [virtual]
 

Access to this style from outside vtkPVWindow

void vtkPVWindow::EnableNavigationWindow  ) 
 

These methods enable and disable the navigation window and selection window.

void vtkPVWindow::DisableNavigationWindow  ) 
 

These methods enable and disable the navigation window and selection window.

virtual void vtkPVWindow::SetInteractiveRenderEnabled int  s  )  [virtual]
 

Called by PV3DWidgets. All inteteractor stuff should be moved to PVRenderView or PVRenderModule !!!!!!!!

virtual void vtkPVWindow::InteractiveRenderEnabledOn  )  [virtual]
 

Called by PV3DWidgets. All inteteractor stuff should be moved to PVRenderView or PVRenderModule !!!!!!!!

virtual void vtkPVWindow::InteractiveRenderEnabledOff  )  [virtual]
 

Called by PV3DWidgets. All inteteractor stuff should be moved to PVRenderView or PVRenderModule !!!!!!!!

virtual int vtkPVWindow::GetInteractiveRenderEnabled  )  [virtual]
 

Called by PV3DWidgets. All inteteractor stuff should be moved to PVRenderView or PVRenderModule !!!!!!!!

void vtkPVWindow::ReadSourceInterfacesFromString const char *   ) 
 

Read interface description from XML.

vtkLinkedList<vtkPVReaderModule*>* vtkPVWindow::GetReaderList  )  [inline]
 

Accessor for the linked list. This is not available from Tcl, since vtkLinkedList is templated. BTX

Definition at line 475 of file vtkPVWindow.h.

virtual vtkKWApplicationSettingsInterface* vtkPVWindow::GetApplicationSettingsInterface  )  [virtual]
 

Get/Show the Application Settings Interface.

Reimplemented from vtkKWWindow.

void vtkPVWindow::SetInteractor vtkPVGenericRenderWindowInteractor iren  ) 
 

I am using this method instead of MakeTclObject.

vtkPVGenericRenderWindowInteractor* vtkPVWindow::GetInteractor  )  [inline]
 

I am using this method instead of MakeTclObject.

Definition at line 486 of file vtkPVWindow.h.

vtkClientServerID vtkPVWindow::GetInteractorID  )  [inline]
 

Definition at line 490 of file vtkPVWindow.h.

int vtkPVWindow::CheckIfFileIsReadable const char *  fname  ) 
 

Returns 1 is file exists on the server and is readable and 0 otherwise.

virtual vtkKWRadioButton* vtkPVWindow::GetTranslateCameraButton  )  [virtual]
 

Access to these widgets so their state can be set from a script

virtual vtkKWRadioButton* vtkPVWindow::GetRotateCameraButton  )  [virtual]
 

Access to these widgets so their state can be set from a script

virtual vtkKWPushButtonWithMenu* vtkPVWindow::GetResetCameraButton  )  [virtual]
 

Access to these widgets so their state can be set from a script

virtual void vtkPVWindow::UpdateToolbarState  )  [virtual]
 

Update the toolbar aspect once the toolbar settings have been changed

Reimplemented from vtkKWWindow.

virtual void vtkPVWindow::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 vtkKWWindow.

virtual void vtkPVWindow::UpdateMenuState  )  [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 vtkKWWindow.

virtual int vtkPVWindow::GetEnabled  )  [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.

void vtkPVWindow::SetProgress const char *  text,
int  val
 

Set the progress. All progresses 0 or 100 will be ignored.

void vtkPVWindow::StartProgress  ) 
 

Set the progress. All progresses 0 or 100 will be ignored.

void vtkPVWindow::EndProgress  ) 
 

Set the progress. All progresses 0 or 100 will be ignored.

void vtkPVWindow::SetInteractorEventInformation int  x,
int  y,
int  ctrl,
int  shift,
char  keycode,
int  repeatcount,
const char *  keysym
 

The following methods are needed for mouse interaction tracing.

void vtkPVWindow::InvokeInteractorEvent const char *  event  ) 
 

The following methods are needed for mouse interaction tracing.

void vtkPVWindow::AcceptCurrentSource  ) 
 

Call AcceptCallback() on the current source.

void vtkPVWindow::ToolbarMenuCheckCallback const char *  buttonName  ) 
 

Callback for when the user changed the visibility of a toolbar button.

void vtkPVWindow::DisplayLookmarkManager  ) 
 

Display the Lookmark Manager.

virtual vtkPVLookmarkManager* vtkPVWindow::GetPVLookmarkManager  )  [virtual]
 

virtual void vtkPVWindow::SetSaveVisibleSourcesOnlyFlag int   )  [virtual]
 

When on and SaveState() is called, only sources that "contribute to the view" are saved to the session script.

void vtkPVWindow::SetToolbarVisibility const char *  identifier,
int  state
 

Method to change toolbar state in tcl scripts. identifier: "animation" : animation toolbar. "interaction" : interaction toolbar "tools" : tools toolbar "camera" : camera toolbar.

virtual void vtkPVWindow::SetSecondaryPanelVisibility int   )  [virtual]
 

This changes the visibility of the Horizontal pane. Animation key frames are shown in the Horizontal pane.

Reimplemented from vtkKWWindow.

void vtkPVWindow::AddDefaultAnimation vtkPVSource pvSource  ) 
 

Called to add a default animation for a source. vtkPVSource calls this when the source is initialized.

void vtkPVWindow::UpdateAnimationInterface  ) 
 

Calls an Update on the Animation Manager forcing it to get in sync with the current system state. Called when a source is created or deleted.

virtual vtkPVTraceHelper* vtkPVWindow::GetTraceHelper  )  [virtual]
 

Get the trace helper framework.

void vtkPVWindow::ErrorIconCallback  )  [virtual]
 

This method is called when error icon is clicked.

Reimplemented from vtkKWWindowBase.

vtkPVComparativeVisManagerGUI* vtkPVWindow::GetComparativeVisManagerGUI  ) 
 

Returns the comparative vis. manager interface.

virtual void vtkPVWindow::ShowMainUserInterface const char *  name  )  [inline, virtual]
 

Show a main user interface given its name. The name is the name returned by the GetName() method of a vtkKWUserInterfacePanel (UIP). The main UserInterfaceManager (UIM) will be queried to check if it is indeed managing an UIP with that name, and show/raise that UIP accordingly.

Reimplemented from vtkKWWindow.

Definition at line 597 of file vtkPVWindow.h.

int vtkPVWindow::OpenWithReader const char *  fileName,
vtkPVReaderModule reader
[protected]
 

vtkPVReaderModule* vtkPVWindow::InitializeRead vtkPVReaderModule proto,
const char *  fileName
[protected]
 

virtual void vtkPVWindow::SaveWindowGeometryToRegistry  )  [protected, virtual]
 

Save/Restore window geometry

Reimplemented from vtkKWWindow.

virtual void vtkPVWindow::RestorePVWindowGeometry  )  [protected, virtual]
 

Restore the PVWindow geometry alone.

void vtkPVWindow::ResizeCenterActor  )  [protected]
 

vtkPVApplication* vtkPVWindow::GetPVApplication  )  [protected]
 

void vtkPVWindow::CreateMainView vtkPVApplication pvApp  )  [protected]
 

virtual void vtkPVWindow::PrepareForDelete  )  [protected, virtual]
 

Deallocate/delete/reparent some internal objects in order to solve reference loops that would prevent this instance from being deleted.

Reimplemented from vtkKWWindow.

void vtkPVWindow::InitializeMenus vtkKWApplication app  )  [protected]
 

void vtkPVWindow::InitializeInteractorInterfaces vtkKWApplication app  )  [protected]
 

void vtkPVWindow::CreateComparativeVisManagerGUI  )  [protected]
 

Create the comparative vis. manager interface. This is normally called by ShowComparativeVisManager() but can be called separately if a manager has to be created without showing it.

void vtkPVWindow::AddFileType const char *  description,
const char *  ext,
vtkPVReaderModule prototype
[protected]
 

void vtkPVWindow::ReadSourceInterfaces  )  [protected]
 

void vtkPVWindow::ReadSourceInterfacesFromFile const char *   )  [protected]
 

int vtkPVWindow::ReadSourceInterfacesFromDirectory const char *   )  [protected]
 

void vtkPVWindow::AddFileWriter vtkPVWriter writer  )  [protected]
 

vtkPVWriter* vtkPVWindow::FindPVWriter const char *  fileName,
int  parallel,
int  numParts
[protected]
 

const char* vtkPVWindow::ExtractFileExtension const char *  fname  )  [protected]
 

Utility function which return the position of the first '.' from the right. Note that this returns a pointer offset from the original pointer. DO NOT DELETE THE ORIGINAL POINTER while using the extension.

void vtkPVWindow::CreateErrorLogDisplay  )  [protected]
 

Create error log display.

void vtkPVWindow::HideCenterActor  )  [protected]
 

void vtkPVWindow::ShowCenterActor  )  [protected]
 

virtual void vtkPVWindow::UpdateStatusImage  )  [protected, virtual]
 

Update the image in the status frame. Usually a logo of some sort.

Reimplemented from vtkKWWindowBase.

virtual void vtkPVWindow::SetCenterAxesProxyName const char *   )  [protected, virtual]
 

virtual void vtkPVWindow::ShowMainUserInterface vtkKWUserInterfacePanel panel  )  [protected, virtual]
 

Show a main user interface. The main UserInterfaceManager (UIM) will be queried to check if it is indeedmanaging the UIP, and show/raise that UIP accordingly.

Reimplemented from vtkKWWindow.


Friends And Related Function Documentation

friend class vtkPVXMLPackageParser [friend]
 

Definition at line 721 of file vtkPVWindow.h.


Member Data Documentation

const char* vtkPVWindow::ComparativeVisMenuLabel [static, protected]
 

Definition at line 605 of file vtkPVWindow.h.

vtkPVRenderView* vtkPVWindow::MainView [protected]
 

Definition at line 617 of file vtkPVWindow.h.

vtkPVGenericRenderWindowInteractor* vtkPVWindow::Interactor [protected]
 

Definition at line 620 of file vtkPVWindow.h.

vtkClientServerID vtkPVWindow::InteractorID [protected]
 

Definition at line 623 of file vtkPVWindow.h.

vtkKWMenu* vtkPVWindow::SourceMenu [protected]
 

Definition at line 626 of file vtkPVWindow.h.

vtkKWMenu* vtkPVWindow::FilterMenu [protected]
 

Definition at line 627 of file vtkPVWindow.h.

vtkKWMenu* vtkPVWindow::SelectMenu [protected]
 

Definition at line 628 of file vtkPVWindow.h.

vtkKWMenu* vtkPVWindow::GlyphMenu [protected]
 

Definition at line 629 of file vtkPVWindow.h.

vtkPVInteractorStyle* vtkPVWindow::CameraStyle2D [protected]
 

Definition at line 631 of file vtkPVWindow.h.

vtkPVInteractorStyle* vtkPVWindow::CameraStyle3D [protected]
 

Definition at line 632 of file vtkPVWindow.h.

vtkPVInteractorStyleCenterOfRotation* vtkPVWindow::CenterOfRotationStyle [protected]
 

Definition at line 635 of file vtkPVWindow.h.

vtkKWToolbar* vtkPVWindow::InteractorToolbar [protected]
 

Definition at line 638 of file vtkPVWindow.h.

vtkKWPushButtonWithMenu* vtkPVWindow::ResetCameraButton [protected]
 

Definition at line 639 of file vtkPVWindow.h.

vtkKWRadioButton* vtkPVWindow::RotateCameraButton [protected]
 

Definition at line 640 of file vtkPVWindow.h.

vtkKWRadioButton* vtkPVWindow::TranslateCameraButton [protected]
 

Definition at line 641 of file vtkPVWindow.h.

vtkKWToolbar* vtkPVWindow::Toolbar [protected]
 

Definition at line 644 of file vtkPVWindow.h.

vtkKWMenuButton* vtkPVWindow::ToolbarMenuButton [protected]
 

Definition at line 646 of file vtkPVWindow.h.

vtkKWToolbar* vtkPVWindow::PickCenterToolbar [protected]
 

Definition at line 649 of file vtkPVWindow.h.

vtkKWPushButton* vtkPVWindow::PickCenterButton [protected]
 

Definition at line 650 of file vtkPVWindow.h.

vtkKWPushButton* vtkPVWindow::ResetCenterButton [protected]
 

Definition at line 651 of file vtkPVWindow.h.

vtkKWPushButton* vtkPVWindow::HideCenterButton [protected]
 

Definition at line 652 of file vtkPVWindow.h.

vtkKWPushButton* vtkPVWindow::CenterEntryOpenCloseButton [protected]
 

Definition at line 653 of file vtkPVWindow.h.

vtkKWFrame* vtkPVWindow::CenterEntryFrame [protected]
 

Definition at line 654 of file vtkPVWindow.h.

vtkKWLabel* vtkPVWindow::CenterXLabel [protected]
 

Definition at line 655 of file vtkPVWindow.h.

vtkKWEntry* vtkPVWindow::CenterXEntry [protected]
 

Definition at line 656 of file vtkPVWindow.h.

vtkKWLabel* vtkPVWindow::CenterYLabel [protected]
 

Definition at line 657 of file vtkPVWindow.h.

vtkKWEntry* vtkPVWindow::CenterYEntry [protected]
 

Definition at line 658 of file vtkPVWindow.h.

vtkKWLabel* vtkPVWindow::CenterZLabel [protected]
 

Definition at line 659 of file vtkPVWindow.h.

vtkKWEntry* vtkPVWindow::CenterZEntry [protected]
 

Definition at line 660 of file vtkPVWindow.h.

vtkPVSource* vtkPVWindow::CurrentPVSource [protected]
 

Definition at line 674 of file vtkPVWindow.h.

vtkPVAnimationManager* vtkPVWindow::AnimationManager [protected]
 

Definition at line 679 of file vtkPVWindow.h.

vtkPVTimerLogDisplay* vtkPVWindow::TimerLogDisplay [protected]
 

Definition at line 685 of file vtkPVWindow.h.

vtkPVErrorLogDisplay* vtkPVWindow::ErrorLogDisplay [protected]
 

Definition at line 686 of file vtkPVWindow.h.

char* vtkPVWindow::FileExtensions [protected]
 

Definition at line 694 of file vtkPVWindow.h.

char* vtkPVWindow::FileDescriptions [protected]
 

Definition at line 695 of file vtkPVWindow.h.

vtkArrayMap<const char*, vtkPVSource*>* vtkPVWindow::Prototypes [protected]
 

Definition at line 712 of file vtkPVWindow.h.

vtkArrayMap<const char*, vtkPVSourceCollection*>* vtkPVWindow::SourceLists [protected]
 

Definition at line 713 of file vtkPVWindow.h.

vtkArrayMap<const char*, vtkKWPushButton*>* vtkPVWindow::ToolbarButtons [protected]
 

Definition at line 714 of file vtkPVWindow.h.

vtkArrayMap<const char*, const char*>* vtkPVWindow::Writers [protected]
 

Definition at line 715 of file vtkPVWindow.h.

vtkArrayMap<const char*, int>* vtkPVWindow::MenuState [protected]
 

Definition at line 716 of file vtkPVWindow.h.

vtkLinkedList<vtkPVReaderModule*>* vtkPVWindow::ReaderList [protected]
 

Definition at line 717 of file vtkPVWindow.h.

vtkLinkedList<const char*>* vtkPVWindow::PackageFiles [protected]
 

Definition at line 718 of file vtkPVWindow.h.

vtkLinkedList<vtkPVWriter*>* vtkPVWindow::FileWriterList [protected]
 

Definition at line 719 of file vtkPVWindow.h.

vtkCollection* vtkPVWindow::PVColorMaps [protected]
 

Definition at line 724 of file vtkPVWindow.h.

vtkPVVolumeAppearanceEditor* vtkPVWindow::VolumeAppearanceEditor [protected]
 

Definition at line 726 of file vtkPVWindow.h.

int vtkPVWindow::UseMessageDialog [protected]
 

Definition at line 730 of file vtkPVWindow.h.

int vtkPVWindow::InitializeDefaultInterfaces [protected]
 

Definition at line 733 of file vtkPVWindow.h.

int vtkPVWindow::CenterActorVisibility [protected]
 

Definition at line 747 of file vtkPVWindow.h.

int vtkPVWindow::InteractiveRenderEnabled [protected]
 

Definition at line 749 of file vtkPVWindow.h.

int vtkPVWindow::MenusDisabled [protected]
 

Definition at line 755 of file vtkPVWindow.h.

int vtkPVWindow::ToolbarButtonsDisabled [protected]
 

Definition at line 756 of file vtkPVWindow.h.

int vtkPVWindow::InDemo [protected]
 

Definition at line 758 of file vtkPVWindow.h.

int vtkPVWindow::InComparativeVis [protected]
 

Definition at line 759 of file vtkPVWindow.h.

double vtkPVWindow::LastProgress [protected]
 

Definition at line 761 of file vtkPVWindow.h.

int vtkPVWindow::ExpectProgress [protected]
 

Definition at line 762 of file vtkPVWindow.h.

int vtkPVWindow::ModifiedEnableState [protected]
 

Definition at line 763 of file vtkPVWindow.h.

vtkClientServerID vtkPVWindow::ServerFileListingID [protected]
 

Definition at line 765 of file vtkPVWindow.h.

vtkSMAxesProxy* vtkPVWindow::CenterAxesProxy [protected]
 

Definition at line 767 of file vtkPVWindow.h.

char* vtkPVWindow::CenterAxesProxyName [protected]
 

Definition at line 768 of file vtkPVWindow.h.

vtkPVTraceHelper* vtkPVWindow::TraceHelper [protected]
 

Definition at line 771 of file vtkPVWindow.h.

int vtkPVWindow::SaveVisibleSourcesOnlyFlag [protected]
 

Definition at line 773 of file vtkPVWindow.h.

vtkKWToolbar* vtkPVWindow::LookmarkToolbar [protected]
 

Definition at line 775 of file vtkPVWindow.h.

vtkKWPushButton* vtkPVWindow::LookmarkButton [protected]
 

Definition at line 776 of file vtkPVWindow.h.

vtkPVLookmarkManager* vtkPVWindow::PVLookmarkManager [protected]
 

Definition at line 777 of file vtkPVWindow.h.


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