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

vtkOutlineSource - create wireframe outline around bounding box More...

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

List of all members.

Public Member Functions

 vtkOutlineSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOutlineSource ()
 Undocumented Block.
virtual void GenerateFacesOff ()
 Generate solid faces for the box. This is off by default.
virtual void GenerateFacesOn ()
 Generate solid faces for the box. This is off by default.
virtual double[] GetBounds ()
 Specify the bounds of the box to be used in Axis Aligned mode.
virtual void GetBounds (IntPtr data)
 Specify the bounds of the box to be used in Axis Aligned mode.
virtual int GetBoxType ()
 Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.
virtual double[] GetCorners ()
 Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
virtual void GetCorners (IntPtr data)
 Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
virtual int GetGenerateFaces ()
 Generate solid faces for the box. This is off by default.
override int IsA (string type)
 Undocumented Block.
new vtkOutlineSource NewInstance ()
 Undocumented Block.
virtual void SetBounds (double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
 Specify the bounds of the box to be used in Axis Aligned mode.
virtual void SetBounds (IntPtr _arg)
 Specify the bounds of the box to be used in Axis Aligned mode.
virtual void SetBoxType (int _arg)
 Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.
void SetBoxTypeToAxisAligned ()
 Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.
void SetBoxTypeToOriented ()
 Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.
virtual void SetCorners (IntPtr data)
 Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.
virtual void SetGenerateFaces (int _arg)
 Generate solid faces for the box. This is off by default.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkOutlineSource"
 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 vtkOutlineSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOutlineSource_GenerateFacesOff_01 (HandleRef pThis)
static internal void vtkOutlineSource_GenerateFacesOn_02 (HandleRef pThis)
static internal IntPtr vtkOutlineSource_GetBounds_03 (HandleRef pThis)
static internal void vtkOutlineSource_GetBounds_04 (HandleRef pThis, IntPtr data)
static internal int vtkOutlineSource_GetBoxType_05 (HandleRef pThis)
static internal IntPtr vtkOutlineSource_GetCorners_06 (HandleRef pThis)
static internal void vtkOutlineSource_GetCorners_07 (HandleRef pThis, IntPtr data)
static internal int vtkOutlineSource_GetGenerateFaces_08 (HandleRef pThis)
static internal int vtkOutlineSource_IsA_09 (HandleRef pThis, string type)
static internal int vtkOutlineSource_IsTypeOf_10 (string type)
static internal IntPtr vtkOutlineSource_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkOutlineSource_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOutlineSource_SetBounds_14 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
static internal void vtkOutlineSource_SetBounds_15 (HandleRef pThis, IntPtr _arg)
static internal void vtkOutlineSource_SetBoxType_16 (HandleRef pThis, int _arg)
static internal void vtkOutlineSource_SetBoxTypeToAxisAligned_17 (HandleRef pThis)
static internal void vtkOutlineSource_SetBoxTypeToOriented_18 (HandleRef pThis)
static internal void vtkOutlineSource_SetCorners_19 (HandleRef pThis, IntPtr data)
static internal void vtkOutlineSource_SetGenerateFaces_20 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkOutlineSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOutlineSource - create wireframe outline around bounding box

Description vtkOutlineSource creates a wireframe outline around a user-specified bounding box. The outline may be created aligned with the {x,y,z} axis - in which case it is defined by the 6 bounds {xmin,xmax,ymin,ymax,zmin,zmax} via SetBounds(). Alternatively, the box may be arbitrarily aligned, in which case it should be set via the SetCorners() member.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

Generate solid faces for the box. This is off by default.

Generate solid faces for the box. This is off by default.

virtual double [] Kitware.VTK.vtkOutlineSource.GetBounds ( ) [virtual]

Specify the bounds of the box to be used in Axis Aligned mode.

virtual void Kitware.VTK.vtkOutlineSource.GetBounds ( IntPtr  data) [virtual]

Specify the bounds of the box to be used in Axis Aligned mode.

virtual int Kitware.VTK.vtkOutlineSource.GetBoxType ( ) [virtual]

Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.

virtual double [] Kitware.VTK.vtkOutlineSource.GetCorners ( ) [virtual]

Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.

virtual void Kitware.VTK.vtkOutlineSource.GetCorners ( IntPtr  data) [virtual]

Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.

Generate solid faces for the box. This is off by default.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkOutlineSource.SetBounds ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [virtual]

Specify the bounds of the box to be used in Axis Aligned mode.

virtual void Kitware.VTK.vtkOutlineSource.SetBounds ( IntPtr  _arg) [virtual]

Specify the bounds of the box to be used in Axis Aligned mode.

virtual void Kitware.VTK.vtkOutlineSource.SetBoxType ( int  _arg) [virtual]

Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.

Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.

Set box type to AxisAligned (default) or Oriented. Use the method SetBounds() with AxisAligned mode, and SetCorners() with Oriented mode.

virtual void Kitware.VTK.vtkOutlineSource.SetCorners ( IntPtr  data) [virtual]

Specify the corners of the outline when in Oriented mode, the values are supplied as 8*3 double values The correct corner ordering is using {x,y,z} convention for the unit cube as follows: {0,0,0},{1,0,0},{0,1,0},{1,1,0},{0,0,1},{1,0,1},{0,1,1},{1,1,1}.

virtual void Kitware.VTK.vtkOutlineSource.SetGenerateFaces ( int  _arg) [virtual]

Generate solid faces for the box. This is off by default.

static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GenerateFacesOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GenerateFacesOn_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetBounds_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetBounds_04 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetBoxType_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetCorners_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetCorners_07 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkOutlineSource.vtkOutlineSource_GetGenerateFaces_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOutlineSource.vtkOutlineSource_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOutlineSource.vtkOutlineSource_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOutlineSource.vtkOutlineSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineSource.vtkOutlineSource_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetBounds_14 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetBounds_15 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetBoxType_16 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetBoxTypeToAxisAligned_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetBoxTypeToOriented_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetCorners_19 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal void Kitware.VTK.vtkOutlineSource.vtkOutlineSource_SetGenerateFaces_20 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOutlineSource.MRClassNameKey = "16vtkOutlineSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Reimplemented in Kitware.VTK.vtkOutlineCornerSource.


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