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

vtkImageConnector - Create a binary image of a sphere. More...

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

List of all members.

Public Member Functions

 vtkImageConnector (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageConnector ()
 Undocumented Block.
virtual byte GetConnectedValue ()
 Values used by the MarkRegion method.
virtual byte GetUnconnectedValue ()
 Values used by the MarkRegion method.
override int IsA (string type)
 Undocumented Block.
void MarkData (vtkImageData data, int dimensionality, IntPtr ext)
 Input a data of 0's and "UnconnectedValue"s. Seeds of this object are used to find connected pixels. All pixels connected to seeds are set to ConnectedValue. The data has to be unsigned char.
new vtkImageConnector NewInstance ()
 Undocumented Block.
void RemoveAllSeeds ()
 Undocumented Block.
virtual void SetConnectedValue (byte _arg)
 Values used by the MarkRegion method.
virtual void SetUnconnectedValue (byte _arg)
 Values used by the MarkRegion method.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkImageConnector"
 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 vtkImageConnector_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkImageConnector_GetConnectedValue_01 (HandleRef pThis)
static internal byte vtkImageConnector_GetUnconnectedValue_02 (HandleRef pThis)
static internal int vtkImageConnector_IsA_03 (HandleRef pThis, string type)
static internal int vtkImageConnector_IsTypeOf_04 (string type)
static internal void vtkImageConnector_MarkData_05 (HandleRef pThis, HandleRef data, int dimensionality, IntPtr ext)
static internal IntPtr vtkImageConnector_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageConnector_RemoveAllSeeds_08 (HandleRef pThis)
static internal IntPtr vtkImageConnector_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageConnector_SetConnectedValue_10 (HandleRef pThis, byte _arg)
static internal void vtkImageConnector_SetUnconnectedValue_11 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkImageConnector ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageConnector - Create a binary image of a sphere.

Description vtkImageConnector is a helper class for connectivity filters. It is not meant to be used directly. It implements a stack and breadth first search necessary for some connectivity filters. Filtered axes sets the dimensionality of the neighbor comparison, and cannot be more than three dimensions. As implemented, only voxels which share faces are considered neighbors.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Values used by the MarkRegion method.

Values used by the MarkRegion method.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

void Kitware.VTK.vtkImageConnector.MarkData ( vtkImageData  data,
int  dimensionality,
IntPtr  ext 
)

Input a data of 0's and "UnconnectedValue"s. Seeds of this object are used to find connected pixels. All pixels connected to seeds are set to ConnectedValue. The data has to be unsigned char.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageConnector.SetConnectedValue ( byte  _arg) [virtual]

Values used by the MarkRegion method.

virtual void Kitware.VTK.vtkImageConnector.SetUnconnectedValue ( byte  _arg) [virtual]

Values used by the MarkRegion method.

static internal byte Kitware.VTK.vtkImageConnector.vtkImageConnector_GetConnectedValue_01 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkImageConnector.vtkImageConnector_GetUnconnectedValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageConnector.vtkImageConnector_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageConnector.vtkImageConnector_IsTypeOf_04 ( string  type) [private]
static internal void Kitware.VTK.vtkImageConnector.vtkImageConnector_MarkData_05 ( HandleRef  pThis,
HandleRef  data,
int  dimensionality,
IntPtr  ext 
) [private]
static internal IntPtr Kitware.VTK.vtkImageConnector.vtkImageConnector_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageConnector.vtkImageConnector_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageConnector.vtkImageConnector_RemoveAllSeeds_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageConnector.vtkImageConnector_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageConnector.vtkImageConnector_SetConnectedValue_10 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkImageConnector.vtkImageConnector_SetUnconnectedValue_11 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageConnector.MRClassNameKey = "17vtkImageConnector" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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