#include <vtkPVRenderView.h>
Inheritance diagram for vtkPVRenderView:


This is a render view that is a parallel object. It needs to be cloned in all the processes to work correctly. After cloning, the parallel nature of the object is transparent. Other features: I am going to try to divert the events to a vtkInteractorStyle object. I also have put compositing into this object. I had to create a separate renderwindow and renderer for the off screen compositing (Hacks). Eventually I need to merge these back into the main renderer and renderer window.
Definition at line 65 of file vtkPVRenderView.h.
| vtkPVRenderView::vtkPVRenderView | ( | ) | [protected] |
| vtkPVRenderView::~vtkPVRenderView | ( | ) | [protected] |
| static vtkPVRenderView* vtkPVRenderView::New | ( | ) | [static] |
Reimplemented from vtkKWView.
| vtkPVRenderView::vtkTypeRevisionMacro | ( | vtkPVRenderView | , | |
| vtkKWView | ||||
| ) |
| void vtkPVRenderView::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWView.
| void vtkPVRenderView::AddAnnotationProp | ( | vtkPVCornerAnnotationEditor * | c | ) |
I wanted to get rid of these methods, but they are used for corner annotation to work.
| void vtkPVRenderView::RemoveAnnotationProp | ( | vtkPVCornerAnnotationEditor * | c | ) |
I wanted to get rid of these methods, but they are used for corner annotation to work.
| void vtkPVRenderView::CreateRenderObjects | ( | vtkPVApplication * | pvApp | ) |
Set the application right after construction.
| virtual void vtkPVRenderView::CreateViewProperties | ( | ) | [virtual] |
Add widgets to vtkKWView's notebook
Reimplemented from vtkKWView.
| void vtkPVRenderView::ResetCamera | ( | ) |
Method called by the toolbar reset camera button.
| void vtkPVRenderView::SetCameraState | ( | float | p0, | |
| float | p1, | |||
| float | p2, | |||
| float | fp0, | |||
| float | fp1, | |||
| float | fp2, | |||
| float | up0, | |||
| float | up1, | |||
| float | up2 | |||
| ) |
Specify the position, focal point, and view up of the camera.
| void vtkPVRenderView::SetCameraParallelScale | ( | float | scale | ) |
Set the parallel scale of the camera.
| void vtkPVRenderView::StandardViewCallback | ( | float | x, | |
| float | y, | |||
| float | z | |||
| ) |
Callback to set the view up or down one of the three axes.
| virtual void vtkPVRenderView::SaveAsImage | ( | ) | [inline, virtual] |
Make snapshot of the render window.
Reimplemented from vtkKWView.
Definition at line 103 of file vtkPVRenderView.h.
| virtual void vtkPVRenderView::SaveAsImage | ( | const char * | filename | ) | [virtual] |
Make snapshot of the render window.
Reimplemented from vtkKWView.
| virtual vtkSMRenderModuleProxy* vtkPVRenderView::GetRenderModuleProxy | ( | ) | [virtual] |
Returns the RenderModuleProxy (same as the one got from vtkPVApplication::GetRenderModuleProxy())
| vtkPVApplication* vtkPVRenderView::GetPVApplication | ( | ) |
Casts to vtkPVApplication.
| void vtkPVRenderView::Render | ( | ) | [virtual] |
Composites
Reimplemented from vtkKWView.
| void vtkPVRenderView::ForceRender | ( | ) |
Composites
| void vtkPVRenderView::EventuallyRender | ( | ) |
Composites
| void vtkPVRenderView::EventuallyRenderCallBack | ( | ) |
Composites
| void vtkPVRenderView::DisableRendering | ( | ) |
Composites
| void vtkPVRenderView::UpdateTclButAvoidRendering | ( | ) |
Tcl "update" has to be called for various reasons (packing). This calls update without triggering EventuallyRenderCallback. I was having problems with multiple renders.
| void vtkPVRenderView::Exposed | ( | ) | [virtual] |
Callback method bound to expose or configure events.
Reimplemented from vtkKWView.
| void vtkPVRenderView::Configured | ( | ) |
Callback method bound to expose or configure events.
| void vtkPVRenderView::UpdateNavigationWindow | ( | vtkPVSource * | currentSource, | |
| int | nobind | |||
| ) |
Update the navigation window for a particular source
| virtual vtkKWFrameWithLabel* vtkPVRenderView::GetNavigationFrame | ( | ) | [virtual] |
Get the frame for the navigation window
| void vtkPVRenderView::ShowNavigationWindowCallback | ( | int | registry | ) |
Show either navigation window with a fragment of pipeline or a source window with a list of sources. If the argument registry is 1, then the value will be stored in the registry.
| void vtkPVRenderView::ShowSelectionWindowCallback | ( | int | registry | ) |
Show either navigation window with a fragment of pipeline or a source window with a list of sources. If the argument registry is 1, then the value will be stored in the registry.
| void vtkPVRenderView::NavigationWindowButtonCallback | ( | ) |
Callbacks for the NavigationWindowButton and SelectionWindowButton. These two methods call the above two methods as appropriate.
| void vtkPVRenderView::SelectionWindowButtonCallback | ( | ) |
Callbacks for the NavigationWindowButton and SelectionWindowButton. These two methods call the above two methods as appropriate.
| void vtkPVRenderView::SaveInBatchScript | ( | ofstream * | file | ) |
Export the renderer and render window to a file.
| void vtkPVRenderView::SaveState | ( | ofstream * | file | ) |
Export the renderer and render window to a file.
| void vtkPVRenderView::SetRendererBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Change the background color.
Reimplemented from vtkKWView.
| virtual void vtkPVRenderView::Close | ( | ) | [virtual] |
| void vtkPVRenderView::PrepareForDelete | ( | ) |
This method Sets all IVars to NULL and unregisters vtk objects. This should eliminate circular references.
| virtual vtkKWCheckButton* vtkPVRenderView::GetParallelProjectionCheck | ( | ) | [virtual] |
Get the parallel projection check button
| void vtkPVRenderView::ParallelProjectionCallback | ( | int | state | ) |
Callback for toggling between parallel and perspective.
| void vtkPVRenderView::ParallelProjectionOn | ( | ) |
Callback for toggling between parallel and perspective.
| void vtkPVRenderView::ParallelProjectionOff | ( | ) |
Callback for toggling between parallel and perspective.
| void vtkPVRenderView::TriangleStripsCallback | ( | int | state | ) |
Callback for the triangle strips check button
| void vtkPVRenderView::SetUseTriangleStrips | ( | int | state | ) |
Callback for the triangle strips check button
| void vtkPVRenderView::ImmediateModeCallback | ( | int | state | ) |
Callback for the immediate mode rendering check button
| void vtkPVRenderView::SetUseImmediateMode | ( | int | state | ) |
Callback for the immediate mode rendering check button
| virtual vtkKWCheckButton* vtkPVRenderView::GetTriangleStripsCheck | ( | ) | [virtual] |
Get the triangle strips check button.
| virtual vtkKWCheckButton* vtkPVRenderView::GetImmediateModeCheck | ( | ) | [virtual] |
Get the immediate mode rendering check button.
| vtkPVWindow* vtkPVRenderView::GetPVWindow | ( | ) |
A convience method to get the PVWindow.
| virtual vtkPVInteractorStyleControl* vtkPVRenderView::GetManipulatorControl3D | ( | ) | [virtual] |
Get the widget that controls the interactor styles.
| virtual vtkPVInteractorStyleControl* vtkPVRenderView::GetManipulatorControl2D | ( | ) | [virtual] |
Get the widget that controls the interactor styles.
| virtual vtkPVCameraControl* vtkPVRenderView::GetCameraControl | ( | ) | [virtual] |
Get the widget that controls the camera.
| int* vtkPVRenderView::GetRenderWindowSize | ( | ) |
Get the size of the render window.
| void vtkPVRenderView::SetupCameraManipulators | ( | ) |
Setup camera manipulators by populating the control and setting initial values.
| void vtkPVRenderView::UpdateCameraManipulators | ( | ) |
Update manipulators after they were added to control.
| virtual vtkKWWidget* vtkPVRenderView::GetSourceParent | ( | ) | [virtual] |
Here so that sources get packed in the second frame.
| vtkKWSplitFrame* vtkPVRenderView::GetSplitFrame | ( | ) | [inline] |
Here so that sources get packed in the second frame.
Definition at line 237 of file vtkPVRenderView.h.
| virtual vtkPVSourceNotebook* vtkPVRenderView::GetSourceNotebook | ( | ) | [virtual] |
Sources now share a single notebook and information GUI. This object does not seen like the best place to create this notebook and GUI. But it is here now for legacy reasons. Get SourceParent may not be needed anymore.
| void vtkPVRenderView::ExecuteEvent | ( | vtkObject * | wdg, | |
| unsigned long | event, | |||
| void * | calldata | |||
| ) |
This method is called when an event is called that PVRenderView is interested in.
| void vtkPVRenderView::StoreCurrentCamera | ( | int | position | ) |
Store current camera at a specified position. This stores all the camera parameters and generates a small icon.
| void vtkPVRenderView::RestoreCurrentCamera | ( | int | position | ) |
Restore current camera from a specified position.
| void vtkPVRenderView::Display3DWidgetsCallback | ( | int | state | ) |
Set the global variable for always displaying 3D widgets.
| void vtkPVRenderView::SetDisplay3DWidgets | ( | int | s | ) |
Set the global variable for always displaying 3D widgets.
| void vtkPVRenderView::SetSourcesBrowserAlwaysShowName | ( | int | s | ) |
Show the names in sources browser.
| void vtkPVRenderView::SwitchBackAndForthToViewProperties | ( | ) |
Switch to the View Properties menu back and forth
| vtkRenderWindow* vtkPVRenderView::GetRenderWindow | ( | ) | [virtual] |
Access to VTK renderer and render window.
Reimplemented from vtkKWView.
| vtkRenderer* vtkPVRenderView::GetRenderer | ( | ) | [virtual] |
Access to VTK renderer and render window.
Reimplemented from vtkKWView.
| void vtkPVRenderView::SetRenderWindowSize | ( | int | x, | |
| int | y | |||
| ) |
This method resizes the render window size but the actuall window stays the same
| void vtkPVRenderView::Enable3DWidget | ( | vtkInteractorObserver * | o | ) |
Enable the input 3D widget
| void vtkPVRenderView::SetOrientationAxesVisibility | ( | int | val | ) |
Callbacks for the orientation axes.
| int vtkPVRenderView::GetOrientationAxesVisibility | ( | ) |
Callbacks for the orientation axes.
| void vtkPVRenderView::OrientationAxesCheckCallback | ( | int | state | ) |
Callbacks for the orientation axes.
| void vtkPVRenderView::SetOrientationAxesInteractivity | ( | int | val | ) |
Callbacks for the orientation axes.
| void vtkPVRenderView::OrientationAxesInteractiveCallback | ( | int | state | ) |
Callbacks for the orientation axes.
| void vtkPVRenderView::SetOrientationAxesOutlineColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) |
Callbacks for the orientation axes.
| void vtkPVRenderView::SetOrientationAxesTextColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) |
Callbacks for the orientation axes.
| virtual vtkPVRenderModuleUI* vtkPVRenderView::GetRenderModuleUI | ( | ) | [virtual] |
Returns the UI created by the render module
| virtual void vtkPVRenderView::EditCopy | ( | ) | [virtual] |
Handle the edit copy menu option.
Reimplemented from vtkKWView.
| virtual void vtkPVRenderView::PrintView | ( | ) | [virtual] |
Print the image. This may pop up a dialog box, etc.
Reimplemented from vtkKWView.
| virtual void vtkPVRenderView::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 vtkKWView.
| void vtkPVRenderView::StartBlockingRender | ( | ) |
Block render requests. If the render requests come, they will be blocked and when unblocked render will be called.
| void vtkPVRenderView::EndBlockingRender | ( | ) |
Block render requests. If the render requests come, they will be blocked and when unblocked render will be called.
| virtual vtkKWFrameWithLabel* vtkPVRenderView::GetStandardViewsFrame | ( | ) | [virtual] |
Access to these widgets from a script.
| virtual vtkKWFrameWithLabel* vtkPVRenderView::GetCameraIconsFrame | ( | ) | [virtual] |
Access to these widgets from a script.
| virtual vtkKWFrameWithLabel* vtkPVRenderView::GetCameraControlFrame | ( | ) | [virtual] |
Access to these widgets from a script.
| virtual vtkKWFrameWithLabel* vtkPVRenderView::GetOrientationAxesFrame | ( | ) | [virtual] |
Access to these widgets from a script.
| virtual vtkPVAxesWidget* vtkPVRenderView::GetOrientationAxes | ( | ) | [virtual] |
Access to these widgets from a script.
| void vtkPVRenderView::DefaultLightIntensityCallback | ( | double | value | ) |
Set the value of default light
| void vtkPVRenderView::DefaultLightIntensityEndCallback | ( | double | value | ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightIntensity | ( | double | intensity | ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightIntensityNoTrace | ( | double | intensity | ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightAmbientColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightDiffuseColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightSpecularColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) |
Set the value of default light
| void vtkPVRenderView::DefaultLightSwitchCallback | ( | int | state | ) |
Set the value of default light
| void vtkPVRenderView::SetDefaultLightSwitch | ( | int | val | ) |
Set the value of default light
| void vtkPVRenderView::LightCallback | ( | int | type, | |
| int | subtype, | |||
| double | ||||
| ) |
Callback when modifying the light kit via a slider
| void vtkPVRenderView::LightEndCallback | ( | int | type, | |
| int | subtype, | |||
| double | ||||
| ) |
Callback when done modifying the light kit (end of slider event)
| void vtkPVRenderView::MaintainLuminanceCallback | ( | int | state | ) |
Callback for setting/removing the luminance
| void vtkPVRenderView::SetMaintainLuminance | ( | int | s | ) |
Callback for setting/removing the luminance
| void vtkPVRenderView::UseLightCallback | ( | int | state | ) |
Callback for setting/remove the kit light from the renderer (usefull for the test suite)
| void vtkPVRenderView::SetUseLight | ( | int | s | ) |
Callback for setting/remove the kit light from the renderer (usefull for the test suite)
| double vtkPVRenderView::GetLight | ( | int | type, | |
| int | subtype | |||
| ) |
Used for the callback / and the trace
| void vtkPVRenderView::SetLightNoTrace | ( | int | type, | |
| int | subtype, | |||
| double | value | |||
| ) |
Used for the callback / and the trace
| void vtkPVRenderView::SetLight | ( | int | type, | |
| int | subtype, | |||
| double | value | |||
| ) |
Used for the callback / and the trace
| virtual vtkPVColorMapUI* vtkPVRenderView::GetColorMapUI | ( | ) | [virtual] |
| void vtkPVRenderView::ResetSettingsToDefault | ( | ) |
Resets all the settings to default values.
| virtual void vtkPVRenderView::SetExitMode | ( | int | ) | [virtual] |
Prevent actions when exiting
| virtual void vtkPVRenderView::ExitModeOn | ( | ) | [virtual] |
Prevent actions when exiting
| virtual void vtkPVRenderView::ExitModeOff | ( | ) | [virtual] |
Prevent actions when exiting
| virtual int vtkPVRenderView::GetExitMode | ( | ) | [virtual] |
Prevent actions when exiting
| virtual void vtkPVRenderView::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCompositeWidget.
| vtkRenderer* vtkPVRenderView::GetRenderer2D | ( | ) | [protected, virtual] |
This class now longer owns these objects. I am providing these methods as temporary access to these objects. I plan to make these private.
Reimplemented from vtkKWView.
| void vtkPVRenderView::CalculateBBox | ( | char * | name, | |
| int | bbox[4] | |||
| ) | [protected] |
| void vtkPVRenderView::SetDefaultLightSwitchNoTrace | ( | int | val | ) | [protected] |
| void vtkPVRenderView::SetUseLightNoTrace | ( | int | s | ) | [protected] |
| void vtkPVRenderView::SetMaintainLuminanceNoTrace | ( | int | s | ) | [protected] |
| virtual void vtkPVRenderView::SetMenuLabelSwitchBackAndForthToViewProperties | ( | const char * | ) | [protected, virtual] |
vtkPVSourceNotebook* vtkPVRenderView::SourceNotebook [protected] |
Definition at line 396 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::ResetButton [protected] |
Definition at line 406 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::StandardViewsFrame [protected] |
Definition at line 408 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::XMaxViewButton [protected] |
Definition at line 409 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::XMinViewButton [protected] |
Definition at line 410 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::YMaxViewButton [protected] |
Definition at line 411 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::YMinViewButton [protected] |
Definition at line 412 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::ZMaxViewButton [protected] |
Definition at line 413 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::ZMinViewButton [protected] |
Definition at line 414 of file vtkPVRenderView.h.
Definition at line 416 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::TriangleStripsCheck [protected] |
Definition at line 417 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::ParallelProjectionCheck [protected] |
Definition at line 418 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::ImmediateModeCheck [protected] |
Definition at line 419 of file vtkPVRenderView.h.
vtkPVRenderModuleUI* vtkPVRenderView::RenderModuleUI [protected] |
Definition at line 421 of file vtkPVRenderView.h.
Definition at line 423 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::Display3DWidgets [protected] |
Definition at line 424 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::DefaultLightFrame [protected] |
Definition at line 427 of file vtkPVRenderView.h.
Definition at line 428 of file vtkPVRenderView.h.
Definition at line 429 of file vtkPVRenderView.h.
Definition at line 430 of file vtkPVRenderView.h.
Definition at line 431 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::DefaultLightSwitch [protected] |
Definition at line 432 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::LightParameterFrame [protected] |
Definition at line 435 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::UseLightButton [protected] |
Definition at line 436 of file vtkPVRenderView.h.
vtkKWLabel* vtkPVRenderView::KeyLightLabel [protected] |
Definition at line 437 of file vtkPVRenderView.h.
vtkKWLabel* vtkPVRenderView::FillLightLabel [protected] |
Definition at line 438 of file vtkPVRenderView.h.
vtkKWLabel* vtkPVRenderView::BackLightLabel [protected] |
Definition at line 439 of file vtkPVRenderView.h.
vtkKWLabel* vtkPVRenderView::HeadLightLabel [protected] |
Definition at line 440 of file vtkPVRenderView.h.
vtkKWScaleWithEntry* vtkPVRenderView::KeyLightScale[4] [protected] |
Definition at line 441 of file vtkPVRenderView.h.
vtkKWScaleWithEntry* vtkPVRenderView::FillLightScale[4] [protected] |
Definition at line 442 of file vtkPVRenderView.h.
vtkKWScaleWithEntry* vtkPVRenderView::BackLightScale[4] [protected] |
Definition at line 443 of file vtkPVRenderView.h.
vtkKWScaleWithEntry* vtkPVRenderView::HeadLightScale[4] [protected] |
Definition at line 444 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::MaintainLuminanceButton [protected] |
Definition at line 445 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::OrientationAxesFrame [protected] |
Definition at line 448 of file vtkPVRenderView.h.
vtkKWCheckButton* vtkPVRenderView::OrientationAxesCheck [protected] |
Definition at line 449 of file vtkPVRenderView.h.
Definition at line 450 of file vtkPVRenderView.h.
Definition at line 451 of file vtkPVRenderView.h.
Definition at line 452 of file vtkPVRenderView.h.
vtkPVAxesWidget* vtkPVRenderView::OrientationAxes [protected] |
Definition at line 453 of file vtkPVRenderView.h.
vtkPVColorMapUI* vtkPVRenderView::ColorMapUI [protected] |
Definition at line 455 of file vtkPVRenderView.h.
vtkKWSplitFrame* vtkPVRenderView::SplitFrame [protected] |
Definition at line 457 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::NavigationFrame [protected] |
Definition at line 459 of file vtkPVRenderView.h.
Definition at line 460 of file vtkPVRenderView.h.
Definition at line 461 of file vtkPVRenderView.h.
vtkKWRadioButton* vtkPVRenderView::NavigationWindowButton [protected] |
Definition at line 462 of file vtkPVRenderView.h.
vtkKWRadioButton* vtkPVRenderView::SelectionWindowButton [protected] |
Definition at line 463 of file vtkPVRenderView.h.
int vtkPVRenderView::BlockRender [protected] |
Definition at line 465 of file vtkPVRenderView.h.
int vtkPVRenderView::ShowSelectionWindow [protected] |
Definition at line 467 of file vtkPVRenderView.h.
int vtkPVRenderView::ShowNavigationWindow [protected] |
Definition at line 468 of file vtkPVRenderView.h.
vtkKWTopLevel* vtkPVRenderView::TopLevelRenderWindow [protected] |
Definition at line 471 of file vtkPVRenderView.h.
Definition at line 473 of file vtkPVRenderView.h.
Definition at line 474 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::CameraIconsFrame [protected] |
Definition at line 477 of file vtkPVRenderView.h.
vtkPVCameraIcon* vtkPVRenderView::CameraIcons[6] [protected] |
Definition at line 478 of file vtkPVRenderView.h.
vtkKWFrameWithLabel* vtkPVRenderView::CameraControlFrame [protected] |
Definition at line 481 of file vtkPVRenderView.h.
vtkPVCameraControl* vtkPVRenderView::CameraControl [protected] |
Definition at line 482 of file vtkPVRenderView.h.
vtkKWPushButton* vtkPVRenderView::PropertiesButton [protected] |
Definition at line 484 of file vtkPVRenderView.h.
char* vtkPVRenderView::MenuLabelSwitchBackAndForthToViewProperties [protected] |
Definition at line 486 of file vtkPVRenderView.h.
vtkPVRenderViewObserver* vtkPVRenderView::Observer [protected] |
Definition at line 487 of file vtkPVRenderView.h.
vtkSMRenderModuleProxy* vtkPVRenderView::RenderModuleProxy [protected] |
Definition at line 490 of file vtkPVRenderView.h.
vtkTimerLog* vtkPVRenderView::RenderTimer [protected] |
Definition at line 492 of file vtkPVRenderView.h.
Tcl_TimerToken vtkPVRenderView::TimerToken [protected] |
Definition at line 493 of file vtkPVRenderView.h.
int vtkPVRenderView::ExitMode [protected] |
Definition at line 495 of file vtkPVRenderView.h.
1.4.7