ActiViz .NET
5.8.0
|
vtkSplineGraphEdges - subsample graph edges to make smooth curves More...
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. |
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.
static Kitware.VTK.vtkSplineGraphEdges.vtkSplineGraphEdges | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkSplineGraphEdges.GetNumberOfSubdivisions | ( | ) | [virtual] |
The number of subdivisions in the spline.
virtual vtkSpline Kitware.VTK.vtkSplineGraphEdges.GetSpline | ( | ) | [virtual] |
If SplineType is CUSTOM, uses this spline.
virtual int Kitware.VTK.vtkSplineGraphEdges.GetSplineType | ( | ) | [virtual] |
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.
static new vtkSplineGraphEdges Kitware.VTK.vtkSplineGraphEdges.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
static new vtkSplineGraphEdges Kitware.VTK.vtkSplineGraphEdges.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
virtual void Kitware.VTK.vtkSplineGraphEdges.SetNumberOfSubdivisions | ( | int | _arg | ) | [virtual] |
The number of subdivisions in the spline.
virtual void Kitware.VTK.vtkSplineGraphEdges.SetSpline | ( | vtkSpline | s | ) | [virtual] |
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] |
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.