ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkROIStencilSource Class Reference

vtkROIStencilSource - create simple mask shapes More...

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

List of all members.

Public Types

enum  BOX_WrapperEnum {
  BOX = 0, CYLINDERX = 2, CYLINDERY = 3, CYLINDERZ = 4,
  ELLIPSOID = 1
}
 Undocumented Block. More...

Public Member Functions

 vtkROIStencilSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkROIStencilSource ()
 Undocumented Block.
virtual double[] GetBounds ()
 Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void GetBounds (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4, ref double _arg5, ref double _arg6)
 Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void GetBounds (IntPtr _arg)
 Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual int GetShape ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
virtual string GetShapeAsString ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
virtual int GetShapeMaxValue ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
virtual int GetShapeMinValue ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
override int IsA (string type)
 Undocumented Block.
new vtkROIStencilSource NewInstance ()
 Undocumented Block.
virtual void SetBounds (double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
 Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void SetBounds (IntPtr _arg)
 Set the bounds of the region of interest. The bounds take the spacing and origin into account.
virtual void SetShape (int _arg)
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void SetShapeToBox ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void SetShapeToCylinderX ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void SetShapeToCylinderY ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void SetShapeToCylinderZ ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".
void SetShapeToEllipsoid ()
 The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkROIStencilSource"
 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 vtkROIStencilSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkROIStencilSource_GetBounds_01 (HandleRef pThis)
static internal void vtkROIStencilSource_GetBounds_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4, ref double _arg5, ref double _arg6)
static internal void vtkROIStencilSource_GetBounds_03 (HandleRef pThis, IntPtr _arg)
static internal int vtkROIStencilSource_GetShape_04 (HandleRef pThis)
static internal IntPtr vtkROIStencilSource_GetShapeAsString_05 (HandleRef pThis)
static internal int vtkROIStencilSource_GetShapeMaxValue_06 (HandleRef pThis)
static internal int vtkROIStencilSource_GetShapeMinValue_07 (HandleRef pThis)
static internal int vtkROIStencilSource_IsA_08 (HandleRef pThis, string type)
static internal int vtkROIStencilSource_IsTypeOf_09 (string type)
static internal IntPtr vtkROIStencilSource_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkROIStencilSource_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkROIStencilSource_SetBounds_13 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
static internal void vtkROIStencilSource_SetBounds_14 (HandleRef pThis, IntPtr _arg)
static internal void vtkROIStencilSource_SetShape_15 (HandleRef pThis, int _arg)
static internal void vtkROIStencilSource_SetShapeToBox_16 (HandleRef pThis)
static internal void vtkROIStencilSource_SetShapeToCylinderX_17 (HandleRef pThis)
static internal void vtkROIStencilSource_SetShapeToCylinderY_18 (HandleRef pThis)
static internal void vtkROIStencilSource_SetShapeToCylinderZ_19 (HandleRef pThis)
static internal void vtkROIStencilSource_SetShapeToEllipsoid_20 (HandleRef pThis)

Static Private Member Functions

static vtkROIStencilSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkROIStencilSource - create simple mask shapes

Description vtkROIStencilSource will create an image stencil with a simple shape like a box, a sphere, or a cylinder. Its output can be used with vtkImageStecil or other vtk classes that apply a stencil to an image. Thanks Thanks to David Gobbi for contributing this class to VTK.

vtkImplicitFunctionToImageStencil vtkLassoStencilSource


Member Enumeration Documentation

Undocumented Block.

Enumerator:
BOX 

enum member

CYLINDERX 

enum member

CYLINDERY 

enum member

CYLINDERZ 

enum member

ELLIPSOID 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Set the bounds of the region of interest. The bounds take the spacing and origin into account.

virtual void Kitware.VTK.vtkROIStencilSource.GetBounds ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4,
ref double  _arg5,
ref double  _arg6 
) [virtual]

Set the bounds of the region of interest. The bounds take the spacing and origin into account.

virtual void Kitware.VTK.vtkROIStencilSource.GetBounds ( IntPtr  _arg) [virtual]

Set the bounds of the region of interest. The bounds take the spacing and origin into account.

virtual int Kitware.VTK.vtkROIStencilSource.GetShape ( ) [virtual]

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Here is the call graph for this function:

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

Set the bounds of the region of interest. The bounds take the spacing and origin into account.

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

Set the bounds of the region of interest. The bounds take the spacing and origin into account.

virtual void Kitware.VTK.vtkROIStencilSource.SetShape ( int  _arg) [virtual]

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

The shape of the region of interest. Cylinders can be oriented along the X, Y, or Z axes. The default shape is "Box".

static internal IntPtr Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetBounds_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetBounds_02 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4,
ref double  _arg5,
ref double  _arg6 
) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetBounds_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetShape_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetShapeAsString_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetShapeMaxValue_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_GetShapeMinValue_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetBounds_13 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetBounds_14 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShape_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShapeToBox_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShapeToCylinderX_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShapeToCylinderY_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShapeToCylinderZ_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkROIStencilSource.vtkROIStencilSource_SetShapeToEllipsoid_20 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkROIStencilSource.MRClassNameKey = "19vtkROIStencilSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageStencilSource.


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