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

vtkDiskSource - create a disk with hole in center More...

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

List of all members.

Public Member Functions

 vtkDiskSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDiskSource ()
 Undocumented Block.
virtual int GetCircumferentialResolution ()
 Set the number of points in circumferential direction.
virtual int GetCircumferentialResolutionMaxValue ()
 Set the number of points in circumferential direction.
virtual int GetCircumferentialResolutionMinValue ()
 Set the number of points in circumferential direction.
virtual double GetInnerRadius ()
 Specify inner radius of hole in disc.
virtual double GetInnerRadiusMaxValue ()
 Specify inner radius of hole in disc.
virtual double GetInnerRadiusMinValue ()
 Specify inner radius of hole in disc.
virtual double GetOuterRadius ()
 Specify outer radius of disc.
virtual double GetOuterRadiusMaxValue ()
 Specify outer radius of disc.
virtual double GetOuterRadiusMinValue ()
 Specify outer radius of disc.
virtual int GetRadialResolution ()
 Set the number of points in radius direction.
virtual int GetRadialResolutionMaxValue ()
 Set the number of points in radius direction.
virtual int GetRadialResolutionMinValue ()
 Set the number of points in radius direction.
override int IsA (string type)
 Undocumented Block.
new vtkDiskSource NewInstance ()
 Undocumented Block.
virtual void SetCircumferentialResolution (int _arg)
 Set the number of points in circumferential direction.
virtual void SetInnerRadius (double _arg)
 Specify inner radius of hole in disc.
virtual void SetOuterRadius (double _arg)
 Specify outer radius of disc.
virtual void SetRadialResolution (int _arg)
 Set the number of points in radius direction.

Static Public Member Functions

static new vtkDiskSource New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDiskSource SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkDiskSource"
 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 vtkDiskSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDiskSource_GetCircumferentialResolution_01 (HandleRef pThis)
static internal int vtkDiskSource_GetCircumferentialResolutionMaxValue_02 (HandleRef pThis)
static internal int vtkDiskSource_GetCircumferentialResolutionMinValue_03 (HandleRef pThis)
static internal double vtkDiskSource_GetInnerRadius_04 (HandleRef pThis)
static internal double vtkDiskSource_GetInnerRadiusMaxValue_05 (HandleRef pThis)
static internal double vtkDiskSource_GetInnerRadiusMinValue_06 (HandleRef pThis)
static internal double vtkDiskSource_GetOuterRadius_07 (HandleRef pThis)
static internal double vtkDiskSource_GetOuterRadiusMaxValue_08 (HandleRef pThis)
static internal double vtkDiskSource_GetOuterRadiusMinValue_09 (HandleRef pThis)
static internal int vtkDiskSource_GetRadialResolution_10 (HandleRef pThis)
static internal int vtkDiskSource_GetRadialResolutionMaxValue_11 (HandleRef pThis)
static internal int vtkDiskSource_GetRadialResolutionMinValue_12 (HandleRef pThis)
static internal int vtkDiskSource_IsA_13 (HandleRef pThis, string type)
static internal int vtkDiskSource_IsTypeOf_14 (string type)
static internal IntPtr vtkDiskSource_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDiskSource_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDiskSource_SetCircumferentialResolution_18 (HandleRef pThis, int _arg)
static internal void vtkDiskSource_SetInnerRadius_19 (HandleRef pThis, double _arg)
static internal void vtkDiskSource_SetOuterRadius_20 (HandleRef pThis, double _arg)
static internal void vtkDiskSource_SetRadialResolution_21 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkDiskSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDiskSource - create a disk with hole in center

Description vtkDiskSource creates a polygonal disk with a hole in the center. The disk has zero height. The user can specify the inner and outer radius of the disk, and the radial and circumferential resolution of the polygonal representation.

vtkLinearExtrusionFilter


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkDiskSource.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.vtkPolyDataAlgorithm.

Set the number of points in circumferential direction.

Set the number of points in circumferential direction.

Set the number of points in circumferential direction.

virtual double Kitware.VTK.vtkDiskSource.GetInnerRadius ( ) [virtual]

Specify inner radius of hole in disc.

Specify inner radius of hole in disc.

Specify inner radius of hole in disc.

virtual double Kitware.VTK.vtkDiskSource.GetOuterRadius ( ) [virtual]

Specify outer radius of disc.

Specify outer radius of disc.

Specify outer radius of disc.

Set the number of points in radius direction.

Set the number of points in radius direction.

Set the number of points in radius direction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDiskSource.SetCircumferentialResolution ( int  _arg) [virtual]

Set the number of points in circumferential direction.

virtual void Kitware.VTK.vtkDiskSource.SetInnerRadius ( double  _arg) [virtual]

Specify inner radius of hole in disc.

virtual void Kitware.VTK.vtkDiskSource.SetOuterRadius ( double  _arg) [virtual]

Specify outer radius of disc.

virtual void Kitware.VTK.vtkDiskSource.SetRadialResolution ( int  _arg) [virtual]

Set the number of points in radius direction.

static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolution_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolutionMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolutionMinValue_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadius_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadiusMaxValue_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadiusMinValue_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadius_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadiusMaxValue_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadiusMinValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolution_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolutionMaxValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolutionMinValue_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetCircumferentialResolution_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetInnerRadius_19 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetOuterRadius_20 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetRadialResolution_21 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDiskSource.MRClassNameKey = "13vtkDiskSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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