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.vtkParametricRoman Class Reference

vtkParametricRoman - Generate Steiner's Roman Surface. More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static new vtkParametricRoman New ()
 Construct Steiner's Roman Surface with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 0; ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkParametricRoman SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkParametricRoman"
 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 vtkParametricRoman_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParametricRoman_Evaluate_01 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw)
static internal double vtkParametricRoman_EvaluateScalar_02 (HandleRef pThis, IntPtr uvw, IntPtr Pt, IntPtr Duvw)
static internal int vtkParametricRoman_GetDimension_03 (HandleRef pThis)
static internal double vtkParametricRoman_GetRadius_04 (HandleRef pThis)
static internal int vtkParametricRoman_IsA_05 (HandleRef pThis, string type)
static internal int vtkParametricRoman_IsTypeOf_06 (string type)
static internal IntPtr vtkParametricRoman_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkParametricRoman_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkParametricRoman_SetRadius_10 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkParametricRoman ()
 Automatically generated type registration mechanics.

Detailed Description

vtkParametricRoman - Generate Steiner's Roman Surface.

Description vtkParametricRoman generates Steiner's Roman Surface.

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.vtkParametricRoman.vtkParametricRoman ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

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

Construct Steiner's Roman Surface with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, TwistV = 0; ClockwiseOrdering = 1, DerivativesAvailable = 1, Radius = 1.


Member Function Documentation

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

Steiner's Roman Surface.

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.vtkParametricRoman.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.vtkParametricRoman.GetDimension ( ) [virtual]

Description Return the parametric dimension of the class.

Reimplemented from Kitware.VTK.vtkParametricFunction.

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

Set/Get the radius.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkParametricFunction.

Construct Steiner's Roman Surface with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0, MaximumV = Pi, JoinU = 1, JoinV = 1, TwistU = 1, 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.vtkParametricRoman.SetRadius ( double  _arg) [virtual]

Set/Get the radius.

static internal void Kitware.VTK.vtkParametricRoman.vtkParametricRoman_Evaluate_01 ( HandleRef  pThis,
IntPtr  uvw,
IntPtr  Pt,
IntPtr  Duvw 
) [private]
static internal double Kitware.VTK.vtkParametricRoman.vtkParametricRoman_EvaluateScalar_02 ( HandleRef  pThis,
IntPtr  uvw,
IntPtr  Pt,
IntPtr  Duvw 
) [private]
static internal int Kitware.VTK.vtkParametricRoman.vtkParametricRoman_GetDimension_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkParametricRoman.vtkParametricRoman_GetRadius_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkParametricRoman.vtkParametricRoman_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkParametricRoman.vtkParametricRoman_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkParametricRoman.vtkParametricRoman_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParametricRoman.vtkParametricRoman_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkParametricRoman.vtkParametricRoman_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkParametricRoman.vtkParametricRoman_SetRadius_10 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkParametricRoman.MRClassNameKey = "18vtkParametricRoman" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkParametricFunction.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkParametricFunction.


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