ActiViz .NET
5.8.0
|
vtkPiecewiseControlPointsItem - Control points for vtkPiecewiseFunction. More...
Public Member Functions | |
vtkPiecewiseControlPointsItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPiecewiseControlPointsItem () | |
Creates a piecewise control points object. | |
override int | AddPoint (IntPtr newPos) |
Add a point to the function. Returns the index of the point (0 based), or -1 on error. Subclasses should reimplement this function to do the actual work. | |
virtual vtkPiecewiseFunction | GetPiecewiseFunction () |
Description Get the piecewise function. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPiecewiseControlPointsItem | NewInstance () |
Undocumented Block. | |
override int | RemovePoint (IntPtr pos) |
Remove a point of the function. Returns the index of the point (0 based), or -1 on error. Subclasses should reimplement this function to do the actual work. | |
virtual void | SetPiecewiseFunction (vtkPiecewiseFunction function) |
Set the piecewise function to draw its points. | |
virtual void | SetStrokeMode (bool _arg) |
Controls whether or not control points are drawn (true) or clicked and moved (false). False by default. | |
Static Public Member Functions | |
static new vtkPiecewiseControlPointsItem | New () |
Creates a piecewise control points object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPiecewiseControlPointsItem | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPiecewiseControlPointsItem" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkPiecewiseControlPointsItem" |
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 | vtkPiecewiseControlPointsItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPiecewiseControlPointsItem_AddPoint_01 (HandleRef pThis, IntPtr newPos) |
static internal IntPtr | vtkPiecewiseControlPointsItem_GetPiecewiseFunction_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPiecewiseControlPointsItem_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPiecewiseControlPointsItem_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPiecewiseControlPointsItem_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPiecewiseControlPointsItem_RemovePoint_07 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkPiecewiseControlPointsItem_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPiecewiseControlPointsItem_SetPiecewiseFunction_09 (HandleRef pThis, HandleRef function) |
static internal void | vtkPiecewiseControlPointsItem_SetStrokeMode_10 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkPiecewiseControlPointsItem () |
Automatically generated type registration mechanics. |
vtkPiecewiseControlPointsItem - Control points for vtkPiecewiseFunction.
Description vtkPiecewiseControlPointsItem draws the control points of a vtkPiecewiseFunction.
vtkControlPointsItem vtkPiecewiseFunctionItem vtkCompositeTransferFunctionItem
static Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a piecewise control points object.
override int Kitware.VTK.vtkPiecewiseControlPointsItem.AddPoint | ( | IntPtr | newPos | ) | [virtual] |
Add a point to the function. Returns the index of the point (0 based), or -1 on error. Subclasses should reimplement this function to do the actual work.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
override void Kitware.VTK.vtkPiecewiseControlPointsItem.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.vtkControlPointsItem.
virtual vtkPiecewiseFunction Kitware.VTK.vtkPiecewiseControlPointsItem.GetPiecewiseFunction | ( | ) | [virtual] |
Description Get the piecewise function.
override int Kitware.VTK.vtkPiecewiseControlPointsItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
static new int Kitware.VTK.vtkPiecewiseControlPointsItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
static new vtkPiecewiseControlPointsItem Kitware.VTK.vtkPiecewiseControlPointsItem.New | ( | ) | [static] |
Creates a piecewise control points object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
override int Kitware.VTK.vtkPiecewiseControlPointsItem.RemovePoint | ( | IntPtr | pos | ) | [virtual] |
Remove a point of the function. Returns the index of the point (0 based), or -1 on error. Subclasses should reimplement this function to do the actual work.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
static new vtkPiecewiseControlPointsItem Kitware.VTK.vtkPiecewiseControlPointsItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
virtual void Kitware.VTK.vtkPiecewiseControlPointsItem.SetPiecewiseFunction | ( | vtkPiecewiseFunction | function | ) | [virtual] |
Set the piecewise function to draw its points.
virtual void Kitware.VTK.vtkPiecewiseControlPointsItem.SetStrokeMode | ( | bool | _arg | ) | [virtual] |
Controls whether or not control points are drawn (true) or clicked and moved (false). False by default.
static internal int Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_AddPoint_01 | ( | HandleRef | pThis, |
IntPtr | newPos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_GetPiecewiseFunction_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_RemovePoint_07 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_SetPiecewiseFunction_09 | ( | HandleRef | pThis, |
HandleRef | function | ||
) | [private] |
static internal void Kitware.VTK.vtkPiecewiseControlPointsItem.vtkPiecewiseControlPointsItem_SetStrokeMode_10 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPiecewiseControlPointsItem.MRClassNameKey = "29vtkPiecewiseControlPointsItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
new const string Kitware.VTK.vtkPiecewiseControlPointsItem.MRFullTypeName = "Kitware.VTK.vtkPiecewiseControlPointsItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkControlPointsItem.