ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkParametricMobius Class Reference

vtkParametricMobius - Generate a Mobius strip. More...

Inheritance diagram for Kitware.VTK.vtkParametricMobius:
[legend]
Collaboration diagram for Kitware.VTK.vtkParametricMobius:
[legend]

List of all members.

Public Member Functions

 vtkParametricMobius (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkParametricMobius ()
 Construct a Mobius strip with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = -1, MaximumV = 1, JoinU = 1, JoinV = 0, TwistU = 0, TwistV = 0, ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.
override void Evaluate (IntPtr uvw, IntPtr Pt, IntPtr Duvw)
 The Mobius strip.
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.
virtual double GetRadius ()
 Set/Get the radius of the Mobius strip.
override int IsA (string type)
 Undocumented Block.
new vtkParametricMobius NewInstance ()
 Undocumented Block.
virtual void SetRadius (double _arg)
 Set/Get the radius of the Mobius strip.

Static Public Member Functions

static new vtkParametricMobius New ()
 Construct a Mobius strip with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = -1, MaximumV = 1, JoinU = 1, JoinV = 0, TwistU = 0, TwistV = 0, ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkParametricMobius SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkParametricMobius"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkParametricMobius"
 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 vtkParametricMobius_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParametricMobius_Evaluate_01 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw)
static internal double vtkParametricMobius_EvaluateScalar_02 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw)
static internal int vtkParametricMobius_GetDimension_03 (HandleRef pThis)
static internal double vtkParametricMobius_GetRadius_04 (HandleRef pThis)
static internal int vtkParametricMobius_IsA_05 (HandleRef pThis, string type)
static internal int vtkParametricMobius_IsTypeOf_06 (string type)
static internal IntPtr vtkParametricMobius_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkParametricMobius_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParametricMobius_SetRadius_10 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkParametricMobius ()
 Automatically generated type registration mechanics.

Detailed Description

vtkParametricMobius - Generate a Mobius strip.

Description vtkParametricMobius generates a Mobius strip.

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.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkParametricMobius.vtkParametricMobius ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct a Mobius strip with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = -1, MaximumV = 1, JoinU = 1, JoinV = 0, TwistU = 0, TwistV = 0, ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.


Member Function Documentation

override void Kitware.VTK.vtkParametricMobius.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.vtkParametricMobius.Evaluate ( IntPtr  uvw,
IntPtr  Pt,
IntPtr  Duvw 
) [virtual]

The Mobius strip.

This function performs the mapping $f(u,v) \rightarrow (x,y,x)$, returning it as Pt. It also returns the partial derivatives Du and Dv. $Pt = (x, y, z), Du = (dx/du, dy/du, dz/du), Dv = (dx/dv, dy/dv, dz/dv)$ . Then the normal is $N = Du X Dv$ .

Reimplemented from Kitware.VTK.vtkParametricFunction.

override double Kitware.VTK.vtkParametricMobius.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, Du, Dv 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.

Description Return the parametric dimension of the class.

Reimplemented from Kitware.VTK.vtkParametricFunction.

virtual double Kitware.VTK.vtkParametricMobius.GetRadius ( ) [virtual]

Set/Get the radius of the Mobius strip.

override int Kitware.VTK.vtkParametricMobius.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

static new int Kitware.VTK.vtkParametricMobius.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

Construct a Mobius strip with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = -1, MaximumV = 1, JoinU = 1, JoinV = 0, TwistU = 0, TwistV = 0, ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkParametricMobius.SetRadius ( double  _arg) [virtual]

Set/Get the radius of the Mobius strip.

static internal void Kitware.VTK.vtkParametricMobius.vtkParametricMobius_Evaluate_01 ( HandleRef  pThis,
IntPtr  uvw,
IntPtr  Pt,
IntPtr  Duvw 
) [private]
static internal double Kitware.VTK.vtkParametricMobius.vtkParametricMobius_EvaluateScalar_02 ( HandleRef  pThis,
IntPtr  uvw,
IntPtr  Pt,
IntPtr  Duvw 
) [private]
static internal int Kitware.VTK.vtkParametricMobius.vtkParametricMobius_GetDimension_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkParametricMobius.vtkParametricMobius_GetRadius_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkParametricMobius.vtkParametricMobius_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkParametricMobius.vtkParametricMobius_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkParametricMobius.vtkParametricMobius_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParametricMobius.vtkParametricMobius_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParametricMobius.vtkParametricMobius_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParametricMobius.vtkParametricMobius_SetRadius_10 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkParametricMobius.MRClassNameKey = "19vtkParametricMobius" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkParametricFunction.

new const string Kitware.VTK.vtkParametricMobius.MRFullTypeName = "Kitware.VTK.vtkParametricMobius"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkParametricFunction.


The documentation for this class was generated from the following file: