ActiViz .NET
5.8.0
|
vtkChart2DHistogram - Chart for 2D histograms. More...
Public Member Functions | |
vtkChartHistogram2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkChartHistogram2D () | |
Creates a 2D histogram chart. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkChartHistogram2D | NewInstance () |
Undocumented Block. | |
virtual void | SetInput (vtkImageData data, int z) |
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. | |
virtual void | SetTransferFunction (vtkScalarsToColors function) |
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. | |
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 vtkChartHistogram2D | New () |
Creates a 2D histogram chart. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkChartHistogram2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkChartHistogram2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkChartHistogram2D" |
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 | vtkChartHistogram2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkChartHistogram2D_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkChartHistogram2D_IsTypeOf_02 (string type) |
static internal IntPtr | vtkChartHistogram2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkChartHistogram2D_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkChartHistogram2D_SetInput_06 (HandleRef pThis, HandleRef data, int z) |
static internal void | vtkChartHistogram2D_SetTransferFunction_07 (HandleRef pThis, HandleRef function) |
static internal void | vtkChartHistogram2D_Update_08 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkChartHistogram2D () |
Automatically generated type registration mechanics. |
vtkChart2DHistogram - Chart for 2D histograms.
Description This defines the interface for a 2D histogram chart.
static Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a 2D histogram chart.
override void Kitware.VTK.vtkChartHistogram2D.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.vtkChartXY.
override int Kitware.VTK.vtkChartHistogram2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChartXY.
static new int Kitware.VTK.vtkChartHistogram2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChartXY.
static new vtkChartHistogram2D Kitware.VTK.vtkChartHistogram2D.New | ( | ) | [static] |
Creates a 2D histogram chart.
Reimplemented from Kitware.VTK.vtkChartXY.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChartXY.
static new vtkChartHistogram2D Kitware.VTK.vtkChartHistogram2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChartXY.
virtual void Kitware.VTK.vtkChartHistogram2D.SetInput | ( | vtkImageData | data, |
int | z | ||
) | [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.
virtual void Kitware.VTK.vtkChartHistogram2D.SetTransferFunction | ( | vtkScalarsToColors | function | ) | [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.
override void Kitware.VTK.vtkChartHistogram2D.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.vtkChartXY.
static internal int Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SetInput_06 | ( | HandleRef | pThis, |
HandleRef | data, | ||
int | z | ||
) | [private] |
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_SetTransferFunction_07 | ( | HandleRef | pThis, |
HandleRef | function | ||
) | [private] |
static internal void Kitware.VTK.vtkChartHistogram2D.vtkChartHistogram2D_Update_08 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkChartHistogram2D.MRClassNameKey = "19vtkChartHistogram2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChartXY.
new const string Kitware.VTK.vtkChartHistogram2D.MRFullTypeName = "Kitware.VTK.vtkChartHistogram2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChartXY.