ActiViz .NET
5.8.0
|
vtkPlotStacked - Class for drawing an stacked polygon plot given an X, Ybase, Yextent in a vtkTable. More...
Public Member Functions | |
vtkPlotStacked (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlotStacked () | |
Creates a Stacked Plot Object. | |
override void | GetBounds (IntPtr bounds) |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). | |
override void | GetColor (IntPtr rgb) |
Set the plot color. | |
vtkColorSeries | GetColorSeries () |
Get the color series used if when this is a stacked bar plot. | |
override vtkStringArray | GetLabels () |
Description Get the plot labels. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlotStacked | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the Stacked plot, called whenever the chart needs to be drawn. | |
override void | SetColor (byte r, byte g, byte b, byte a) |
Set the plot color. | |
override void | SetColor (double r, double g, double b) |
Set the plot color. | |
void | SetColorSeries (vtkColorSeries colorSeries) |
Set the color series to use if this becomes a stacked bar 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 vtkPlotStacked | New () |
Creates a Stacked Plot Object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlotStacked | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlotStacked" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkPlotStacked" |
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 | vtkPlotStacked_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotStacked_GetBounds_01 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkPlotStacked_GetColor_02 (HandleRef pThis, IntPtr rgb) |
static internal IntPtr | vtkPlotStacked_GetColorSeries_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPlotStacked_GetLabels_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPlotStacked_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkPlotStacked_IsTypeOf_06 (string type) |
static internal IntPtr | vtkPlotStacked_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkPlotStacked_Paint_09 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkPlotStacked_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotStacked_SetColor_11 (HandleRef pThis, byte r, byte g, byte b, byte a) |
static internal void | vtkPlotStacked_SetColor_12 (HandleRef pThis, double r, double g, double b) |
static internal void | vtkPlotStacked_SetColorSeries_13 (HandleRef pThis, HandleRef colorSeries) |
static internal void | vtkPlotStacked_Update_14 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPlotStacked () |
Automatically generated type registration mechanics. |
vtkPlotStacked - Class for drawing an stacked polygon plot given an X, Ybase, Yextent in a vtkTable.
Description
static Kitware.VTK.vtkPlotStacked.vtkPlotStacked | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlotStacked.vtkPlotStacked | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a Stacked Plot Object.
override void Kitware.VTK.vtkPlotStacked.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.vtkPlotStacked.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotStacked.GetColor | ( | IntPtr | rgb | ) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
Get the color series used if when this is a stacked bar plot.
override vtkStringArray Kitware.VTK.vtkPlotStacked.GetLabels | ( | ) | [virtual] |
Description Get the plot labels.
Reimplemented from Kitware.VTK.vtkPlot.
override int Kitware.VTK.vtkPlotStacked.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new int Kitware.VTK.vtkPlotStacked.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new vtkPlotStacked Kitware.VTK.vtkPlotStacked.New | ( | ) | [static] |
Creates a Stacked Plot Object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override bool Kitware.VTK.vtkPlotStacked.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the Stacked plot, called whenever the chart needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkPlotStacked Kitware.VTK.vtkPlotStacked.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotStacked.SetColor | ( | byte | r, |
byte | g, | ||
byte | b, | ||
byte | a | ||
) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotStacked.SetColor | ( | double | r, |
double | g, | ||
double | b | ||
) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
void Kitware.VTK.vtkPlotStacked.SetColorSeries | ( | vtkColorSeries | colorSeries | ) |
Set the color series to use if this becomes a stacked bar plot.
override void Kitware.VTK.vtkPlotStacked.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.vtkPlotStacked.vtkPlotStacked_GetBounds_01 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotStacked.vtkPlotStacked_GetColor_02 | ( | HandleRef | pThis, |
IntPtr | rgb | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotStacked.vtkPlotStacked_GetColorSeries_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotStacked.vtkPlotStacked_GetLabels_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotStacked.vtkPlotStacked_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotStacked.vtkPlotStacked_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotStacked.vtkPlotStacked_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotStacked.vtkPlotStacked_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotStacked.vtkPlotStacked_Paint_09 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotStacked.vtkPlotStacked_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotStacked.vtkPlotStacked_SetColor_11 | ( | HandleRef | pThis, |
byte | r, | ||
byte | g, | ||
byte | b, | ||
byte | a | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotStacked.vtkPlotStacked_SetColor_12 | ( | HandleRef | pThis, |
double | r, | ||
double | g, | ||
double | b | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotStacked.vtkPlotStacked_SetColorSeries_13 | ( | HandleRef | pThis, |
HandleRef | colorSeries | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotStacked.vtkPlotStacked_Update_14 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkPlotStacked.MRClassNameKey = "14vtkPlotStacked" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
new const string Kitware.VTK.vtkPlotStacked.MRFullTypeName = "Kitware.VTK.vtkPlotStacked" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.