ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContextClip Class Reference

vtkContextClip - all children of this item are clipped by the specified area. More...

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

List of all members.

Public Member Functions

 vtkContextClip (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContextClip ()
 Creates a vtkContextClip object.
override int IsA (string type)
 Undocumented Block.
new vtkContextClip NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the item, called whenever the item needs to be drawn.
virtual void SetClip (float x, float y, float width, float height)
 Set the origin, width and height of the clipping rectangle. These are in pixel coordinates.
override void Update ()
 Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Static Public Member Functions

static new vtkContextClip New ()
 Creates a vtkContextClip object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkContextClip SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContextClip"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkContextClip"
 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 IntPtr vtkContextClip_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContextClip_IsA_01 (HandleRef pThis, string type)
static internal int vtkContextClip_IsTypeOf_02 (string type)
static internal IntPtr vtkContextClip_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkContextClip_Paint_05 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkContextClip_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextClip_SetClip_07 (HandleRef pThis, float x, float y, float width, float height)
static internal void vtkContextClip_Update_08 (HandleRef pThis)

Static Private Member Functions

static vtkContextClip ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextClip - all children of this item are clipped by the specified area.

Description This class can be used to clip the rendering of an item inside a rectangular area.


Constructor & Destructor Documentation

static Kitware.VTK.vtkContextClip.vtkContextClip ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Creates a vtkContextClip object.


Member Function Documentation

override void Kitware.VTK.vtkContextClip.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.vtkAbstractContextItem.

override int Kitware.VTK.vtkContextClip.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static new int Kitware.VTK.vtkContextClip.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Creates a vtkContextClip object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

override bool Kitware.VTK.vtkContextClip.Paint ( vtkContext2D  painter) [virtual]

Paint event for the item, called whenever the item needs to be drawn.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkContextClip.SetClip ( float  x,
float  y,
float  width,
float  height 
) [virtual]

Set the origin, width and height of the clipping rectangle. These are in pixel coordinates.

override void Kitware.VTK.vtkContextClip.Update ( ) [virtual]

Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static internal int Kitware.VTK.vtkContextClip.vtkContextClip_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextClip.vtkContextClip_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkContextClip.vtkContextClip_Paint_05 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextClip.vtkContextClip_SetClip_07 ( HandleRef  pThis,
float  x,
float  y,
float  width,
float  height 
) [private]
static internal void Kitware.VTK.vtkContextClip.vtkContextClip_Update_08 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextClip.MRClassNameKey = "14vtkContextClip" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.


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