ActiViz .NET
5.8.0
|
vtkQuadric - evaluate implicit quadric function More...
Public Member Functions | |
vtkQuadric (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkQuadric () | |
Description Construct quadric with all coefficients = 1. | |
override double | EvaluateFunction (IntPtr x) |
Description Evaluate quadric equation. | |
new double | EvaluateFunction (double x, double y, double z) |
Description Evaluate quadric equation. | |
override void | EvaluateGradient (IntPtr x, IntPtr g) |
Description Evaluate the gradient to the quadric equation. | |
virtual double[] | GetCoefficients () |
Description Set / get the 10 coefficients of the quadric equation. | |
virtual void | GetCoefficients (IntPtr data) |
Description Set / get the 10 coefficients of the quadric equation. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkQuadric | NewInstance () |
Undocumented Block. | |
void | SetCoefficients (IntPtr a) |
Description Set / get the 10 coefficients of the quadric equation. | |
void | SetCoefficients (double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7, double a8, double a9) |
Description Set / get the 10 coefficients of the quadric equation. | |
Static Public Member Functions | |
static new vtkQuadric | New () |
Description Construct quadric with all coefficients = 1. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkQuadric | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkQuadric" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "10vtkQuadric" |
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 | vtkQuadric_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkQuadric_EvaluateFunction_01 (HandleRef pThis, IntPtr x) |
static internal double | vtkQuadric_EvaluateFunction_02 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkQuadric_EvaluateGradient_03 (HandleRef pThis, IntPtr x, IntPtr g) |
static internal IntPtr | vtkQuadric_GetCoefficients_04 (HandleRef pThis) |
static internal void | vtkQuadric_GetCoefficients_05 (HandleRef pThis, IntPtr data) |
static internal int | vtkQuadric_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkQuadric_IsTypeOf_07 (string type) |
static internal IntPtr | vtkQuadric_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkQuadric_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkQuadric_SetCoefficients_11 (HandleRef pThis, IntPtr a) |
static internal void | vtkQuadric_SetCoefficients_12 (HandleRef pThis, double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7, double a8, double a9) |
Static Private Member Functions | |
static | vtkQuadric () |
Automatically generated type registration mechanics. |
vtkQuadric - evaluate implicit quadric function
Description vtkQuadric evaluates the quadric function F(x,y,z) = a0*x^2 + a1*y^2 + a2*z^2 + a3*x*y + a4*y*z + a5*x*z + a6*x + a7*y + a8*z + a9. vtkQuadric is a concrete implementation of vtkImplicitFunction.
static Kitware.VTK.vtkQuadric.vtkQuadric | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkQuadric.vtkQuadric | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Description Construct quadric with all coefficients = 1.
override void Kitware.VTK.vtkQuadric.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.vtkImplicitFunction.
override double Kitware.VTK.vtkQuadric.EvaluateFunction | ( | IntPtr | x | ) | [virtual] |
Description Evaluate quadric equation.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
new double Kitware.VTK.vtkQuadric.EvaluateFunction | ( | double | x, |
double | y, | ||
double | z | ||
) |
Description Evaluate quadric equation.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
override void Kitware.VTK.vtkQuadric.EvaluateGradient | ( | IntPtr | x, |
IntPtr | g | ||
) | [virtual] |
Description Evaluate the gradient to the quadric equation.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
virtual double [] Kitware.VTK.vtkQuadric.GetCoefficients | ( | ) | [virtual] |
Description Set / get the 10 coefficients of the quadric equation.
virtual void Kitware.VTK.vtkQuadric.GetCoefficients | ( | IntPtr | data | ) | [virtual] |
Description Set / get the 10 coefficients of the quadric equation.
override int Kitware.VTK.vtkQuadric.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new int Kitware.VTK.vtkQuadric.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new vtkQuadric Kitware.VTK.vtkQuadric.New | ( | ) | [static] |
Description Construct quadric with all coefficients = 1.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new vtkQuadric Kitware.VTK.vtkQuadric.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
void Kitware.VTK.vtkQuadric.SetCoefficients | ( | IntPtr | a | ) |
Description Set / get the 10 coefficients of the quadric equation.
void Kitware.VTK.vtkQuadric.SetCoefficients | ( | double | a0, |
double | a1, | ||
double | a2, | ||
double | a3, | ||
double | a4, | ||
double | a5, | ||
double | a6, | ||
double | a7, | ||
double | a8, | ||
double | a9 | ||
) |
Description Set / get the 10 coefficients of the quadric equation.
static internal double Kitware.VTK.vtkQuadric.vtkQuadric_EvaluateFunction_01 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal double Kitware.VTK.vtkQuadric.vtkQuadric_EvaluateFunction_02 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkQuadric.vtkQuadric_EvaluateGradient_03 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | g | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadric.vtkQuadric_GetCoefficients_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkQuadric.vtkQuadric_GetCoefficients_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadric.vtkQuadric_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadric.vtkQuadric_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadric.vtkQuadric_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadric.vtkQuadric_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadric.vtkQuadric_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkQuadric.vtkQuadric_SetCoefficients_11 | ( | HandleRef | pThis, |
IntPtr | a | ||
) | [private] |
static internal void Kitware.VTK.vtkQuadric.vtkQuadric_SetCoefficients_12 | ( | HandleRef | pThis, |
double | a0, | ||
double | a1, | ||
double | a2, | ||
double | a3, | ||
double | a4, | ||
double | a5, | ||
double | a6, | ||
double | a7, | ||
double | a8, | ||
double | a9 | ||
) | [private] |
new readonly string Kitware.VTK.vtkQuadric.MRClassNameKey = "10vtkQuadric" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
new const string Kitware.VTK.vtkQuadric.MRFullTypeName = "Kitware.VTK.vtkQuadric" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImplicitFunction.