ActiViz .NET
5.8.0
|
vtkViewport - abstract specification for Viewports More...
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. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkViewport | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkViewport" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "11vtkViewport" |
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. | |
Private Member Functions | |
static internal void | vtkViewport_AddActor2D_01 (HandleRef pThis, HandleRef p) |
static internal void | vtkViewport_AddViewProp_02 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkViewport_ComputeAspect_03 (HandleRef pThis) |
static internal void | vtkViewport_DisplayToLocalDisplay_04 (HandleRef pThis, ref double x, ref double y) |
static internal void | vtkViewport_DisplayToNormalizedDisplay_05 (HandleRef pThis, ref double u, ref double v) |
static internal void | vtkViewport_DisplayToView_06 (HandleRef pThis) |
static internal void | vtkViewport_DisplayToWorld_07 (HandleRef pThis) |
static internal IntPtr | vtkViewport_GetActors2D_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkViewport_GetAspect_09 (HandleRef pThis) |
static internal void | vtkViewport_GetAspect_10 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkViewport_GetBackground_11 (HandleRef pThis) |
static internal void | vtkViewport_GetBackground_12 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkViewport_GetBackground_13 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkViewport_GetBackground2_14 (HandleRef pThis) |
static internal void | vtkViewport_GetBackground2_15 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkViewport_GetBackground2_16 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkViewport_GetCenter_17 (HandleRef pThis) |
static internal IntPtr | vtkViewport_GetDisplayPoint_18 (HandleRef pThis) |
static internal void | vtkViewport_GetDisplayPoint_19 (HandleRef pThis, IntPtr data) |
static internal byte | vtkViewport_GetGradientBackground_20 (HandleRef pThis) |
static internal int | vtkViewport_GetIsPicking_21 (HandleRef pThis) |
static internal IntPtr | vtkViewport_GetOrigin_22 (HandleRef pThis) |
static internal double | vtkViewport_GetPickHeight_23 (HandleRef pThis) |
static internal IntPtr | vtkViewport_GetPickResultProps_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkViewport_GetPickWidth_25 (HandleRef pThis) |
static internal double | vtkViewport_GetPickX_26 (HandleRef pThis) |
static internal double | vtkViewport_GetPickX1_27 (HandleRef pThis) |
static internal double | vtkViewport_GetPickX2_28 (HandleRef pThis) |
static internal double | vtkViewport_GetPickY_29 (HandleRef pThis) |
static internal double | vtkViewport_GetPickY1_30 (HandleRef pThis) |
static internal double | vtkViewport_GetPickY2_31 (HandleRef pThis) |
static internal double | vtkViewport_GetPickedZ_32 (HandleRef pThis) |
static internal IntPtr | vtkViewport_GetPixelAspect_33 (HandleRef pThis) |
static internal void | vtkViewport_GetPixelAspect_34 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkViewport_GetSize_35 (HandleRef pThis) |
static internal void | vtkViewport_GetTiledSize_36 (HandleRef pThis, IntPtr width, IntPtr height) |
static internal void | vtkViewport_GetTiledSizeAndOrigin_37 (HandleRef pThis, IntPtr width, IntPtr height, IntPtr lowerLeftX, IntPtr lowerLeftY) |
static internal IntPtr | vtkViewport_GetVTKWindow_38 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkViewport_GetViewPoint_39 (HandleRef pThis) |
static internal void | vtkViewport_GetViewPoint_40 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkViewport_GetViewProps_41 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkViewport_GetViewport_42 (HandleRef pThis) |
static internal void | vtkViewport_GetViewport_43 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkViewport_GetWorldPoint_44 (HandleRef pThis) |
static internal void | vtkViewport_GetWorldPoint_45 (HandleRef pThis, IntPtr data) |
static internal void | vtkViewport_GradientBackgroundOff_46 (HandleRef pThis) |
static internal void | vtkViewport_GradientBackgroundOn_47 (HandleRef pThis) |
static internal int | vtkViewport_HasViewProp_48 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkViewport_IsA_49 (HandleRef pThis, string type) |
static internal int | vtkViewport_IsInViewport_50 (HandleRef pThis, int x, int y) |
static internal int | vtkViewport_IsTypeOf_51 (string type) |
static internal void | vtkViewport_LocalDisplayToDisplay_52 (HandleRef pThis, ref double x, ref double y) |
static internal IntPtr | vtkViewport_NewInstance_53 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkViewport_NormalizedDisplayToDisplay_54 (HandleRef pThis, ref double u, ref double v) |
static internal void | vtkViewport_NormalizedDisplayToViewport_55 (HandleRef pThis, ref double x, ref double y) |
static internal void | vtkViewport_NormalizedViewportToView_56 (HandleRef pThis, ref double x, ref double y, ref double z) |
static internal void | vtkViewport_NormalizedViewportToViewport_57 (HandleRef pThis, ref double u, ref double v) |
static internal IntPtr | vtkViewport_PickProp_58 (HandleRef pThis, double selectionX, double selectionY, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkViewport_PickPropFrom_59 (HandleRef pThis, double selectionX, double selectionY, HandleRef arg2, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkViewport_RemoveActor2D_60 (HandleRef pThis, HandleRef p) |
static internal void | vtkViewport_RemoveAllViewProps_61 (HandleRef pThis) |
static internal void | vtkViewport_RemoveViewProp_62 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkViewport_SafeDownCast_63 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkViewport_SetAspect_64 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkViewport_SetAspect_65 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetBackground_66 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkViewport_SetBackground_67 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetBackground2_68 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkViewport_SetBackground2_69 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetDisplayPoint_70 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkViewport_SetDisplayPoint_71 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetGradientBackground_72 (HandleRef pThis, byte _arg) |
static internal void | vtkViewport_SetPixelAspect_73 (HandleRef pThis, double _arg1, double _arg2) |
static internal void | vtkViewport_SetPixelAspect_74 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetViewPoint_75 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkViewport_SetViewPoint_76 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetViewport_77 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkViewport_SetViewport_78 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_SetWorldPoint_79 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkViewport_SetWorldPoint_80 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkViewport_ViewToDisplay_81 (HandleRef pThis) |
static internal void | vtkViewport_ViewToNormalizedViewport_82 (HandleRef pThis, ref double x, ref double y, ref double z) |
static internal void | vtkViewport_ViewToWorld_83 (HandleRef pThis, ref double arg0, ref double arg1, ref double arg2) |
static internal void | vtkViewport_ViewToWorld_84 (HandleRef pThis) |
static internal void | vtkViewport_ViewportToNormalizedDisplay_85 (HandleRef pThis, ref double x, ref double y) |
static internal void | vtkViewport_ViewportToNormalizedViewport_86 (HandleRef pThis, ref double u, ref double v) |
static internal void | vtkViewport_WorldToDisplay_87 (HandleRef pThis) |
static internal void | vtkViewport_WorldToView_88 (HandleRef pThis, ref double arg0, ref double arg1, ref double arg2) |
static internal void | vtkViewport_WorldToView_89 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkViewport () |
Automatically generated type registration mechanics. |
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.
static Kitware.VTK.vtkViewport.vtkViewport | ( | ) | [static, private] |
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.
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.
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.
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 [] 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).
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.
Return any props in this viewport.
virtual vtkWindow Kitware.VTK.vtkViewport.GetVTKWindow | ( | ) | [virtual] |
Return the vtkWindow that owns this vtkViewport.
Reimplemented in Kitware.VTK.vtkRenderer.
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)).
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.
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.
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.
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.
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.
static internal void Kitware.VTK.vtkViewport.vtkViewport_AddActor2D_01 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_AddViewProp_02 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ComputeAspect_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_DisplayToLocalDisplay_04 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_DisplayToNormalizedDisplay_05 | ( | HandleRef | pThis, |
ref double | u, | ||
ref double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_DisplayToView_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_DisplayToWorld_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetActors2D_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetAspect_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetAspect_10 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetBackground2_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetBackground2_15 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetBackground2_16 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetBackground_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetBackground_12 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetBackground_13 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetCenter_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetDisplayPoint_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetDisplayPoint_19 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal byte Kitware.VTK.vtkViewport.vtkViewport_GetGradientBackground_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkViewport.vtkViewport_GetIsPicking_21 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetOrigin_22 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickedZ_32 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickHeight_23 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetPickResultProps_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickWidth_25 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickX1_27 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickX2_28 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickX_26 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickY1_30 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickY2_31 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkViewport.vtkViewport_GetPickY_29 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetPixelAspect_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetPixelAspect_34 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetSize_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetTiledSize_36 | ( | HandleRef | pThis, |
IntPtr | width, | ||
IntPtr | height | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetTiledSizeAndOrigin_37 | ( | HandleRef | pThis, |
IntPtr | width, | ||
IntPtr | height, | ||
IntPtr | lowerLeftX, | ||
IntPtr | lowerLeftY | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetViewPoint_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetViewPoint_40 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetViewport_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetViewport_43 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetViewProps_41 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetVTKWindow_38 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_GetWorldPoint_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GetWorldPoint_45 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GradientBackgroundOff_46 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_GradientBackgroundOn_47 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkViewport.vtkViewport_HasViewProp_48 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkViewport.vtkViewport_IsA_49 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkViewport.vtkViewport_IsInViewport_50 | ( | HandleRef | pThis, |
int | x, | ||
int | y | ||
) | [private] |
static internal int Kitware.VTK.vtkViewport.vtkViewport_IsTypeOf_51 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_LocalDisplayToDisplay_52 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_NewInstance_53 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_NormalizedDisplayToDisplay_54 | ( | HandleRef | pThis, |
ref double | u, | ||
ref double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_NormalizedDisplayToViewport_55 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_NormalizedViewportToView_56 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y, | ||
ref double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_NormalizedViewportToViewport_57 | ( | HandleRef | pThis, |
ref double | u, | ||
ref double | v | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_PickProp_58 | ( | HandleRef | pThis, |
double | selectionX, | ||
double | selectionY, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_PickPropFrom_59 | ( | HandleRef | pThis, |
double | selectionX, | ||
double | selectionY, | ||
HandleRef | arg2, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_RemoveActor2D_60 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_RemoveAllViewProps_61 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_RemoveViewProp_62 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkViewport.vtkViewport_SafeDownCast_63 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetAspect_64 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetAspect_65 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetBackground2_68 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetBackground2_69 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetBackground_66 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetBackground_67 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetDisplayPoint_70 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetDisplayPoint_71 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetGradientBackground_72 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetPixelAspect_73 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetPixelAspect_74 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetViewPoint_75 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetViewPoint_76 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetViewport_77 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetViewport_78 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetWorldPoint_79 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_SetWorldPoint_80 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewportToNormalizedDisplay_85 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewportToNormalizedViewport_86 | ( | HandleRef | pThis, |
ref double | u, | ||
ref double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewToDisplay_81 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewToNormalizedViewport_82 | ( | HandleRef | pThis, |
ref double | x, | ||
ref double | y, | ||
ref double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewToWorld_83 | ( | HandleRef | pThis, |
ref double | arg0, | ||
ref double | arg1, | ||
ref double | arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_ViewToWorld_84 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_WorldToDisplay_87 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_WorldToView_88 | ( | HandleRef | pThis, |
ref double | arg0, | ||
ref double | arg1, | ||
ref double | arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkViewport.vtkViewport_WorldToView_89 | ( | HandleRef | pThis | ) | [private] |
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.
new readonly string Kitware.VTK.vtkViewport.MRClassNameKey = "11vtkViewport" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.
new const string Kitware.VTK.vtkViewport.MRFullTypeName = "Kitware.VTK.vtkViewport" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkRenderer, and Kitware.VTK.vtkOpenGLRenderer.