ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCompositeControlPointsItem Class Reference

vtkCompositeControlPointsItem - Control points for vtkCompositeFunction. More...

Inheritance diagram for Kitware.VTK.vtkCompositeControlPointsItem:
[legend]
Collaboration diagram for Kitware.VTK.vtkCompositeControlPointsItem:
[legend]

List of all members.

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 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 GetOpacityFunction ()
 Description Utility function that calls SetPiecewiseFunction()
override int IsA (string type)
 Undocumented Block.
new vtkCompositeControlPointsItem 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 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 int 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 int 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.

Detailed Description

vtkCompositeControlPointsItem - Control points for vtkCompositeFunction.

Description vtkCompositeControlPointsItem draws the control points of a vtkPiecewiseFunction and a vtkColorTransferFunction.

vtkControlPointsItem vtkColorTransferControlPointsItem vtkCompositeTransferFunctionItem


Constructor & Destructor Documentation

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.


Member Function Documentation

override int 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.

Description Utility function that calls SetPiecewiseFunction()

Here is the call graph for this function:

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.

Creates a piecewise control points object.

Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.

override int 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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.

Here is the call graph for this function:

Set the color transfer function to draw its points.

Reimplemented from Kitware.VTK.vtkColorTransferControlPointsItem.

Description Utility function that calls SetPiecewiseFunction()

static internal int 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 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 int 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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: