|
ActiViz .NET
5.8.0
|
vtkPlotLine - Class for drawing an XY line plot given two columns from a vtkTable. More...
Public Member Functions | |
| vtkPlotLine (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPlotLine () | |
| Creates a 2D Chart object. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPlotLine | NewInstance () |
| Undocumented Block. | |
| override bool | Paint (vtkContext2D painter) |
| Paint event for the XY plot, called whenever the chart needs to be drawn. | |
Static Public Member Functions | |
| static new vtkPlotLine | New () |
| Creates a 2D Chart object. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPlotLine | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPlotLine" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "11vtkPlotLine" |
| 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 | vtkPlotLine_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkPlotLine_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkPlotLine_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkPlotLine_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal byte | vtkPlotLine_Paint_05 (HandleRef pThis, HandleRef painter) |
| static internal IntPtr | vtkPlotLine_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkPlotLine () |
| Automatically generated type registration mechanics. | |
vtkPlotLine - Class for drawing an XY line plot given two columns from a vtkTable.
Description
| static Kitware.VTK.vtkPlotLine.vtkPlotLine | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPlotLine.vtkPlotLine | ( | 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.vtkPlotLine.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.vtkPlotPoints.
| override int Kitware.VTK.vtkPlotLine.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| static new int Kitware.VTK.vtkPlotLine.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| static new vtkPlotLine Kitware.VTK.vtkPlotLine.New | ( | ) | [static] |
Creates a 2D Chart object.
Reimplemented from Kitware.VTK.vtkPlotPoints.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| override bool Kitware.VTK.vtkPlotLine.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the XY plot, called whenever the chart needs to be drawn.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| static new vtkPlotLine Kitware.VTK.vtkPlotLine.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| static internal int Kitware.VTK.vtkPlotLine.vtkPlotLine_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPlotLine.vtkPlotLine_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlotLine.vtkPlotLine_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlotLine.vtkPlotLine_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal byte Kitware.VTK.vtkPlotLine.vtkPlotLine_Paint_05 | ( | HandleRef | pThis, |
| HandleRef | painter | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlotLine.vtkPlotLine_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPlotLine.MRClassNameKey = "11vtkPlotLine" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlotPoints.
| new const string Kitware.VTK.vtkPlotLine.MRFullTypeName = "Kitware.VTK.vtkPlotLine" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlotPoints.
1.7.6.1