ActiViz .NET
5.8.0
|
vtkPlotParallelCoordinates - Class for drawing a parallel coordinate plot given columns from a vtkTable. More...
Public Member Functions | |
vtkPlotParallelCoordinates (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlotParallelCoordinates () | |
Creates a parallel coordinates chart. | |
virtual void | CreateDefaultLookupTable () |
Create default lookup table. Generally used to create one when none is available with the scalar data. | |
override void | GetBounds (IntPtr bounds) |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
vtkScalarsToColors | GetLookupTable () |
Specify a lookup table for the mapper to use. | |
virtual int | GetScalarVisibility () |
Turn on/off flag to control whether scalar data is used to color objects. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlotParallelCoordinates | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the XY plot, called whenever the chart needs to be drawn. | |
bool | ResetSelectionRange () |
Reset the selection criteria for the chart. | |
virtual void | ScalarVisibilityOff () |
Turn on/off flag to control whether scalar data is used to color objects. | |
virtual void | ScalarVisibilityOn () |
Turn on/off flag to control whether scalar data is used to color objects. | |
void | SelectColorArray (int arrayNum) |
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use for coloring using these methods. The lookup table will decide how to convert vectors to colors. | |
override void | SetInput (vtkTable table) |
This is a convenience function to set the input table. | |
void | SetLookupTable (vtkScalarsToColors lut) |
Specify a lookup table for the mapper to use. | |
virtual void | SetScalarVisibility (int _arg) |
Turn on/off flag to control whether scalar data is used to color objects. | |
bool | SetSelectionRange (int Axis, float low, float high) |
Set the selection criteria on the given axis in normalized space (0.0 - 1.0). | |
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 vtkPlotParallelCoordinates | New () |
Creates a parallel coordinates chart. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlotParallelCoordinates | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlotParallelCoordinates" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkPlotParallelCoordinates" |
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 | vtkPlotParallelCoordinates_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotParallelCoordinates_CreateDefaultLookupTable_01 (HandleRef pThis) |
static internal void | vtkPlotParallelCoordinates_GetBounds_02 (HandleRef pThis, IntPtr bounds) |
static internal IntPtr | vtkPlotParallelCoordinates_GetLookupTable_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPlotParallelCoordinates_GetScalarVisibility_04 (HandleRef pThis) |
static internal int | vtkPlotParallelCoordinates_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkPlotParallelCoordinates_IsTypeOf_06 (string type) |
static internal IntPtr | vtkPlotParallelCoordinates_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkPlotParallelCoordinates_Paint_09 (HandleRef pThis, HandleRef painter) |
static internal byte | vtkPlotParallelCoordinates_ResetSelectionRange_10 (HandleRef pThis) |
static internal IntPtr | vtkPlotParallelCoordinates_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotParallelCoordinates_ScalarVisibilityOff_12 (HandleRef pThis) |
static internal void | vtkPlotParallelCoordinates_ScalarVisibilityOn_13 (HandleRef pThis) |
static internal void | vtkPlotParallelCoordinates_SelectColorArray_14 (HandleRef pThis, int arrayNum) |
static internal void | vtkPlotParallelCoordinates_SetInput_15 (HandleRef pThis, HandleRef table) |
static internal void | vtkPlotParallelCoordinates_SetLookupTable_16 (HandleRef pThis, HandleRef lut) |
static internal void | vtkPlotParallelCoordinates_SetScalarVisibility_17 (HandleRef pThis, int _arg) |
static internal byte | vtkPlotParallelCoordinates_SetSelectionRange_18 (HandleRef pThis, int Axis, float low, float high) |
static internal void | vtkPlotParallelCoordinates_Update_19 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPlotParallelCoordinates () |
Automatically generated type registration mechanics. |
vtkPlotParallelCoordinates - Class for drawing a parallel coordinate plot given columns from a vtkTable.
Description
static Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a parallel coordinates chart.
virtual void Kitware.VTK.vtkPlotParallelCoordinates.CreateDefaultLookupTable | ( | ) | [virtual] |
Create default lookup table. Generally used to create one when none is available with the scalar data.
override void Kitware.VTK.vtkPlotParallelCoordinates.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.vtkPlotParallelCoordinates.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from Kitware.VTK.vtkPlot.
Specify a lookup table for the mapper to use.
virtual int Kitware.VTK.vtkPlotParallelCoordinates.GetScalarVisibility | ( | ) | [virtual] |
Turn on/off flag to control whether scalar data is used to color objects.
override int Kitware.VTK.vtkPlotParallelCoordinates.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new int Kitware.VTK.vtkPlotParallelCoordinates.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new vtkPlotParallelCoordinates Kitware.VTK.vtkPlotParallelCoordinates.New | ( | ) | [static] |
Creates a parallel coordinates chart.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override bool Kitware.VTK.vtkPlotParallelCoordinates.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the XY plot, called whenever the chart needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
Reset the selection criteria for the chart.
static new vtkPlotParallelCoordinates Kitware.VTK.vtkPlotParallelCoordinates.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
virtual void Kitware.VTK.vtkPlotParallelCoordinates.ScalarVisibilityOff | ( | ) | [virtual] |
Turn on/off flag to control whether scalar data is used to color objects.
virtual void Kitware.VTK.vtkPlotParallelCoordinates.ScalarVisibilityOn | ( | ) | [virtual] |
Turn on/off flag to control whether scalar data is used to color objects.
void Kitware.VTK.vtkPlotParallelCoordinates.SelectColorArray | ( | int | arrayNum | ) |
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use for coloring using these methods. The lookup table will decide how to convert vectors to colors.
override void Kitware.VTK.vtkPlotParallelCoordinates.SetInput | ( | vtkTable | table | ) | [virtual] |
This is a convenience function to set the input table.
Reimplemented from Kitware.VTK.vtkPlot.
Specify a lookup table for the mapper to use.
virtual void Kitware.VTK.vtkPlotParallelCoordinates.SetScalarVisibility | ( | int | _arg | ) | [virtual] |
Turn on/off flag to control whether scalar data is used to color objects.
bool Kitware.VTK.vtkPlotParallelCoordinates.SetSelectionRange | ( | int | Axis, |
float | low, | ||
float | high | ||
) |
Set the selection criteria on the given axis in normalized space (0.0 - 1.0).
override void Kitware.VTK.vtkPlotParallelCoordinates.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.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_CreateDefaultLookupTable_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_GetBounds_02 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_GetLookupTable_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_GetScalarVisibility_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_Paint_09 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_ResetSelectionRange_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_ScalarVisibilityOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_ScalarVisibilityOn_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SelectColorArray_14 | ( | HandleRef | pThis, |
int | arrayNum | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SetInput_15 | ( | HandleRef | pThis, |
HandleRef | table | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SetLookupTable_16 | ( | HandleRef | pThis, |
HandleRef | lut | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SetScalarVisibility_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_SetSelectionRange_18 | ( | HandleRef | pThis, |
int | Axis, | ||
float | low, | ||
float | high | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotParallelCoordinates.vtkPlotParallelCoordinates_Update_19 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkPlotParallelCoordinates.MRClassNameKey = "26vtkPlotParallelCoordinates" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
new const string Kitware.VTK.vtkPlotParallelCoordinates.MRFullTypeName = "Kitware.VTK.vtkPlotParallelCoordinates" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.