|
ActiViz .NET
5.8.0
|
vtkCompositeControlPointsItem - Control points for vtkCompositeFunction. More...
Public Member Functions | |
| vtkCompositeControlPointsItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkCompositeControlPointsItem () | |
| Creates a piecewise control points object. | |
| override long | 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 | GetOpacityFunction () |
| Description Utility function that calls SetPiecewiseFunction() | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkCompositeControlPointsItem | NewInstance () |
| Undocumented Block. | |
| override long | 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 new void | SetColorTransferFunction (vtkColorTransferFunction function) |
| Set the color transfer function to draw its points. | |
| void | SetOpacityFunction (vtkPiecewiseFunction opacity) |
| Description Utility function that calls SetPiecewiseFunction() | |
Static Public Member Functions | |
| static new vtkCompositeControlPointsItem | New () |
| Creates a piecewise control points object. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkCompositeControlPointsItem | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkCompositeControlPointsItem" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "29vtkCompositeControlPointsItem" |
| 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 | vtkCompositeControlPointsItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkCompositeControlPointsItem_AddPoint_01 (HandleRef pThis, IntPtr newPos) |
| static internal IntPtr | vtkCompositeControlPointsItem_GetOpacityFunction_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkCompositeControlPointsItem_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkCompositeControlPointsItem_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkCompositeControlPointsItem_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkCompositeControlPointsItem_RemovePoint_07 (HandleRef pThis, IntPtr pos) |
| static internal IntPtr | vtkCompositeControlPointsItem_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkCompositeControlPointsItem_SetColorTransferFunction_09 (HandleRef pThis, HandleRef function) |
| static internal void | vtkCompositeControlPointsItem_SetOpacityFunction_10 (HandleRef pThis, HandleRef opacity) |
Static Private Member Functions | |
| static | vtkCompositeControlPointsItem () |
| Automatically generated type registration mechanics. | |
vtkCompositeControlPointsItem - Control points for vtkCompositeFunction.
Description vtkCompositeControlPointsItem draws the control points of a vtkPiecewiseFunction and a vtkColorTransferFunction.
vtkControlPointsItem vtkColorTransferControlPointsItem vtkCompositeTransferFunctionItem
| static Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a piecewise control points object.
| override long Kitware.VTK.vtkCompositeControlPointsItem.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.vtkColorTransferControlPointsItem.
| override void Kitware.VTK.vtkCompositeControlPointsItem.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.vtkColorTransferControlPointsItem.
| virtual vtkPiecewiseFunction Kitware.VTK.vtkCompositeControlPointsItem.GetOpacityFunction | ( | ) | [virtual] |
Description Utility function that calls SetPiecewiseFunction()
| override int Kitware.VTK.vtkCompositeControlPointsItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
| static new int Kitware.VTK.vtkCompositeControlPointsItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
| static new vtkCompositeControlPointsItem Kitware.VTK.vtkCompositeControlPointsItem.New | ( | ) | [static] |
Creates a piecewise control points object.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
| override long Kitware.VTK.vtkCompositeControlPointsItem.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.vtkColorTransferControlPointsItem.
| static new vtkCompositeControlPointsItem Kitware.VTK.vtkCompositeControlPointsItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
| virtual new void Kitware.VTK.vtkCompositeControlPointsItem.SetColorTransferFunction | ( | vtkColorTransferFunction | function | ) | [virtual] |
Set the color transfer function to draw its points.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
Description Utility function that calls SetPiecewiseFunction()
| static internal long Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_AddPoint_01 | ( | HandleRef | pThis, |
| IntPtr | newPos | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_GetOpacityFunction_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_RemovePoint_07 | ( | HandleRef | pThis, |
| IntPtr | pos | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_SetColorTransferFunction_09 | ( | HandleRef | pThis, |
| HandleRef | function | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkCompositeControlPointsItem.vtkCompositeControlPointsItem_SetOpacityFunction_10 | ( | HandleRef | pThis, |
| HandleRef | opacity | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkCompositeControlPointsItem.MRClassNameKey = "29vtkCompositeControlPointsItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
| new const string Kitware.VTK.vtkCompositeControlPointsItem.MRFullTypeName = "Kitware.VTK.vtkCompositeControlPointsItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.
1.7.6.1