ActiViz .NET
5.8.0
|
vtkDataSetGradientPrecompute More...
Public Member Functions | |
vtkDataSetGradientPrecompute (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataSetGradientPrecompute () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDataSetGradientPrecompute | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkDataSetGradientPrecompute | New () |
Undocumented Block. | |
static int | GradientPrecompute (vtkDataSet ds) |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataSetGradientPrecompute | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataSetGradientPrecompute" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkDataSetGradientPrecompute" |
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 | vtkDataSetGradientPrecompute_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataSetGradientPrecompute_GradientPrecompute_01 (HandleRef ds) |
static internal int | vtkDataSetGradientPrecompute_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkDataSetGradientPrecompute_IsTypeOf_03 (string type) |
static internal IntPtr | vtkDataSetGradientPrecompute_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataSetGradientPrecompute_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkDataSetGradientPrecompute () |
Automatically generated type registration mechanics. |
Description Computes a geometry based vector field that the DataSetGradient filter uses to accelerate gradient computation. This vector field is added to FieldData since it has a different value for each vertex of each cell (a vertex shared by two cell has two differents values).
Thanks This file is part of the generalized Youngs material interface reconstruction algorithm contributed by CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France <br> BP12, F-91297 Arpajon, France. <br> Implementation by Thierry Carrard (CEA)
static Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDataSetGradientPrecompute.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.vtkDataSetAlgorithm.
static int Kitware.VTK.vtkDataSetGradientPrecompute.GradientPrecompute | ( | vtkDataSet | ds | ) | [static] |
Undocumented Block.
override int Kitware.VTK.vtkDataSetGradientPrecompute.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkDataSetGradientPrecompute.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkDataSetGradientPrecompute Kitware.VTK.vtkDataSetGradientPrecompute.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkDataSetGradientPrecompute Kitware.VTK.vtkDataSetGradientPrecompute.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static internal int Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_GradientPrecompute_01 | ( | HandleRef | ds | ) | [private] |
static internal int Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataSetGradientPrecompute.vtkDataSetGradientPrecompute_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataSetGradientPrecompute.MRClassNameKey = "28vtkDataSetGradientPrecompute" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkDataSetGradientPrecompute.MRFullTypeName = "Kitware.VTK.vtkDataSetGradientPrecompute" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.