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

vtkConeSource - generate polygonal cone More...

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

List of all members.

Public Member Functions

 vtkConeSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkConeSource ()
 Construct with default resolution 6, height 1.0, radius 0.5, and capping on. The cone is centered at the origin and points down the x-axis.
virtual void CappingOff ()
 Turn on/off whether to cap the base of the cone with a polygon.
virtual void CappingOn ()
 Turn on/off whether to cap the base of the cone with a polygon.
double GetAngle ()
 Set the angle of the cone. This is the angle between the axis of the cone and a generatrix. Warning: this is not the aperture! The aperture is twice this angle. As a side effect, the angle plus height sets the base radius of the cone. Angle is expressed in degrees.
virtual int GetCapping ()
 Turn on/off whether to cap the base of the cone with a polygon.
virtual double[] GetCenter ()
 Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.
virtual void GetCenter (IntPtr data)
 Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.
virtual double[] GetDirection ()
 Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).
virtual void GetDirection (IntPtr data)
 Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).
virtual double GetHeight ()
 Set the height of the cone. This is the height along the cone in its specified direction.
virtual double GetHeightMaxValue ()
 Set the height of the cone. This is the height along the cone in its specified direction.
virtual double GetHeightMinValue ()
 Set the height of the cone. This is the height along the cone in its specified direction.
virtual double GetRadius ()
 Set the base radius of the cone.
virtual double GetRadiusMaxValue ()
 Set the base radius of the cone.
virtual double GetRadiusMinValue ()
 Set the base radius of the cone.
virtual int GetResolution ()
 Set the number of facets used to represent the cone.
virtual int GetResolutionMaxValue ()
 Set the number of facets used to represent the cone.
virtual int GetResolutionMinValue ()
 Set the number of facets used to represent the cone.
override int IsA (string type)
 Undocumented Block.
new vtkConeSource NewInstance ()
 Undocumented Block.
void SetAngle (double angle)
 Set the angle of the cone. This is the angle between the axis of the cone and a generatrix. Warning: this is not the aperture! The aperture is twice this angle. As a side effect, the angle plus height sets the base radius of the cone. Angle is expressed in degrees.
virtual void SetCapping (int _arg)
 Turn on/off whether to cap the base of the cone with a polygon.
virtual void SetCenter (double _arg1, double _arg2, double _arg3)
 Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.
virtual void SetCenter (IntPtr _arg)
 Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.
virtual void SetDirection (double _arg1, double _arg2, double _arg3)
 Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).
virtual void SetDirection (IntPtr _arg)
 Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).
virtual void SetHeight (double _arg)
 Set the height of the cone. This is the height along the cone in its specified direction.
virtual void SetRadius (double _arg)
 Set the base radius of the cone.
virtual void SetResolution (int _arg)
 Set the number of facets used to represent the cone.

Static Public Member Functions

static new vtkConeSource New ()
 Construct with default resolution 6, height 1.0, radius 0.5, and capping on. The cone is centered at the origin and points down the x-axis.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkConeSource SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkConeSource"
 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 vtkConeSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkConeSource_CappingOff_01 (HandleRef pThis)
static internal void vtkConeSource_CappingOn_02 (HandleRef pThis)
static internal double vtkConeSource_GetAngle_03 (HandleRef pThis)
static internal int vtkConeSource_GetCapping_04 (HandleRef pThis)
static internal IntPtr vtkConeSource_GetCenter_05 (HandleRef pThis)
static internal void vtkConeSource_GetCenter_06 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkConeSource_GetDirection_07 (HandleRef pThis)
static internal void vtkConeSource_GetDirection_08 (HandleRef pThis, IntPtr data)
static internal double vtkConeSource_GetHeight_09 (HandleRef pThis)
static internal double vtkConeSource_GetHeightMaxValue_10 (HandleRef pThis)
static internal double vtkConeSource_GetHeightMinValue_11 (HandleRef pThis)
static internal double vtkConeSource_GetRadius_12 (HandleRef pThis)
static internal double vtkConeSource_GetRadiusMaxValue_13 (HandleRef pThis)
static internal double vtkConeSource_GetRadiusMinValue_14 (HandleRef pThis)
static internal int vtkConeSource_GetResolution_15 (HandleRef pThis)
static internal int vtkConeSource_GetResolutionMaxValue_16 (HandleRef pThis)
static internal int vtkConeSource_GetResolutionMinValue_17 (HandleRef pThis)
static internal int vtkConeSource_IsA_18 (HandleRef pThis, string type)
static internal int vtkConeSource_IsTypeOf_19 (string type)
static internal IntPtr vtkConeSource_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkConeSource_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkConeSource_SetAngle_23 (HandleRef pThis, double angle)
static internal void vtkConeSource_SetCapping_24 (HandleRef pThis, int _arg)
static internal void vtkConeSource_SetCenter_25 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkConeSource_SetCenter_26 (HandleRef pThis, IntPtr _arg)
static internal void vtkConeSource_SetDirection_27 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkConeSource_SetDirection_28 (HandleRef pThis, IntPtr _arg)
static internal void vtkConeSource_SetHeight_29 (HandleRef pThis, double _arg)
static internal void vtkConeSource_SetRadius_30 (HandleRef pThis, double _arg)
static internal void vtkConeSource_SetResolution_31 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkConeSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkConeSource - generate polygonal cone

Description vtkConeSource creates a cone centered at a specified point and pointing in a specified direction. (By default, the center is the origin and the direction is the x-axis.) Depending upon the resolution of this object, different representations are created. If resolution=0 a line is created; if resolution=1, a single triangle is created; if resolution=2, two crossed triangles are created. For resolution > 2, a 3D cone (with resolution number of sides) is created. It also is possible to control whether the bottom of the cone is capped with a (resolution-sided) polygon, and to specify the height and radius of the cone.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Construct with default resolution 6, height 1.0, radius 0.5, and capping on. The cone is centered at the origin and points down the x-axis.


Member Function Documentation

virtual void Kitware.VTK.vtkConeSource.CappingOff ( ) [virtual]

Turn on/off whether to cap the base of the cone with a polygon.

virtual void Kitware.VTK.vtkConeSource.CappingOn ( ) [virtual]

Turn on/off whether to cap the base of the cone with a polygon.

override void Kitware.VTK.vtkConeSource.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 angle of the cone. This is the angle between the axis of the cone and a generatrix. Warning: this is not the aperture! The aperture is twice this angle. As a side effect, the angle plus height sets the base radius of the cone. Angle is expressed in degrees.

virtual int Kitware.VTK.vtkConeSource.GetCapping ( ) [virtual]

Turn on/off whether to cap the base of the cone with a polygon.

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

Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.

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

Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.

virtual double [] Kitware.VTK.vtkConeSource.GetDirection ( ) [virtual]

Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).

virtual void Kitware.VTK.vtkConeSource.GetDirection ( IntPtr  data) [virtual]

Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).

virtual double Kitware.VTK.vtkConeSource.GetHeight ( ) [virtual]

Set the height of the cone. This is the height along the cone in its specified direction.

virtual double Kitware.VTK.vtkConeSource.GetHeightMaxValue ( ) [virtual]

Set the height of the cone. This is the height along the cone in its specified direction.

virtual double Kitware.VTK.vtkConeSource.GetHeightMinValue ( ) [virtual]

Set the height of the cone. This is the height along the cone in its specified direction.

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

Set the base radius of the cone.

virtual double Kitware.VTK.vtkConeSource.GetRadiusMaxValue ( ) [virtual]

Set the base radius of the cone.

virtual double Kitware.VTK.vtkConeSource.GetRadiusMinValue ( ) [virtual]

Set the base radius of the cone.

virtual int Kitware.VTK.vtkConeSource.GetResolution ( ) [virtual]

Set the number of facets used to represent the cone.

Set the number of facets used to represent the cone.

Set the number of facets used to represent the cone.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct with default resolution 6, height 1.0, radius 0.5, and capping on. The cone is centered at the origin and points down the x-axis.

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:

void Kitware.VTK.vtkConeSource.SetAngle ( double  angle)

Set the angle of the cone. This is the angle between the axis of the cone and a generatrix. Warning: this is not the aperture! The aperture is twice this angle. As a side effect, the angle plus height sets the base radius of the cone. Angle is expressed in degrees.

virtual void Kitware.VTK.vtkConeSource.SetCapping ( int  _arg) [virtual]

Turn on/off whether to cap the base of the cone with a polygon.

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

Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.

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

Set the center of the cone. It is located at the middle of the axis of the cone. Warning: this is not the center of the base of the cone! The default is 0,0,0.

virtual void Kitware.VTK.vtkConeSource.SetDirection ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).

virtual void Kitware.VTK.vtkConeSource.SetDirection ( IntPtr  _arg) [virtual]

Set the orientation vector of the cone. The vector does not have to be normalized. The direction goes from the center of the base toward the apex. The default is (1,0,0).

virtual void Kitware.VTK.vtkConeSource.SetHeight ( double  _arg) [virtual]

Set the height of the cone. This is the height along the cone in its specified direction.

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

Set the base radius of the cone.

virtual void Kitware.VTK.vtkConeSource.SetResolution ( int  _arg) [virtual]

Set the number of facets used to represent the cone.

static internal void Kitware.VTK.vtkConeSource.vtkConeSource_CappingOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_CappingOn_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetAngle_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_GetCapping_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkConeSource.vtkConeSource_GetCenter_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_GetCenter_06 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkConeSource.vtkConeSource_GetDirection_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_GetDirection_08 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetHeight_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetHeightMaxValue_10 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetHeightMinValue_11 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetRadius_12 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetRadiusMaxValue_13 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkConeSource.vtkConeSource_GetRadiusMinValue_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_GetResolution_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_GetResolutionMaxValue_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_GetResolutionMinValue_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_IsA_18 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkConeSource.vtkConeSource_IsTypeOf_19 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkConeSource.vtkConeSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkConeSource.vtkConeSource_NewInstance_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkConeSource.vtkConeSource_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetAngle_23 ( HandleRef  pThis,
double  angle 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetCapping_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetCenter_25 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetCenter_26 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetDirection_27 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetDirection_28 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetHeight_29 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetRadius_30 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkConeSource.vtkConeSource_SetResolution_31 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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