ActiViz .NET
5.8.0
|
vtk2DHistogramItem - 2D histogram item. More...
Public Member Functions | |
vtkPlotHistogram2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlotHistogram2D () | |
Creates a new object. | |
override void | GetBounds (IntPtr bounds) |
Get the color transfer function that is used to generate the histogram. | |
vtkImageData | GetInputImageData () |
Get the input table used by the plot. | |
vtkScalarsToColors | GetTransferFunction () |
Get the color transfer function that is used to generate the histogram. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlotHistogram2D | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the item, called whenever it needs to be drawn. | |
virtual void | SetInput (vtkImageData data, int z) |
Set the input, we are expecting a vtkImageData with just one component, this would normally be a float or a double. It will be passed to the other functions as a double to generate a color. | |
override void | SetInput (vtkTable arg0) |
Set the input, we are expecting a vtkImageData with just one component, this would normally be a float or a double. It will be passed to the other functions as a double to generate a color. | |
void | SetTransferFunction (vtkScalarsToColors transfer) |
Set the color transfer funtion that will be used to generate the 2D histogram. | |
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 vtkPlotHistogram2D | New () |
Creates a new object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlotHistogram2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlotHistogram2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkPlotHistogram2D" |
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 | vtkPlotHistogram2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotHistogram2D_GetBounds_01 (HandleRef pThis, IntPtr bounds) |
static internal IntPtr | vtkPlotHistogram2D_GetInputImageData_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPlotHistogram2D_GetTransferFunction_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPlotHistogram2D_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkPlotHistogram2D_IsTypeOf_05 (string type) |
static internal IntPtr | vtkPlotHistogram2D_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkPlotHistogram2D_Paint_08 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkPlotHistogram2D_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotHistogram2D_SetInput_10 (HandleRef pThis, HandleRef data, int z) |
static internal void | vtkPlotHistogram2D_SetInput_11 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkPlotHistogram2D_SetTransferFunction_12 (HandleRef pThis, HandleRef transfer) |
static internal void | vtkPlotHistogram2D_Update_13 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPlotHistogram2D () |
Automatically generated type registration mechanics. |
vtk2DHistogramItem - 2D histogram item.
Description
static Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a new object.
override void Kitware.VTK.vtkPlotHistogram2D.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.vtkPlot.
override void Kitware.VTK.vtkPlotHistogram2D.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Get the color transfer function that is used to generate the histogram.
Reimplemented from Kitware.VTK.vtkPlot.
Get the input table used by the plot.
Get the color transfer function that is used to generate the histogram.
override int Kitware.VTK.vtkPlotHistogram2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new int Kitware.VTK.vtkPlotHistogram2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new vtkPlotHistogram2D Kitware.VTK.vtkPlotHistogram2D.New | ( | ) | [static] |
Creates a new object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override bool Kitware.VTK.vtkPlotHistogram2D.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the item, called whenever it needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkPlotHistogram2D Kitware.VTK.vtkPlotHistogram2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
virtual void Kitware.VTK.vtkPlotHistogram2D.SetInput | ( | vtkImageData | data, |
int | z | ||
) | [virtual] |
Set the input, we are expecting a vtkImageData with just one component, this would normally be a float or a double. It will be passed to the other functions as a double to generate a color.
override void Kitware.VTK.vtkPlotHistogram2D.SetInput | ( | vtkTable | arg0 | ) | [virtual] |
Set the input, we are expecting a vtkImageData with just one component, this would normally be a float or a double. It will be passed to the other functions as a double to generate a color.
Reimplemented from Kitware.VTK.vtkPlot.
void Kitware.VTK.vtkPlotHistogram2D.SetTransferFunction | ( | vtkScalarsToColors | transfer | ) |
Set the color transfer funtion that will be used to generate the 2D histogram.
override void Kitware.VTK.vtkPlotHistogram2D.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 void Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_GetBounds_01 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_GetInputImageData_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_GetTransferFunction_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_Paint_08 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_SetInput_10 | ( | HandleRef | pThis, |
HandleRef | data, | ||
int | z | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_SetInput_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_SetTransferFunction_12 | ( | HandleRef | pThis, |
HandleRef | transfer | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotHistogram2D.vtkPlotHistogram2D_Update_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkPlotHistogram2D.MRClassNameKey = "18vtkPlotHistogram2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
new const string Kitware.VTK.vtkPlotHistogram2D.MRFullTypeName = "Kitware.VTK.vtkPlotHistogram2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.