ActiViz .NET
5.8.0
|
vtkPlotGrid - takes care of drawing the plot grid More...
Public Member Functions | |
vtkPlotGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlotGrid () | |
Creates a 2D Chart object. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlotGrid | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the axis, called whenever the axis needs to be drawn. | |
virtual void | SetXAxis (vtkAxis axis) |
Set the X axis of the grid. | |
virtual void | SetYAxis (vtkAxis axis) |
Set the X axis of the grid. | |
Static Public Member Functions | |
static new vtkPlotGrid | New () |
Creates a 2D Chart object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlotGrid | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlotGrid" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "11vtkPlotGrid" |
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 | vtkPlotGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPlotGrid_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkPlotGrid_IsTypeOf_02 (string type) |
static internal IntPtr | vtkPlotGrid_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkPlotGrid_Paint_05 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkPlotGrid_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotGrid_SetXAxis_07 (HandleRef pThis, HandleRef axis) |
static internal void | vtkPlotGrid_SetYAxis_08 (HandleRef pThis, HandleRef axis) |
Static Private Member Functions | |
static | vtkPlotGrid () |
Automatically generated type registration mechanics. |
vtkPlotGrid - takes care of drawing the plot grid
Description The vtkPlotGrid is drawn in screen coordinates. It is usually one of the first elements of a chart to be drawn, and will generally be obscured by all other elements of the chart. It builds up its own plot locations from the parameters of the x and y axis of the plot.
static Kitware.VTK.vtkPlotGrid.vtkPlotGrid | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlotGrid.vtkPlotGrid | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a 2D Chart object.
override void Kitware.VTK.vtkPlotGrid.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.vtkContextItem.
override int Kitware.VTK.vtkPlotGrid.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new int Kitware.VTK.vtkPlotGrid.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
static new vtkPlotGrid Kitware.VTK.vtkPlotGrid.New | ( | ) | [static] |
Creates a 2D Chart object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
override bool Kitware.VTK.vtkPlotGrid.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the axis, called whenever the axis needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkPlotGrid Kitware.VTK.vtkPlotGrid.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
virtual void Kitware.VTK.vtkPlotGrid.SetXAxis | ( | vtkAxis | axis | ) | [virtual] |
Set the X axis of the grid.
virtual void Kitware.VTK.vtkPlotGrid.SetYAxis | ( | vtkAxis | axis | ) | [virtual] |
Set the X axis of the grid.
static internal int Kitware.VTK.vtkPlotGrid.vtkPlotGrid_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotGrid.vtkPlotGrid_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotGrid.vtkPlotGrid_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotGrid.vtkPlotGrid_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotGrid.vtkPlotGrid_Paint_05 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotGrid.vtkPlotGrid_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotGrid.vtkPlotGrid_SetXAxis_07 | ( | HandleRef | pThis, |
HandleRef | axis | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotGrid.vtkPlotGrid_SetYAxis_08 | ( | HandleRef | pThis, |
HandleRef | axis | ||
) | [private] |
new readonly string Kitware.VTK.vtkPlotGrid.MRClassNameKey = "11vtkPlotGrid" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.
new const string Kitware.VTK.vtkPlotGrid.MRFullTypeName = "Kitware.VTK.vtkPlotGrid" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContextItem.