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

vtkWindowLevelLookupTable - map scalar values into colors or colors to scalars; generate color table More...

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

List of all members.

Public Member Functions

 vtkWindowLevelLookupTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkWindowLevelLookupTable ()
 Undocumented Block.
override void Build ()
 Generate lookup table as a linear ramp between MinimumTableValue and MaximumTableValue.
virtual int GetInverseVideo ()
 Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.
virtual double GetLevel ()
 Set the Level for the lookup table. The level is the average of TableRange[0] and TableRange[1].
virtual double[] GetMaximumTableValue ()
 Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void GetMaximumTableValue (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
 Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void GetMaximumTableValue (IntPtr _arg)
 Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual double[] GetMinimumTableValue ()
 Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void GetMinimumTableValue (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
 Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void GetMinimumTableValue (IntPtr _arg)
 Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual double GetWindow ()
 Set the window for the lookup table. The window is the difference between TableRange[0] and TableRange[1].
virtual void InverseVideoOff ()
 Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.
virtual void InverseVideoOn ()
 Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.
override int IsA (string type)
 Undocumented Block.
new vtkWindowLevelLookupTable NewInstance ()
 Undocumented Block.
void SetInverseVideo (int iv)
 Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.
void SetLevel (double level)
 Set the Level for the lookup table. The level is the average of TableRange[0] and TableRange[1].
virtual void SetMaximumTableValue (double _arg1, double _arg2, double _arg3, double _arg4)
 Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void SetMaximumTableValue (IntPtr _arg)
 Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void SetMinimumTableValue (double _arg1, double _arg2, double _arg3, double _arg4)
 Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
virtual void SetMinimumTableValue (IntPtr _arg)
 Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.
void SetWindow (double window)
 Set the window for the lookup table. The window is the difference between TableRange[0] and TableRange[1].

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkWindowLevelLookupTable"
 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 vtkWindowLevelLookupTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkWindowLevelLookupTable_Build_01 (HandleRef pThis)
static internal int vtkWindowLevelLookupTable_GetInverseVideo_02 (HandleRef pThis)
static internal double vtkWindowLevelLookupTable_GetLevel_03 (HandleRef pThis)
static internal IntPtr vtkWindowLevelLookupTable_GetMaximumTableValue_04 (HandleRef pThis)
static internal void vtkWindowLevelLookupTable_GetMaximumTableValue_05 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
static internal void vtkWindowLevelLookupTable_GetMaximumTableValue_06 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkWindowLevelLookupTable_GetMinimumTableValue_07 (HandleRef pThis)
static internal void vtkWindowLevelLookupTable_GetMinimumTableValue_08 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
static internal void vtkWindowLevelLookupTable_GetMinimumTableValue_09 (HandleRef pThis, IntPtr _arg)
static internal double vtkWindowLevelLookupTable_GetWindow_10 (HandleRef pThis)
static internal void vtkWindowLevelLookupTable_InverseVideoOff_11 (HandleRef pThis)
static internal void vtkWindowLevelLookupTable_InverseVideoOn_12 (HandleRef pThis)
static internal int vtkWindowLevelLookupTable_IsA_13 (HandleRef pThis, string type)
static internal int vtkWindowLevelLookupTable_IsTypeOf_14 (string type)
static internal IntPtr vtkWindowLevelLookupTable_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWindowLevelLookupTable_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkWindowLevelLookupTable_SetInverseVideo_18 (HandleRef pThis, int iv)
static internal void vtkWindowLevelLookupTable_SetLevel_19 (HandleRef pThis, double level)
static internal void vtkWindowLevelLookupTable_SetMaximumTableValue_20 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4)
static internal void vtkWindowLevelLookupTable_SetMaximumTableValue_21 (HandleRef pThis, IntPtr _arg)
static internal void vtkWindowLevelLookupTable_SetMinimumTableValue_22 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4)
static internal void vtkWindowLevelLookupTable_SetMinimumTableValue_23 (HandleRef pThis, IntPtr _arg)
static internal void vtkWindowLevelLookupTable_SetWindow_24 (HandleRef pThis, double window)

Static Private Member Functions

static vtkWindowLevelLookupTable ()
 Automatically generated type registration mechanics.

Detailed Description

vtkWindowLevelLookupTable - map scalar values into colors or colors to scalars; generate color table

Description vtkWindowLevelLookupTable is an object that is used by mapper objects to map scalar values into rgba (red-green-blue-alpha transparency) color specification, or rgba into scalar values. The color table can be created by direct insertion of color values, or by specifying a window and level. Window / Level is used in medical imaging to specify a linear greyscale ramp. The Level is the center of the ramp. The Window is the width of the ramp.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable ( 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.vtkWindowLevelLookupTable.Build ( ) [virtual]

Generate lookup table as a linear ramp between MinimumTableValue and MaximumTableValue.

Reimplemented from Kitware.VTK.vtkLookupTable.

override void Kitware.VTK.vtkWindowLevelLookupTable.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.vtkLookupTable.

Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.

virtual double Kitware.VTK.vtkWindowLevelLookupTable.GetLevel ( ) [virtual]

Set the Level for the lookup table. The level is the average of TableRange[0] and TableRange[1].

Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.GetMaximumTableValue ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [virtual]

Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.GetMaximumTableValue ( IntPtr  _arg) [virtual]

Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.GetMinimumTableValue ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [virtual]

Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.GetMinimumTableValue ( IntPtr  _arg) [virtual]

Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

Set the window for the lookup table. The window is the difference between TableRange[0] and TableRange[1].

Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.

Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLookupTable.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLookupTable.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLookupTable.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLookupTable.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkLookupTable.

Here is the call graph for this function:

Set inverse video on or off. You can achieve the same effect by switching the MinimumTableValue and the MaximumTableValue.

Set the Level for the lookup table. The level is the average of TableRange[0] and TableRange[1].

virtual void Kitware.VTK.vtkWindowLevelLookupTable.SetMaximumTableValue ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [virtual]

Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.SetMaximumTableValue ( IntPtr  _arg) [virtual]

Set the maximum table value. All lookup table entries above the end of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.SetMinimumTableValue ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [virtual]

Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

virtual void Kitware.VTK.vtkWindowLevelLookupTable.SetMinimumTableValue ( IntPtr  _arg) [virtual]

Set the minimum table value. All lookup table entries below the start of the ramp will be set to this color. After you change this value, you must re-build the lookup table.

Set the window for the lookup table. The window is the difference between TableRange[0] and TableRange[1].

static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_Build_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetLevel_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetMaximumTableValue_05 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetMaximumTableValue_06 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetMinimumTableValue_08 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetMinimumTableValue_09 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal double Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_GetWindow_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_InverseVideoOn_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetInverseVideo_18 ( HandleRef  pThis,
int  iv 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetLevel_19 ( HandleRef  pThis,
double  level 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetMaximumTableValue_20 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetMaximumTableValue_21 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetMinimumTableValue_22 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetMinimumTableValue_23 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkWindowLevelLookupTable.vtkWindowLevelLookupTable_SetWindow_24 ( HandleRef  pThis,
double  window 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkWindowLevelLookupTable.MRClassNameKey = "25vtkWindowLevelLookupTable" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLookupTable.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkLookupTable.


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