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

vtkCubeSource - create a polygonal representation of a cube More...

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

List of all members.

Public Member Functions

 vtkCubeSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCubeSource ()
 Undocumented Block.
virtual double[] GetCenter ()
 Set the center of the cube.
virtual void GetCenter (IntPtr data)
 Set the center of the cube.
virtual double GetXLength ()
 Set the length of the cube in the x-direction.
virtual double GetXLengthMaxValue ()
 Set the length of the cube in the x-direction.
virtual double GetXLengthMinValue ()
 Set the length of the cube in the x-direction.
virtual double GetYLength ()
 Set the length of the cube in the y-direction.
virtual double GetYLengthMaxValue ()
 Set the length of the cube in the y-direction.
virtual double GetYLengthMinValue ()
 Set the length of the cube in the y-direction.
virtual double GetZLength ()
 Set the length of the cube in the z-direction.
virtual double GetZLengthMaxValue ()
 Set the length of the cube in the z-direction.
virtual double GetZLengthMinValue ()
 Set the length of the cube in the z-direction.
override int IsA (string type)
 Undocumented Block.
new vtkCubeSource NewInstance ()
 Undocumented Block.
void SetBounds (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
 Convenience method allows creation of cube by specifying bounding box.
void SetBounds (IntPtr bounds)
 Convenience method allows creation of cube by specifying bounding box.
virtual void SetCenter (double _arg1, double _arg2, double _arg3)
 Set the center of the cube.
virtual void SetCenter (IntPtr _arg)
 Set the center of the cube.
virtual void SetXLength (double _arg)
 Set the length of the cube in the x-direction.
virtual void SetYLength (double _arg)
 Set the length of the cube in the y-direction.
virtual void SetZLength (double _arg)
 Set the length of the cube in the z-direction.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkCubeSource"
 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 vtkCubeSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCubeSource_GetCenter_01 (HandleRef pThis)
static internal void vtkCubeSource_GetCenter_02 (HandleRef pThis, IntPtr data)
static internal double vtkCubeSource_GetXLength_03 (HandleRef pThis)
static internal double vtkCubeSource_GetXLengthMaxValue_04 (HandleRef pThis)
static internal double vtkCubeSource_GetXLengthMinValue_05 (HandleRef pThis)
static internal double vtkCubeSource_GetYLength_06 (HandleRef pThis)
static internal double vtkCubeSource_GetYLengthMaxValue_07 (HandleRef pThis)
static internal double vtkCubeSource_GetYLengthMinValue_08 (HandleRef pThis)
static internal double vtkCubeSource_GetZLength_09 (HandleRef pThis)
static internal double vtkCubeSource_GetZLengthMaxValue_10 (HandleRef pThis)
static internal double vtkCubeSource_GetZLengthMinValue_11 (HandleRef pThis)
static internal int vtkCubeSource_IsA_12 (HandleRef pThis, string type)
static internal int vtkCubeSource_IsTypeOf_13 (string type)
static internal IntPtr vtkCubeSource_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCubeSource_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCubeSource_SetBounds_17 (HandleRef pThis, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
static internal void vtkCubeSource_SetBounds_18 (HandleRef pThis, IntPtr bounds)
static internal void vtkCubeSource_SetCenter_19 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkCubeSource_SetCenter_20 (HandleRef pThis, IntPtr _arg)
static internal void vtkCubeSource_SetXLength_21 (HandleRef pThis, double _arg)
static internal void vtkCubeSource_SetYLength_22 (HandleRef pThis, double _arg)
static internal void vtkCubeSource_SetZLength_23 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkCubeSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCubeSource - create a polygonal representation of a cube

Description vtkCubeSource creates a cube centered at origin. The cube is represented with four-sided polygons. It is possible to specify the length, width, and height of the cube independently.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkCubeSource.vtkCubeSource ( 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.vtkCubeSource.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.

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

Set the center of the cube.

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

Set the center of the cube.

virtual double Kitware.VTK.vtkCubeSource.GetXLength ( ) [virtual]

Set the length of the cube in the x-direction.

virtual double Kitware.VTK.vtkCubeSource.GetXLengthMaxValue ( ) [virtual]

Set the length of the cube in the x-direction.

virtual double Kitware.VTK.vtkCubeSource.GetXLengthMinValue ( ) [virtual]

Set the length of the cube in the x-direction.

virtual double Kitware.VTK.vtkCubeSource.GetYLength ( ) [virtual]

Set the length of the cube in the y-direction.

virtual double Kitware.VTK.vtkCubeSource.GetYLengthMaxValue ( ) [virtual]

Set the length of the cube in the y-direction.

virtual double Kitware.VTK.vtkCubeSource.GetYLengthMinValue ( ) [virtual]

Set the length of the cube in the y-direction.

virtual double Kitware.VTK.vtkCubeSource.GetZLength ( ) [virtual]

Set the length of the cube in the z-direction.

virtual double Kitware.VTK.vtkCubeSource.GetZLengthMaxValue ( ) [virtual]

Set the length of the cube in the z-direction.

virtual double Kitware.VTK.vtkCubeSource.GetZLengthMinValue ( ) [virtual]

Set the length of the cube in the z-direction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkCubeSource.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:

void Kitware.VTK.vtkCubeSource.SetBounds ( double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax 
)

Convenience method allows creation of cube by specifying bounding box.

void Kitware.VTK.vtkCubeSource.SetBounds ( IntPtr  bounds)

Convenience method allows creation of cube by specifying bounding box.

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

Set the center of the cube.

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

Set the center of the cube.

virtual void Kitware.VTK.vtkCubeSource.SetXLength ( double  _arg) [virtual]

Set the length of the cube in the x-direction.

virtual void Kitware.VTK.vtkCubeSource.SetYLength ( double  _arg) [virtual]

Set the length of the cube in the y-direction.

virtual void Kitware.VTK.vtkCubeSource.SetZLength ( double  _arg) [virtual]

Set the length of the cube in the z-direction.

static internal IntPtr Kitware.VTK.vtkCubeSource.vtkCubeSource_GetCenter_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_GetCenter_02 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetXLength_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetXLengthMaxValue_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetXLengthMinValue_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetYLength_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetYLengthMaxValue_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetYLengthMinValue_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetZLength_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetZLengthMaxValue_10 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkCubeSource.vtkCubeSource_GetZLengthMinValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCubeSource.vtkCubeSource_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCubeSource.vtkCubeSource_IsTypeOf_13 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCubeSource.vtkCubeSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCubeSource.vtkCubeSource_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCubeSource.vtkCubeSource_SafeDownCast_16 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetBounds_17 ( HandleRef  pThis,
double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetBounds_18 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetCenter_19 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetCenter_20 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetXLength_21 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetYLength_22 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkCubeSource.vtkCubeSource_SetZLength_23 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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