ActiViz .NET
5.8.0
|
vtkEdgePoints - generate points on isosurface More...
Public Member Functions | |
vtkEdgePoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEdgePoints () | |
Construct object with contour value of 0.0. | |
virtual double | GetValue () |
Set/get the contour value. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEdgePoints | NewInstance () |
Undocumented Block. | |
virtual void | SetValue (double _arg) |
Set/get the contour value. | |
Static Public Member Functions | |
static new vtkEdgePoints | New () |
Construct object with contour value of 0.0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEdgePoints | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEdgePoints" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkEdgePoints" |
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 | vtkEdgePoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkEdgePoints_GetValue_01 (HandleRef pThis) |
static internal int | vtkEdgePoints_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkEdgePoints_IsTypeOf_03 (string type) |
static internal IntPtr | vtkEdgePoints_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgePoints_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEdgePoints_SetValue_07 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkEdgePoints () |
Automatically generated type registration mechanics. |
vtkEdgePoints - generate points on isosurface
Description vtkEdgePoints is a filter that takes as input any dataset and generates for output a set of points that lie on an isosurface. The points are created by interpolation along cells edges whose end-points are below and above the contour value. Caveats vtkEdgePoints can be considered a "poor man's" dividing cubes algorithm (see vtkDividingCubes). Points are generated only on the edges of cells, not in the interior, and at lower density than dividing cubes. However, it is more general than dividing cubes since it treats any type of dataset.
static Kitware.VTK.vtkEdgePoints.vtkEdgePoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEdgePoints.vtkEdgePoints | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with contour value of 0.0.
override void Kitware.VTK.vtkEdgePoints.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.vtkPolyDataAlgorithm.
virtual double Kitware.VTK.vtkEdgePoints.GetValue | ( | ) | [virtual] |
Set/get the contour value.
override int Kitware.VTK.vtkEdgePoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkEdgePoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkEdgePoints Kitware.VTK.vtkEdgePoints.New | ( | ) | [static] |
Construct object with contour value of 0.0.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkEdgePoints Kitware.VTK.vtkEdgePoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkEdgePoints.SetValue | ( | double | _arg | ) | [virtual] |
Set/get the contour value.
static internal double Kitware.VTK.vtkEdgePoints.vtkEdgePoints_GetValue_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEdgePoints.vtkEdgePoints_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEdgePoints.vtkEdgePoints_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgePoints.vtkEdgePoints_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgePoints.vtkEdgePoints_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgePoints.vtkEdgePoints_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEdgePoints.vtkEdgePoints_SetValue_07 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkEdgePoints.MRClassNameKey = "13vtkEdgePoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkEdgePoints.MRFullTypeName = "Kitware.VTK.vtkEdgePoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.