ActiViz .NET
5.8.0
|
vtkCone - implicit function for a cone More...
Public Member Functions | |
vtkCone (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCone () | |
Description Construct cone with angle of 45 degrees. | |
override double | EvaluateFunction (IntPtr x) |
Description Evaluate cone equation. | |
new double | EvaluateFunction (double x, double y, double z) |
Description Evaluate cone equation. | |
override void | EvaluateGradient (IntPtr x, IntPtr g) |
Description Evaluate cone normal. | |
virtual double | GetAngle () |
Set/Get the cone angle (expressed in degrees). | |
virtual double | GetAngleMaxValue () |
Set/Get the cone angle (expressed in degrees). | |
virtual double | GetAngleMinValue () |
Set/Get the cone angle (expressed in degrees). | |
override int | IsA (string type) |
Description Construct cone with angle of 45 degrees. | |
new vtkCone | NewInstance () |
Description Construct cone with angle of 45 degrees. | |
virtual void | SetAngle (double _arg) |
Set/Get the cone angle (expressed in degrees). | |
Static Public Member Functions | |
static new vtkCone | New () |
Description Construct cone with angle of 45 degrees. | |
static new int | IsTypeOf (string type) |
Description Construct cone with angle of 45 degrees. | |
static new vtkCone | SafeDownCast (vtkObjectBase o) |
Description Construct cone with angle of 45 degrees. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCone" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "7vtkCone" |
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 | vtkCone_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkCone_EvaluateFunction_01 (HandleRef pThis, IntPtr x) |
static internal double | vtkCone_EvaluateFunction_02 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkCone_EvaluateGradient_03 (HandleRef pThis, IntPtr x, IntPtr g) |
static internal double | vtkCone_GetAngle_04 (HandleRef pThis) |
static internal double | vtkCone_GetAngleMaxValue_05 (HandleRef pThis) |
static internal double | vtkCone_GetAngleMinValue_06 (HandleRef pThis) |
static internal int | vtkCone_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkCone_IsTypeOf_08 (string type) |
static internal IntPtr | vtkCone_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCone_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCone_SetAngle_12 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkCone () |
Automatically generated type registration mechanics. |
vtkCone - implicit function for a cone
Description vtkCone computes the implicit function and function gradient for a cone. vtkCone is a concrete implementation of vtkImplicitFunction. The cone vertex is located at the origin with axis of rotation coincident with x-axis. (Use the superclass' vtkImplicitFunction transformation matrix if necessary to reposition.) The angle specifies the angle between the axis of rotation and the side of the cone.
static Kitware.VTK.vtkCone.vtkCone | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCone.vtkCone | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Description Construct cone with angle of 45 degrees.
override void Kitware.VTK.vtkCone.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.vtkCone.EvaluateFunction | ( | IntPtr | x | ) | [virtual] |
Description Evaluate cone equation.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
new double Kitware.VTK.vtkCone.EvaluateFunction | ( | double | x, |
double | y, | ||
double | z | ||
) |
Description Evaluate cone equation.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
override void Kitware.VTK.vtkCone.EvaluateGradient | ( | IntPtr | x, |
IntPtr | g | ||
) | [virtual] |
Description Evaluate cone normal.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
virtual double Kitware.VTK.vtkCone.GetAngle | ( | ) | [virtual] |
Set/Get the cone angle (expressed in degrees).
virtual double Kitware.VTK.vtkCone.GetAngleMaxValue | ( | ) | [virtual] |
Set/Get the cone angle (expressed in degrees).
virtual double Kitware.VTK.vtkCone.GetAngleMinValue | ( | ) | [virtual] |
Set/Get the cone angle (expressed in degrees).
override int Kitware.VTK.vtkCone.IsA | ( | string | type | ) | [virtual] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new int Kitware.VTK.vtkCone.IsTypeOf | ( | string | type | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new vtkCone Kitware.VTK.vtkCone.New | ( | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkObject.
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
static new vtkCone Kitware.VTK.vtkCone.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Description Construct cone with angle of 45 degrees.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
virtual void Kitware.VTK.vtkCone.SetAngle | ( | double | _arg | ) | [virtual] |
Set/Get the cone angle (expressed in degrees).
static internal double Kitware.VTK.vtkCone.vtkCone_EvaluateFunction_01 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal double Kitware.VTK.vtkCone.vtkCone_EvaluateFunction_02 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkCone.vtkCone_EvaluateGradient_03 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | g | ||
) | [private] |
static internal double Kitware.VTK.vtkCone.vtkCone_GetAngle_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCone.vtkCone_GetAngleMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCone.vtkCone_GetAngleMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCone.vtkCone_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCone.vtkCone_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCone.vtkCone_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCone.vtkCone_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCone.vtkCone_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCone.vtkCone_SetAngle_12 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkCone.MRClassNameKey = "7vtkCone" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImplicitFunction.
new const string Kitware.VTK.vtkCone.MRFullTypeName = "Kitware.VTK.vtkCone" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImplicitFunction.