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.vtkImageItem Class Reference

vtkImageItem - a vtkContextItem that draws a supplied image in the scene. More...

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

List of all members.

Public Member Functions

 vtkImageItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageItem ()
 Undocumented Block.
virtual vtkImageData GetImage ()
 Get the image of the item.
virtual float[] GetPosition ()
 Get the position of the bottom corner of the image.
virtual void GetPosition (ref float _arg1, ref float _arg2)
 Get the position of the bottom corner of the image.
virtual void GetPosition (IntPtr _arg)
 Get the position of the bottom corner of the image.
override int IsA (string type)
 Undocumented Block.
new vtkImageItem NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the item.
void SetImage (vtkImageData image)
 Set the image of the item.
virtual void SetPosition (float _arg1, float _arg2)
 Set the position of the bottom corner of the image.
void SetPosition (IntPtr _arg)
 Set the position of the bottom corner of the image.

Static Public Member Functions

static new vtkImageItem New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageItem SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkImageItem"
 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 vtkImageItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageItem_GetImage_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageItem_GetPosition_02 (HandleRef pThis)
static internal void vtkImageItem_GetPosition_03 (HandleRef pThis, ref float _arg1, ref float _arg2)
static internal void vtkImageItem_GetPosition_04 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageItem_IsA_05 (HandleRef pThis, string type)
static internal int vtkImageItem_IsTypeOf_06 (string type)
static internal IntPtr vtkImageItem_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkImageItem_Paint_09 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkImageItem_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageItem_SetImage_11 (HandleRef pThis, HandleRef image)
static internal void vtkImageItem_SetPosition_12 (HandleRef pThis, float _arg1, float _arg2)
static internal void vtkImageItem_SetPosition_13 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkImageItem ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageItem - a vtkContextItem that draws a supplied image in the scene.

Description This vtkContextItem draws the supplied image in the scene.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkImageItem.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.vtkContextItem.

Get the image of the item.

Here is the call graph for this function:

virtual float [] Kitware.VTK.vtkImageItem.GetPosition ( ) [virtual]

Get the position of the bottom corner of the image.

virtual void Kitware.VTK.vtkImageItem.GetPosition ( ref float  _arg1,
ref float  _arg2 
) [virtual]

Get the position of the bottom corner of the image.

virtual void Kitware.VTK.vtkImageItem.GetPosition ( IntPtr  _arg) [virtual]

Get the position of the bottom corner of the image.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

static new vtkImageItem Kitware.VTK.vtkImageItem.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

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

Paint event for the item.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

Here is the call graph for this function:

Set the image of the item.

virtual void Kitware.VTK.vtkImageItem.SetPosition ( float  _arg1,
float  _arg2 
) [virtual]

Set the position of the bottom corner of the image.

void Kitware.VTK.vtkImageItem.SetPosition ( IntPtr  _arg)

Set the position of the bottom corner of the image.

static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_GetImage_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_03 ( HandleRef  pThis,
ref float  _arg1,
ref float  _arg2 
) [private]
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_GetPosition_04 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageItem.vtkImageItem_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageItem.vtkImageItem_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkImageItem.vtkImageItem_Paint_09 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkImageItem.vtkImageItem_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetImage_11 ( HandleRef  pThis,
HandleRef  image 
) [private]
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetPosition_12 ( HandleRef  pThis,
float  _arg1,
float  _arg2 
) [private]
static internal void Kitware.VTK.vtkImageItem.vtkImageItem_SetPosition_13 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageItem.MRClassNameKey = "12vtkImageItem" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContextItem.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContextItem.


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