ActiViz .NET
5.8.0
|
vtkColorTransferControlPointsItem - Control points for vtkColorTransferFunction. More...
Public Member Functions | |
vtkColorTransferControlPointsItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkColorTransferControlPointsItem () | |
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 bool | GetColorFill () |
If ColorFill is true, the control point brush color is set with the matching color in the color transfer function. False by default. | |
virtual vtkColorTransferFunction | GetColorTransferFunction () |
Description Get the piecewise function. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkColorTransferControlPointsItem | 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 | SetColorFill (bool _arg) |
If ColorFill is true, the control point brush color is set with the matching color in the color transfer function. False by default. | |
void | SetColorTransferFunction (vtkColorTransferFunction function) |
Set the piecewise function to draw its points. | |
Static Public Member Functions | |
static new vtkColorTransferControlPointsItem | New () |
Creates a piecewise control points object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkColorTransferControlPointsItem | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkColorTransferControlPointsItem" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "33vtkColorTransferControlPointsItem" |
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 | vtkColorTransferControlPointsItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkColorTransferControlPointsItem_AddPoint_01 (HandleRef pThis, IntPtr newPos) |
static internal byte | vtkColorTransferControlPointsItem_GetColorFill_02 (HandleRef pThis) |
static internal IntPtr | vtkColorTransferControlPointsItem_GetColorTransferFunction_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkColorTransferControlPointsItem_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkColorTransferControlPointsItem_IsTypeOf_05 (string type) |
static internal IntPtr | vtkColorTransferControlPointsItem_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkColorTransferControlPointsItem_RemovePoint_08 (HandleRef pThis, IntPtr pos) |
static internal IntPtr | vtkColorTransferControlPointsItem_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkColorTransferControlPointsItem_SetColorFill_10 (HandleRef pThis, byte _arg) |
static internal void | vtkColorTransferControlPointsItem_SetColorTransferFunction_11 (HandleRef pThis, HandleRef function) |
Static Private Member Functions | |
static | vtkColorTransferControlPointsItem () |
Automatically generated type registration mechanics. |
vtkColorTransferControlPointsItem - Control points for vtkColorTransferFunction.
Description vtkColorTransferControlPointsItem draws the control points of a vtkColorTransferFunction.
vtkControlPointsItem vtkColorTransferFunctionItem vtkCompositeTransferFunctionItem
static Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem | ( | 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.vtkColorTransferControlPointsItem.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.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
override void Kitware.VTK.vtkColorTransferControlPointsItem.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.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
virtual bool Kitware.VTK.vtkColorTransferControlPointsItem.GetColorFill | ( | ) | [virtual] |
If ColorFill is true, the control point brush color is set with the matching color in the color transfer function. False by default.
virtual vtkColorTransferFunction Kitware.VTK.vtkColorTransferControlPointsItem.GetColorTransferFunction | ( | ) | [virtual] |
Description Get the piecewise function.
override int Kitware.VTK.vtkColorTransferControlPointsItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
static new int Kitware.VTK.vtkColorTransferControlPointsItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
static new vtkColorTransferControlPointsItem Kitware.VTK.vtkColorTransferControlPointsItem.New | ( | ) | [static] |
Creates a piecewise control points object.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
override int Kitware.VTK.vtkColorTransferControlPointsItem.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.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
static new vtkColorTransferControlPointsItem Kitware.VTK.vtkColorTransferControlPointsItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
virtual void Kitware.VTK.vtkColorTransferControlPointsItem.SetColorFill | ( | bool | _arg | ) | [virtual] |
If ColorFill is true, the control point brush color is set with the matching color in the color transfer function. False by default.
void Kitware.VTK.vtkColorTransferControlPointsItem.SetColorTransferFunction | ( | vtkColorTransferFunction | function | ) |
Set the piecewise function to draw its points.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
static internal int Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_AddPoint_01 | ( | HandleRef | pThis, |
IntPtr | newPos | ||
) | [private] |
static internal byte Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_GetColorFill_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_GetColorTransferFunction_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_RemovePoint_08 | ( | HandleRef | pThis, |
IntPtr | pos | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_SetColorFill_10 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkColorTransferControlPointsItem.vtkColorTransferControlPointsItem_SetColorTransferFunction_11 | ( | HandleRef | pThis, |
HandleRef | function | ||
) | [private] |
new readonly string Kitware.VTK.vtkColorTransferControlPointsItem.MRClassNameKey = "33vtkColorTransferControlPointsItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.
new const string Kitware.VTK.vtkColorTransferControlPointsItem.MRFullTypeName = "Kitware.VTK.vtkColorTransferControlPointsItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkControlPointsItem.
Reimplemented in Kitware.VTK.vtkCompositeControlPointsItem.