ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Private Member Functions | List of all members
Kitware.VTK.vtkViewport Class Reference

vtkViewport - abstract specification for Viewports More...

Inheritance diagram for Kitware.VTK.vtkViewport:
[legend]
Collaboration diagram for Kitware.VTK.vtkViewport:
[legend]

Public Member Functions

 vtkViewport (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void AddActor2D (vtkProp p)
 Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.
void AddViewProp (vtkProp arg0)
 Add a prop to the list of props. Prop is the superclass of all actors, volumes, 2D actors, composite props etc.
virtual void ComputeAspect ()
 Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.
virtual void DisplayToLocalDisplay (ref double x, ref double y)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void DisplayToNormalizedDisplay (ref double u, ref double v)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void DisplayToView ()
 Convert display coordinates to view coordinates.
void DisplayToWorld ()
 Convert display (or screen) coordinates to world coordinates.
vtkActor2DCollection GetActors2D ()
 Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.
virtual double[] GetAspect ()
 Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.
virtual void GetAspect (IntPtr data)
 Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.
virtual double[] GetBackground ()
 Set/Get the background color of the rendering screen using an rgb color specification.
virtual void GetBackground (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get the background color of the rendering screen using an rgb color specification.
virtual void GetBackground (IntPtr _arg)
 Set/Get the background color of the rendering screen using an rgb color specification.
virtual double[] GetBackground2 ()
 Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.
virtual void GetBackground2 (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.
virtual void GetBackground2 (IntPtr _arg)
 Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.
virtual double[] GetCenter ()
 Return the center of this viewport in display coordinates.
virtual double[] GetDisplayPoint ()
 Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.
virtual void GetDisplayPoint (IntPtr data)
 Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.
virtual bool GetGradientBackground ()
 Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.
virtual int GetIsPicking ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
virtual int[] GetOrigin ()
 Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).
double GetPickHeight ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
virtual vtkPropCollection GetPickResultProps ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickWidth ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickX ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickX1 ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickX2 ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickY ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickY1 ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
double GetPickY2 ()
 Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).
virtual double GetPickedZ ()
 Return the Z value for the last picked Prop.
virtual double[] GetPixelAspect ()
 Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).
virtual void GetPixelAspect (IntPtr data)
 Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).
virtual int[] GetSize ()
 Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).
void GetTiledSize (IntPtr width, IntPtr height)
 Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).
virtual void GetTiledSizeAndOrigin (IntPtr width, IntPtr height, IntPtr lowerLeftX, IntPtr lowerLeftY)
 Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).
virtual vtkWindow GetVTKWindow ()
 Return the vtkWindow that owns this vtkViewport.
virtual double[] GetViewPoint ()
 Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.
virtual void GetViewPoint (IntPtr data)
 Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.
vtkPropCollection GetViewProps ()
 Return any props in this viewport.
virtual double[] GetViewport ()
 Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.
virtual void GetViewport (IntPtr data)
 Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.
virtual double[] GetWorldPoint ()
 Specify a point location in world coordinates. This method takes homogeneous coordinates.
virtual void GetWorldPoint (IntPtr data)
 Specify a point location in world coordinates. This method takes homogeneous coordinates.
virtual void GradientBackgroundOff ()
 Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.
virtual void GradientBackgroundOn ()
 Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.
int HasViewProp (vtkProp arg0)
 Query if a prop is in the list of props.
override int IsA (string type)
 Undocumented Block
virtual int IsInViewport (int x, int y)
 Is a given display point in this Viewport's viewport.
virtual void LocalDisplayToDisplay (ref double x, ref double y)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
new vtkViewport NewInstance ()
 Undocumented Block
virtual void NormalizedDisplayToDisplay (ref double u, ref double v)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void NormalizedDisplayToViewport (ref double x, ref double y)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void NormalizedViewportToView (ref double x, ref double y, ref double z)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void NormalizedViewportToViewport (ref double u, ref double v)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual vtkAssemblyPath PickProp (double selectionX, double selectionY)
 Return the Prop that has the highest z value at the given x, y position in the viewport. Basically, the top most prop that renders the pixel at selectionX, selectionY will be returned. If no Props are there NULL is returned. This method selects from the Viewports Prop list.
vtkAssemblyPath PickPropFrom (double selectionX, double selectionY, vtkPropCollection arg2)
 Same as PickProp with two arguments, but selects from the given collection of Props instead of the Renderers props. Make sure the Props in the collection are in this renderer.
void RemoveActor2D (vtkProp p)
 Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.
void RemoveAllViewProps ()
 Remove all actors from the list of actors.
void RemoveViewProp (vtkProp arg0)
 Remove an actor from the list of actors.
virtual void SetAspect (double _arg1, double _arg2)
 Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.
void SetAspect (IntPtr _arg)
 Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.
virtual void SetBackground (double _arg1, double _arg2, double _arg3)
 Set/Get the background color of the rendering screen using an rgb color specification.
virtual void SetBackground (IntPtr _arg)
 Set/Get the background color of the rendering screen using an rgb color specification.
virtual void SetBackground2 (double _arg1, double _arg2, double _arg3)
 Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.
virtual void SetBackground2 (IntPtr _arg)
 Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.
virtual void SetDisplayPoint (double _arg1, double _arg2, double _arg3)
 Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.
virtual void SetDisplayPoint (IntPtr _arg)
 Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.
virtual void SetGradientBackground (bool _arg)
 Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.
virtual void SetPixelAspect (double _arg1, double _arg2)
 Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).
void SetPixelAspect (IntPtr _arg)
 Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).
virtual void SetViewPoint (double _arg1, double _arg2, double _arg3)
 Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.
virtual void SetViewPoint (IntPtr _arg)
 Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.
virtual void SetViewport (double _arg1, double _arg2, double _arg3, double _arg4)
 Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.
virtual void SetViewport (IntPtr _arg)
 Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.
virtual void SetWorldPoint (double _arg1, double _arg2, double _arg3, double _arg4)
 Specify a point location in world coordinates. This method takes homogeneous coordinates.
virtual void SetWorldPoint (IntPtr _arg)
 Specify a point location in world coordinates. This method takes homogeneous coordinates.
virtual void ViewToDisplay ()
 Convert view coordinates to display coordinates.
virtual void ViewToNormalizedViewport (ref double x, ref double y, ref double z)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void ViewToWorld (ref double arg0, ref double arg1, ref double arg2)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void ViewToWorld ()
 Convert view point coordinates to world coordinates.
virtual void ViewportToNormalizedDisplay (ref double x, ref double y)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void ViewportToNormalizedViewport (ref double u, ref double v)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
void WorldToDisplay ()
 Convert world point coordinates to display (or screen) coordinates.
virtual void WorldToView (ref double arg0, ref double arg1, ref double arg2)
 These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).
virtual void WorldToView ()
 Convert world point coordinates to view coordinates.
- Public Member Functions inherited from Kitware.VTK.vtkObject
 vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkObject ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
uint AddObserver (uint arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
uint AddObserver (string arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
virtual void DebugOff ()
 Turn debugging output off.
virtual void DebugOn ()
 Turn debugging output on.
vtkCommand GetCommand (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
byte GetDebug ()
 Get the value of the debug flag.
virtual uint GetMTime ()
 Return this object's modified time.
int HasObserver (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int HasObserver (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (uint arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (string arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
int InvokeEvent (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
virtual void Modified ()
 Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer.
void RemoveAllObservers ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObserver (vtkCommand arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObserver (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void RemoveObservers (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
void SetDebug (byte debugFlag)
 Set the value of the debug flag. A non-zero value turns debugging on.
override string ToString ()
 Returns the result of calling vtkObject::Print as a C# string.
delegate void vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e)
 Generic signature for all vtkObject events.
void RemoveAllHandlersForAllEvents ()
 Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen...
- Public Member Functions inherited from Kitware.VTK.vtkObjectBase
 vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkObjectBase ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void Register (vtkObjectBase o)
 Increase the reference count (mark as used by another object).
virtual void FastDelete ()
 Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done.
string GetClassName ()
 Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h.
int GetReferenceCount ()
 Return the current reference count of this object.
void SetReferenceCount (int arg0)
 Sets the reference count. (This is very dangerous, use with care.)

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block
static new vtkViewport SafeDownCast (vtkObjectBase o)
 Undocumented Block
- Static Public Member Functions inherited from Kitware.VTK.vtkObject
static new vtkObject New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. It allows the debugger to break on error.
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkViewport"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkObject
new const string MRFullTypeName = "Kitware.VTK.vtkObject"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.vtkObjectBase
new const string MRFullTypeName = "Kitware.VTK.vtkObjectBase"
 Automatically generated type registration mechanics.
- Public Attributes inherited from Kitware.VTK.WrappedObject
const string vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so"
 Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable.
const string vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so"
 Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable.
const string vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so"
 Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable.
const string vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so"
 Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable.
const string vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so"
 Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable.
const string vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so"
 Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable.
const string vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so"
 Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable.
const string vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so"
 Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable.
const string vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so"
 Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable.
const string vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so"
 Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable.
const string vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so"
 Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable.
const string vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so"
 Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable.
const string vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so"
 Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable.
const string vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so"
 Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable.
const string vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so"
 Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable.

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkViewport"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkObject
static new readonly string MRClassNameKey = "9vtkObject"
 Automatically generated type registration mechanics.
- Static Public Attributes inherited from Kitware.VTK.vtkObjectBase
static new readonly string MRClassNameKey = "13vtkObjectBase"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Static Private Member Functions

static vtkViewport ()
 Automatically generated type registration mechanics.

Additional Inherited Members

- Properties inherited from Kitware.VTK.vtkObject
Kitware.VTK.vtkObject.vtkObjectEventHandler AbortCheckEvt
 The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler AnimationCueTickEvt
 The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler AnyEvt
 The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CharEvt
 The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConfigureEvt
 The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionClosedEvt
 The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionCreatedEvt
 The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CreateTimerEvt
 The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler CursorChangedEvt
 The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DeleteEvt
 The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DestroyTimerEvt
 The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DisableEvt
 The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler DomainModifiedEvt
 The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EnableEvt
 The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndAnimationCueEvt
 The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndEvt
 The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndInteractionEvt
 The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndPickEvt
 The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EndWindowLevelEvt
 The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler EnterEvt
 The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ErrorEvt
 The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExecuteInformationEvt
 The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExitEvt
 The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ExposeEvt
 The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler InteractionEvt
 The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyPressEvt
 The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyReleaseEvt
 The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeaveEvt
 The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonPressEvt
 The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonReleaseEvt
 The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonPressEvt
 The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonReleaseEvt
 The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ModifiedEvt
 The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseMoveEvt
 The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelBackwardEvt
 The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelForwardEvt
 The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PickEvt
 The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PlacePointEvt
 The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PlaceWidgetEvt
 The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ProgressEvt
 The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler PropertyModifiedEvt
 The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RegisterEvt
 The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderEvt
 The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderWindowMessageEvt
 The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraClippingRangeEvt
 The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraEvt
 The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetWindowLevelEvt
 The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonPressEvt
 The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonReleaseEvt
 The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler SelectionChangedEvt
 The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler SetOutputEvt
 The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartAnimationCueEvt
 The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartEvt
 The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartInteractionEvt
 The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartPickEvt
 The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler StartWindowLevelEvt
 The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler TimerEvt
 The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UnRegisterEvt
 The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateEvt
 The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateInformationEvt
 The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdatePropertyEvt
 The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsEndEvt
 The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsProgressEvt
 The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsStartEvt
 The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderEndEvt
 The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderProgressEvt
 The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderStartEvt
 The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WarningEvt
 The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetActivateEvt
 The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetModifiedEvt
 The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetValueChangedEvt
 The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WindowLevelEvt
 The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter.
Kitware.VTK.vtkObject.vtkObjectEventHandler WrongTagEvt
 The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter.

Detailed Description

vtkViewport - abstract specification for Viewports

Description vtkViewport provides an abstract specification for Viewports. A Viewport is an object that controls the rendering process for objects. Rendering is the process of converting geometry, a specification for lights, and a camera view into an image. vtkViewport also performs coordinate transformation between world coordinates, view coordinates (the computer graphics rendering coordinate system), and display coordinates (the actual screen coordinates on the display device). Certain advanced rendering features such as two-sided lighting can also be controlled.

Constructor & Destructor Documentation

static Kitware.VTK.vtkViewport.vtkViewport ( )
staticprivate

Automatically generated type registration mechanics.

Kitware.VTK.vtkViewport.vtkViewport ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Member Function Documentation

void Kitware.VTK.vtkViewport.AddActor2D ( vtkProp  p)

Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.

void Kitware.VTK.vtkViewport.AddViewProp ( vtkProp  arg0)

Add a prop to the list of props. Prop is the superclass of all actors, volumes, 2D actors, composite props etc.

virtual void Kitware.VTK.vtkViewport.ComputeAspect ( )
virtual

Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.

virtual void Kitware.VTK.vtkViewport.DisplayToLocalDisplay ( ref double  x,
ref double  y 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.DisplayToNormalizedDisplay ( ref double  u,
ref double  v 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.DisplayToView ( )
virtual

Convert display coordinates to view coordinates.

void Kitware.VTK.vtkViewport.DisplayToWorld ( )

Convert display (or screen) coordinates to world coordinates.

override void Kitware.VTK.vtkViewport.Dispose ( bool  disposing)
protected

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.

vtkActor2DCollection Kitware.VTK.vtkViewport.GetActors2D ( )

Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkViewport.GetAspect ( )
virtual

Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.

virtual void Kitware.VTK.vtkViewport.GetAspect ( IntPtr  data)
virtual

Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.

virtual double [] Kitware.VTK.vtkViewport.GetBackground ( )
virtual

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.GetBackground ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
)
virtual

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.GetBackground ( IntPtr  _arg)
virtual

Set/Get the background color of the rendering screen using an rgb color specification.

virtual double [] Kitware.VTK.vtkViewport.GetBackground2 ( )
virtual

Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.GetBackground2 ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
)
virtual

Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.GetBackground2 ( IntPtr  _arg)
virtual

Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.

virtual double [] Kitware.VTK.vtkViewport.GetCenter ( )
virtual

Return the center of this viewport in display coordinates.

virtual double [] Kitware.VTK.vtkViewport.GetDisplayPoint ( )
virtual

Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.

virtual void Kitware.VTK.vtkViewport.GetDisplayPoint ( IntPtr  data)
virtual

Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.

virtual bool Kitware.VTK.vtkViewport.GetGradientBackground ( )
virtual

Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.

virtual int Kitware.VTK.vtkViewport.GetIsPicking ( )
virtual

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

virtual int [] Kitware.VTK.vtkViewport.GetOrigin ( )
virtual

Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).

virtual double Kitware.VTK.vtkViewport.GetPickedZ ( )
virtual

Return the Z value for the last picked Prop.

double Kitware.VTK.vtkViewport.GetPickHeight ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

virtual vtkPropCollection Kitware.VTK.vtkViewport.GetPickResultProps ( )
virtual

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

Here is the call graph for this function:

double Kitware.VTK.vtkViewport.GetPickWidth ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickX ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickX1 ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickX2 ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickY ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickY1 ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

double Kitware.VTK.vtkViewport.GetPickY2 ( )

Methods used to return the pick (x,y) in local display coordinates (i.e., it's that same as selectionX and selectionY).

virtual double [] Kitware.VTK.vtkViewport.GetPixelAspect ( )
virtual

Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).

virtual void Kitware.VTK.vtkViewport.GetPixelAspect ( IntPtr  data)
virtual

Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).

virtual int [] Kitware.VTK.vtkViewport.GetSize ( )
virtual

Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).

void Kitware.VTK.vtkViewport.GetTiledSize ( IntPtr  width,
IntPtr  height 
)

Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).

virtual void Kitware.VTK.vtkViewport.GetTiledSizeAndOrigin ( IntPtr  width,
IntPtr  height,
IntPtr  lowerLeftX,
IntPtr  lowerLeftY 
)
virtual

Get the size and origin of the viewport in display coordinates. Note: if the window has not yet been realized, GetSize() and GetOrigin() return (0,0).

virtual double [] Kitware.VTK.vtkViewport.GetViewPoint ( )
virtual

Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.

virtual void Kitware.VTK.vtkViewport.GetViewPoint ( IntPtr  data)
virtual

Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.

virtual double [] Kitware.VTK.vtkViewport.GetViewport ( )
virtual

Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.

virtual void Kitware.VTK.vtkViewport.GetViewport ( IntPtr  data)
virtual

Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.

vtkPropCollection Kitware.VTK.vtkViewport.GetViewProps ( )

Return any props in this viewport.

Here is the call graph for this function:

virtual vtkWindow Kitware.VTK.vtkViewport.GetVTKWindow ( )
virtual

Return the vtkWindow that owns this vtkViewport.

Reimplemented in Kitware.VTK.vtkRenderer.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkViewport.GetWorldPoint ( )
virtual

Specify a point location in world coordinates. This method takes homogeneous coordinates.

virtual void Kitware.VTK.vtkViewport.GetWorldPoint ( IntPtr  data)
virtual

Specify a point location in world coordinates. This method takes homogeneous coordinates.

virtual void Kitware.VTK.vtkViewport.GradientBackgroundOff ( )
virtual

Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.

virtual void Kitware.VTK.vtkViewport.GradientBackgroundOn ( )
virtual

Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.

int Kitware.VTK.vtkViewport.HasViewProp ( vtkProp  arg0)

Query if a prop is in the list of props.

override int Kitware.VTK.vtkViewport.IsA ( string  type)
virtual

Undocumented Block

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.

virtual int Kitware.VTK.vtkViewport.IsInViewport ( int  x,
int  y 
)
virtual

Is a given display point in this Viewport's viewport.

static new int Kitware.VTK.vtkViewport.IsTypeOf ( string  type)
static

Undocumented Block

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.

virtual void Kitware.VTK.vtkViewport.LocalDisplayToDisplay ( ref double  x,
ref double  y 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

new vtkViewport Kitware.VTK.vtkViewport.NewInstance ( )

Undocumented Block

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.

virtual void Kitware.VTK.vtkViewport.NormalizedDisplayToDisplay ( ref double  u,
ref double  v 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.NormalizedDisplayToViewport ( ref double  x,
ref double  y 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.NormalizedViewportToView ( ref double  x,
ref double  y,
ref double  z 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.NormalizedViewportToViewport ( ref double  u,
ref double  v 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual vtkAssemblyPath Kitware.VTK.vtkViewport.PickProp ( double  selectionX,
double  selectionY 
)
virtual

Return the Prop that has the highest z value at the given x, y position in the viewport. Basically, the top most prop that renders the pixel at selectionX, selectionY will be returned. If no Props are there NULL is returned. This method selects from the Viewports Prop list.

Reimplemented in Kitware.VTK.vtkRenderer.

Here is the call graph for this function:

vtkAssemblyPath Kitware.VTK.vtkViewport.PickPropFrom ( double  selectionX,
double  selectionY,
vtkPropCollection  arg2 
)

Same as PickProp with two arguments, but selects from the given collection of Props instead of the Renderers props. Make sure the Props in the collection are in this renderer.

Here is the call graph for this function:

void Kitware.VTK.vtkViewport.RemoveActor2D ( vtkProp  p)

Add/Remove different types of props to the renderer. These methods are all synonyms to AddViewProp and RemoveViewProp. They are here for convenience and backwards compatibility.

void Kitware.VTK.vtkViewport.RemoveAllViewProps ( )

Remove all actors from the list of actors.

void Kitware.VTK.vtkViewport.RemoveViewProp ( vtkProp  arg0)

Remove an actor from the list of actors.

static new vtkViewport Kitware.VTK.vtkViewport.SafeDownCast ( vtkObjectBase  o)
static

Undocumented Block

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkViewport.SetAspect ( double  _arg1,
double  _arg2 
)
virtual

Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.

void Kitware.VTK.vtkViewport.SetAspect ( IntPtr  _arg)

Set the aspect ratio of the rendered image. This is computed automatically and should not be set by the user.

virtual void Kitware.VTK.vtkViewport.SetBackground ( double  _arg1,
double  _arg2,
double  _arg3 
)
virtual

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.SetBackground ( IntPtr  _arg)
virtual

Set/Get the background color of the rendering screen using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.SetBackground2 ( double  _arg1,
double  _arg2,
double  _arg3 
)
virtual

Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.SetBackground2 ( IntPtr  _arg)
virtual

Set/Get the second background color of the rendering screen for gradient backgrounds using an rgb color specification.

virtual void Kitware.VTK.vtkViewport.SetDisplayPoint ( double  _arg1,
double  _arg2,
double  _arg3 
)
virtual

Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.

virtual void Kitware.VTK.vtkViewport.SetDisplayPoint ( IntPtr  _arg)
virtual

Set/get a point location in display (or screen) coordinates. The lower left corner of the window is the origin and y increases as you go up the screen.

virtual void Kitware.VTK.vtkViewport.SetGradientBackground ( bool  _arg)
virtual

Set/Get whether this viewport should have a gradient background using the Background (top) and Background2 (bottom) colors. Default is off.

virtual void Kitware.VTK.vtkViewport.SetPixelAspect ( double  _arg1,
double  _arg2 
)
virtual

Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).

void Kitware.VTK.vtkViewport.SetPixelAspect ( IntPtr  _arg)

Set the aspect ratio of a pixel in the rendered image. This factor permits the image to rendered anisotropically (i.e., stretched in one direction or the other).

virtual void Kitware.VTK.vtkViewport.SetViewPoint ( double  _arg1,
double  _arg2,
double  _arg3 
)
virtual

Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.

virtual void Kitware.VTK.vtkViewport.SetViewPoint ( IntPtr  _arg)
virtual

Specify a point location in view coordinates. The origin is in the middle of the viewport and it extends from -1 to 1 in all three dimensions.

virtual void Kitware.VTK.vtkViewport.SetViewport ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
)
virtual

Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.

virtual void Kitware.VTK.vtkViewport.SetViewport ( IntPtr  _arg)
virtual

Specify the viewport for the Viewport to draw in the rendering window. Coordinates are expressed as (xmin,ymin,xmax,ymax), where each coordinate is 0 <= coordinate <= 1.0.

virtual void Kitware.VTK.vtkViewport.SetWorldPoint ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
)
virtual

Specify a point location in world coordinates. This method takes homogeneous coordinates.

virtual void Kitware.VTK.vtkViewport.SetWorldPoint ( IntPtr  _arg)
virtual

Specify a point location in world coordinates. This method takes homogeneous coordinates.

virtual void Kitware.VTK.vtkViewport.ViewportToNormalizedDisplay ( ref double  x,
ref double  y 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.ViewportToNormalizedViewport ( ref double  u,
ref double  v 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.ViewToDisplay ( )
virtual

Convert view coordinates to display coordinates.

virtual void Kitware.VTK.vtkViewport.ViewToNormalizedViewport ( ref double  x,
ref double  y,
ref double  z 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

virtual void Kitware.VTK.vtkViewport.ViewToWorld ( ref double  arg0,
ref double  arg1,
ref double  arg2 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

Reimplemented in Kitware.VTK.vtkRenderer.

virtual void Kitware.VTK.vtkViewport.ViewToWorld ( )
virtual

Convert view point coordinates to world coordinates.

Reimplemented in Kitware.VTK.vtkRenderer.

void Kitware.VTK.vtkViewport.WorldToDisplay ( )

Convert world point coordinates to display (or screen) coordinates.

virtual void Kitware.VTK.vtkViewport.WorldToView ( ref double  arg0,
ref double  arg1,
ref double  arg2 
)
virtual

These methods map from one coordinate system to another. They are primarily used by the vtkCoordinate object and are often strung together. These methods return valid information only if the window has been realized (e.g., GetSize() returns something other than (0,0)).

Reimplemented in Kitware.VTK.vtkRenderer.

virtual void Kitware.VTK.vtkViewport.WorldToView ( )
virtual

Convert world point coordinates to view coordinates.

Reimplemented in Kitware.VTK.vtkRenderer.

Member Data Documentation

new readonly string Kitware.VTK.vtkViewport.MRClassNameKey = "11vtkViewport"
static

Automatically generated type registration mechanics.

new const string Kitware.VTK.vtkViewport.MRFullTypeName = "Kitware.VTK.vtkViewport"

Automatically generated type registration mechanics.


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