ActiViz .NET
5.8.0
|
vtkParametricCrossCap - Generate a cross-cap. More...
Public Member Functions | |
vtkParametricCrossCap (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkParametricCrossCap () | |
Construct a cross-cap with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 1; ClockwiseOrdering = 1, DerivativesAvailable = 1. | |
override void | Evaluate (IntPtr uvw, IntPtr Pt, IntPtr Duvw) |
A cross-cap. | |
override double | EvaluateScalar (IntPtr uvw, IntPtr Pt, IntPtr Duvw) |
Calculate a user defined scalar using one or all of uvw, Pt, Duvw. | |
override int | GetDimension () |
Description Return the parametric dimension of the class. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkParametricCrossCap | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkParametricCrossCap | New () |
Construct a cross-cap with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 1; ClockwiseOrdering = 1, DerivativesAvailable = 1. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkParametricCrossCap | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkParametricCrossCap" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkParametricCrossCap" |
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 | vtkParametricCrossCap_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParametricCrossCap_Evaluate_01 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw) |
static internal double | vtkParametricCrossCap_EvaluateScalar_02 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw) |
static internal int | vtkParametricCrossCap_GetDimension_03 (HandleRef pThis) |
static internal int | vtkParametricCrossCap_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkParametricCrossCap_IsTypeOf_05 (string type) |
static internal IntPtr | vtkParametricCrossCap_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParametricCrossCap_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkParametricCrossCap () |
Automatically generated type registration mechanics. |
vtkParametricCrossCap - Generate a cross-cap.
Description vtkParametricCrossCap generates a cross-cap which is a non-orientable self-intersecting single-sided surface. This is one possible image of a projective plane in three-space.
For further information about this surface, please consult the technical description "Parametric surfaces" in http://www.vtk.org/documents.php in the "VTK Technical Documents" section in the VTk.org web pages.
Thanks Andrew Maclean a.maclean@cas.edu.au for creating and contributing the class.
static Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct a cross-cap with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 1; ClockwiseOrdering = 1, DerivativesAvailable = 1.
override void Kitware.VTK.vtkParametricCrossCap.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.vtkParametricFunction.
override void Kitware.VTK.vtkParametricCrossCap.Evaluate | ( | IntPtr | uvw, |
IntPtr | Pt, | ||
IntPtr | Duvw | ||
) | [virtual] |
A cross-cap.
This function performs the mapping , returning it as Pt. It also returns the partial derivatives Du and Dv.
. Then the normal is
.
Reimplemented from Kitware.VTK.vtkParametricFunction.
override double Kitware.VTK.vtkParametricCrossCap.EvaluateScalar | ( | IntPtr | uvw, |
IntPtr | Pt, | ||
IntPtr | Duvw | ||
) | [virtual] |
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
uvw are the parameters with Pt being the the cartesian point, Duvw are the derivatives of this point with respect to u, v and w. Pt, Duvw are obtained from Evaluate().
This function is only called if the ScalarMode has the value vtkParametricFunctionSource::SCALAR_FUNCTION_DEFINED
If the user does not need to calculate a scalar, then the instantiated function should return zero.
Reimplemented from Kitware.VTK.vtkParametricFunction.
override int Kitware.VTK.vtkParametricCrossCap.GetDimension | ( | ) | [virtual] |
Description Return the parametric dimension of the class.
Reimplemented from Kitware.VTK.vtkParametricFunction.
override int Kitware.VTK.vtkParametricCrossCap.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static new int Kitware.VTK.vtkParametricCrossCap.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static new vtkParametricCrossCap Kitware.VTK.vtkParametricCrossCap.New | ( | ) | [static] |
Construct a cross-cap with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 1; ClockwiseOrdering = 1, DerivativesAvailable = 1.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static new vtkParametricCrossCap Kitware.VTK.vtkParametricCrossCap.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkParametricFunction.
static internal void Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_Evaluate_01 | ( | HandleRef | pThis, |
IntPtr | uvw, | ||
IntPtr | Pt, | ||
IntPtr | Duvw | ||
) | [private] |
static internal double Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_EvaluateScalar_02 | ( | HandleRef | pThis, |
IntPtr | uvw, | ||
IntPtr | Pt, | ||
IntPtr | Duvw | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_GetDimension_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParametricCrossCap.vtkParametricCrossCap_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkParametricCrossCap.MRClassNameKey = "21vtkParametricCrossCap" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkParametricFunction.
new const string Kitware.VTK.vtkParametricCrossCap.MRFullTypeName = "Kitware.VTK.vtkParametricCrossCap" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkParametricFunction.