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.vtkPiecewiseControlPointsItem Class Reference

vtkPiecewiseControlPointsItem - Control points for vtkPiecewiseFunction. More...

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

List of all members.

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.

Detailed Description

vtkPiecewiseControlPointsItem - Control points for vtkPiecewiseFunction.

Description vtkPiecewiseControlPointsItem draws the control points of a vtkPiecewiseFunction.

vtkControlPointsItem vtkPiecewiseFunctionItem vtkCompositeTransferFunctionItem


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Description Get the piecewise function.

Here is the call graph for this 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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkControlPointsItem.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


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