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

vtkContextItem - base class for items that are part of a vtkContextScene. More...

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

List of all members.

Public Member Functions

 vtkContextItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual double GetOpacity ()
 Get the opacity of the item.
override int IsA (string type)
 Undocumented Block.
new vtkContextItem NewInstance ()
 Undocumented Block.
virtual void SetOpacity (double _arg)
 Set the opacity of the item. 1.0 by default.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkContextItem"
 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 double vtkContextItem_GetOpacity_01 (HandleRef pThis)
static internal int vtkContextItem_IsA_02 (HandleRef pThis, string type)
static internal int vtkContextItem_IsTypeOf_03 (string type)
static internal IntPtr vtkContextItem_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextItem_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextItem_SetOpacity_06 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkContextItem ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextItem - base class for items that are part of a vtkContextScene.

Description Derive from this class to create custom items that can be added to a vtkContextScene.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkContextItem.Dispose ( bool  disposing) [protected]
virtual double Kitware.VTK.vtkContextItem.GetOpacity ( ) [virtual]

Get the opacity of the item.

override int Kitware.VTK.vtkContextItem.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkContextItem.IsTypeOf ( string  type) [static]
virtual void Kitware.VTK.vtkContextItem.SetOpacity ( double  _arg) [virtual]

Set the opacity of the item. 1.0 by default.

static internal double Kitware.VTK.vtkContextItem.vtkContextItem_GetOpacity_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContextItem.vtkContextItem_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextItem.vtkContextItem_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextItem.vtkContextItem_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextItem.vtkContextItem_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextItem.vtkContextItem_SetOpacity_06 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextItem.MRClassNameKey = "14vtkContextItem" [static]
new const string Kitware.VTK.vtkContextItem.MRFullTypeName = "Kitware.VTK.vtkContextItem"

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