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

vtkSplineGraphEdges - subsample graph edges to make smooth curves More...

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

List of all members.

Public Types

enum  BSPLINE_WrapperEnum { BSPLINE = 0, CUSTOM = 1 }
 If SplineType is CUSTOM, uses this spline. More...

Public Member Functions

 vtkSplineGraphEdges (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSplineGraphEdges ()
 Undocumented Block.
virtual int GetNumberOfSubdivisions ()
 The number of subdivisions in the spline.
virtual vtkSpline GetSpline ()
 If SplineType is CUSTOM, uses this spline.
virtual int GetSplineType ()
 Spline type used by the filter. BSPLINE (0) - Use optimized b-spline (default). CUSTOM (1) - Use spline set with SetSpline.
override int IsA (string type)
 Undocumented Block.
new vtkSplineGraphEdges NewInstance ()
 Undocumented Block.
virtual void SetNumberOfSubdivisions (int _arg)
 The number of subdivisions in the spline.
virtual void SetSpline (vtkSpline s)
 If SplineType is CUSTOM, uses this spline.
virtual void SetSplineType (int _arg)
 Spline type used by the filter. BSPLINE (0) - Use optimized b-spline (default). CUSTOM (1) - Use spline set with SetSpline.

Static Public Member Functions

static new vtkSplineGraphEdges New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSplineGraphEdges SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkSplineGraphEdges"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkSplineGraphEdges"
 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 vtkSplineGraphEdges_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSplineGraphEdges_GetNumberOfSubdivisions_01 (HandleRef pThis)
static internal IntPtr vtkSplineGraphEdges_GetSpline_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSplineGraphEdges_GetSplineType_03 (HandleRef pThis)
static internal int vtkSplineGraphEdges_IsA_04 (HandleRef pThis, string type)
static internal int vtkSplineGraphEdges_IsTypeOf_05 (string type)
static internal IntPtr vtkSplineGraphEdges_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSplineGraphEdges_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSplineGraphEdges_SetNumberOfSubdivisions_09 (HandleRef pThis, int _arg)
static internal void vtkSplineGraphEdges_SetSpline_10 (HandleRef pThis, HandleRef s)
static internal void vtkSplineGraphEdges_SetSplineType_11 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkSplineGraphEdges ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSplineGraphEdges - subsample graph edges to make smooth curves

Description vtkSplineGraphEdges uses a vtkSpline to make edges into nicely sampled splines. By default, the filter will use an optimized b-spline. Otherwise, it will use a custom vtkSpline instance set by the user.


Member Enumeration Documentation

If SplineType is CUSTOM, uses this spline.

Enumerator:
BSPLINE 

enum member

CUSTOM 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkSplineGraphEdges.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.vtkGraphAlgorithm.

The number of subdivisions in the spline.

If SplineType is CUSTOM, uses this spline.

Here is the call graph for this function:

Spline type used by the filter. BSPLINE (0) - Use optimized b-spline (default). CUSTOM (1) - Use spline set with SetSpline.

override int Kitware.VTK.vtkSplineGraphEdges.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

static new int Kitware.VTK.vtkSplineGraphEdges.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSplineGraphEdges.SetNumberOfSubdivisions ( int  _arg) [virtual]

The number of subdivisions in the spline.

If SplineType is CUSTOM, uses this spline.

virtual void Kitware.VTK.vtkSplineGraphEdges.SetSplineType ( int  _arg) [virtual]

Spline type used by the filter. BSPLINE (0) - Use optimized b-spline (default). CUSTOM (1) - Use spline set with SetSpline.

static internal int Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_GetNumberOfSubdivisions_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_GetSpline_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_GetSplineType_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_SetNumberOfSubdivisions_09 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_SetSpline_10 ( HandleRef  pThis,
HandleRef  s 
) [private]
static internal void Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges_SetSplineType_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSplineGraphEdges.MRClassNameKey = "19vtkSplineGraphEdges" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

new const string Kitware.VTK.vtkSplineGraphEdges.MRFullTypeName = "Kitware.VTK.vtkSplineGraphEdges"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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