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

vtkCylinder - implicit function for a cylinder More...

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

List of all members.

Public Member Functions

 vtkCylinder (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCylinder ()
 Description Construct cylinder radius of 0.5.
override double EvaluateFunction (IntPtr x)
 Description Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2.
new double EvaluateFunction (double x, double y, double z)
 Description Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2.
override void EvaluateGradient (IntPtr x, IntPtr g)
 Description Evaluate cylinder function gradient.
virtual double[] GetCenter ()
 Set/Get cylinder center.
virtual void GetCenter (IntPtr data)
 Set/Get cylinder center.
virtual double GetRadius ()
 Set/Get cylinder radius.
override int IsA (string type)
 Undocumented Block.
new vtkCylinder NewInstance ()
 Undocumented Block.
virtual void SetCenter (double _arg1, double _arg2, double _arg3)
 Set/Get cylinder center.
virtual void SetCenter (IntPtr _arg)
 Set/Get cylinder center.
virtual void SetRadius (double _arg)
 Set/Get cylinder radius.

Static Public Member Functions

static new vtkCylinder New ()
 Description Construct cylinder radius of 0.5.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCylinder SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkCylinder"
 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 vtkCylinder_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkCylinder_EvaluateFunction_01 (HandleRef pThis, IntPtr x)
static internal double vtkCylinder_EvaluateFunction_02 (HandleRef pThis, double x, double y, double z)
static internal void vtkCylinder_EvaluateGradient_03 (HandleRef pThis, IntPtr x, IntPtr g)
static internal IntPtr vtkCylinder_GetCenter_04 (HandleRef pThis)
static internal void vtkCylinder_GetCenter_05 (HandleRef pThis, IntPtr data)
static internal double vtkCylinder_GetRadius_06 (HandleRef pThis)
static internal int vtkCylinder_IsA_07 (HandleRef pThis, string type)
static internal int vtkCylinder_IsTypeOf_08 (string type)
static internal IntPtr vtkCylinder_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCylinder_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCylinder_SetCenter_12 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkCylinder_SetCenter_13 (HandleRef pThis, IntPtr _arg)
static internal void vtkCylinder_SetRadius_14 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkCylinder ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCylinder - implicit function for a cylinder

Description vtkCylinder computes the implicit function and function gradient for a cylinder. vtkCylinder is a concrete implementation of vtkImplicitFunction. Cylinder is centered at Center and axes of rotation is along the y-axis. (Use the superclass' vtkImplicitFunction transformation matrix if necessary to reposition.)


Constructor & Destructor Documentation

static Kitware.VTK.vtkCylinder.vtkCylinder ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Description Construct cylinder radius of 0.5.


Member Function Documentation

override void Kitware.VTK.vtkCylinder.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.vtkCylinder.EvaluateFunction ( IntPtr  x) [virtual]

Description Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

new double Kitware.VTK.vtkCylinder.EvaluateFunction ( double  x,
double  y,
double  z 
)

Description Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

override void Kitware.VTK.vtkCylinder.EvaluateGradient ( IntPtr  x,
IntPtr  g 
) [virtual]

Description Evaluate cylinder function gradient.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

virtual double [] Kitware.VTK.vtkCylinder.GetCenter ( ) [virtual]

Set/Get cylinder center.

virtual void Kitware.VTK.vtkCylinder.GetCenter ( IntPtr  data) [virtual]

Set/Get cylinder center.

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

Set/Get cylinder radius.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

static new vtkCylinder Kitware.VTK.vtkCylinder.New ( ) [static]

Description Construct cylinder radius of 0.5.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkCylinder.SetCenter ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get cylinder center.

virtual void Kitware.VTK.vtkCylinder.SetCenter ( IntPtr  _arg) [virtual]

Set/Get cylinder center.

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

Set/Get cylinder radius.

static internal double Kitware.VTK.vtkCylinder.vtkCylinder_EvaluateFunction_01 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal double Kitware.VTK.vtkCylinder.vtkCylinder_EvaluateFunction_02 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkCylinder.vtkCylinder_EvaluateGradient_03 ( HandleRef  pThis,
IntPtr  x,
IntPtr  g 
) [private]
static internal IntPtr Kitware.VTK.vtkCylinder.vtkCylinder_GetCenter_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCylinder.vtkCylinder_GetCenter_05 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkCylinder.vtkCylinder_GetRadius_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCylinder.vtkCylinder_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCylinder.vtkCylinder_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCylinder.vtkCylinder_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCylinder.vtkCylinder_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCylinder.vtkCylinder_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCylinder.vtkCylinder_SetCenter_12 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkCylinder.vtkCylinder_SetCenter_13 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkCylinder.vtkCylinder_SetRadius_14 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCylinder.MRClassNameKey = "11vtkCylinder" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImplicitFunction.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImplicitFunction.


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