ActiViz .NET
5.8.0
|
vtkChartParallelCoordinates - Factory class for drawing 2D charts More...
Public Member Functions | |
vtkChartParallelCoordinates (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkChartParallelCoordinates () | |
Creates a parallel coordinates chart. | |
override vtkAxis | GetAxis (int axisIndex) |
Get the axis specified by axisIndex. | |
override int | GetNumberOfAxes () |
Get the number of axes in the current chart. | |
override int | GetNumberOfPlots () |
Get the number of plots the chart contains. | |
override vtkPlot | GetPlot (int index) |
Get the plot at the specified index, returns null if the index is invalid. | |
virtual vtkStringArray | GetVisibleColumns () |
Get a list of the columns, and the order in which they are displayed. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkChartParallelCoordinates | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the chart, called whenever the chart needs to be drawn. | |
override void | RecalculateBounds () |
Request that the chart recalculates the range of its axes. Especially useful in applications after the parameters of plots have been modified. | |
void | SetColumnVisibilityAll (bool visible) |
Set the visibility of all columns (true will make them all visible, false will remove all visible columns). | |
virtual void | SetPlot (vtkPlotParallelCoordinates plot) |
Description Set plot to use for the chart. Since this type of chart can only contain one plot, this will replace the previous plot. | |
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 vtkChartParallelCoordinates | New () |
Creates a parallel coordinates chart. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkChartParallelCoordinates | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkChartParallelCoordinates" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "27vtkChartParallelCoordinates" |
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 | vtkChartParallelCoordinates_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkChartParallelCoordinates_GetAxis_01 (HandleRef pThis, int axisIndex, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkChartParallelCoordinates_GetNumberOfAxes_02 (HandleRef pThis) |
static internal int | vtkChartParallelCoordinates_GetNumberOfPlots_03 (HandleRef pThis) |
static internal IntPtr | vtkChartParallelCoordinates_GetPlot_04 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkChartParallelCoordinates_GetVisibleColumns_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkChartParallelCoordinates_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkChartParallelCoordinates_IsTypeOf_07 (string type) |
static internal IntPtr | vtkChartParallelCoordinates_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkChartParallelCoordinates_Paint_10 (HandleRef pThis, HandleRef painter) |
static internal void | vtkChartParallelCoordinates_RecalculateBounds_11 (HandleRef pThis) |
static internal IntPtr | vtkChartParallelCoordinates_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkChartParallelCoordinates_SetColumnVisibilityAll_13 (HandleRef pThis, byte visible) |
static internal void | vtkChartParallelCoordinates_SetPlot_14 (HandleRef pThis, HandleRef plot) |
static internal void | vtkChartParallelCoordinates_Update_15 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkChartParallelCoordinates () |
Automatically generated type registration mechanics. |
vtkChartParallelCoordinates - Factory class for drawing 2D charts
Description This defines the interface for a parallel coordinates chart.
static Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a parallel coordinates chart.
override void Kitware.VTK.vtkChartParallelCoordinates.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.vtkChart.
override vtkAxis Kitware.VTK.vtkChartParallelCoordinates.GetAxis | ( | int | axisIndex | ) | [virtual] |
Get the axis specified by axisIndex.
Reimplemented from Kitware.VTK.vtkChart.
override int Kitware.VTK.vtkChartParallelCoordinates.GetNumberOfAxes | ( | ) | [virtual] |
Get the number of axes in the current chart.
Reimplemented from Kitware.VTK.vtkChart.
override int Kitware.VTK.vtkChartParallelCoordinates.GetNumberOfPlots | ( | ) | [virtual] |
Get the number of plots the chart contains.
Reimplemented from Kitware.VTK.vtkChart.
override vtkPlot Kitware.VTK.vtkChartParallelCoordinates.GetPlot | ( | int | index | ) | [virtual] |
Get the plot at the specified index, returns null if the index is invalid.
Reimplemented from Kitware.VTK.vtkChart.
virtual vtkStringArray Kitware.VTK.vtkChartParallelCoordinates.GetVisibleColumns | ( | ) | [virtual] |
Get a list of the columns, and the order in which they are displayed.
override int Kitware.VTK.vtkChartParallelCoordinates.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChart.
static new int Kitware.VTK.vtkChartParallelCoordinates.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChart.
static new vtkChartParallelCoordinates Kitware.VTK.vtkChartParallelCoordinates.New | ( | ) | [static] |
Creates a parallel coordinates chart.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChart.
override bool Kitware.VTK.vtkChartParallelCoordinates.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the chart, called whenever the chart needs to be drawn.
Reimplemented from Kitware.VTK.vtkChart.
override void Kitware.VTK.vtkChartParallelCoordinates.RecalculateBounds | ( | ) | [virtual] |
Request that the chart recalculates the range of its axes. Especially useful in applications after the parameters of plots have been modified.
Reimplemented from Kitware.VTK.vtkChart.
static new vtkChartParallelCoordinates Kitware.VTK.vtkChartParallelCoordinates.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChart.
void Kitware.VTK.vtkChartParallelCoordinates.SetColumnVisibilityAll | ( | bool | visible | ) |
Set the visibility of all columns (true will make them all visible, false will remove all visible columns).
virtual void Kitware.VTK.vtkChartParallelCoordinates.SetPlot | ( | vtkPlotParallelCoordinates | plot | ) | [virtual] |
Description Set plot to use for the chart. Since this type of chart can only contain one plot, this will replace the previous plot.
override void Kitware.VTK.vtkChartParallelCoordinates.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 IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_GetAxis_01 | ( | HandleRef | pThis, |
int | axisIndex, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_GetNumberOfAxes_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_GetNumberOfPlots_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_GetPlot_04 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_GetVisibleColumns_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_Paint_10 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal void Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_RecalculateBounds_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_SetColumnVisibilityAll_13 | ( | HandleRef | pThis, |
byte | visible | ||
) | [private] |
static internal void Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_SetPlot_14 | ( | HandleRef | pThis, |
HandleRef | plot | ||
) | [private] |
static internal void Kitware.VTK.vtkChartParallelCoordinates.vtkChartParallelCoordinates_Update_15 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkChartParallelCoordinates.MRClassNameKey = "27vtkChartParallelCoordinates" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChart.
new const string Kitware.VTK.vtkChartParallelCoordinates.MRFullTypeName = "Kitware.VTK.vtkChartParallelCoordinates" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChart.