ActiViz .NET
5.8.0
|
vtkImageConnector - Create a binary image of a sphere. More...
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. |
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.
static Kitware.VTK.vtkImageConnector.vtkImageConnector | ( | ) | [static, private] |
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.
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.
virtual byte Kitware.VTK.vtkImageConnector.GetConnectedValue | ( | ) | [virtual] |
Values used by the MarkRegion method.
virtual byte Kitware.VTK.vtkImageConnector.GetUnconnectedValue | ( | ) | [virtual] |
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.
static new vtkImageConnector Kitware.VTK.vtkImageConnector.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
static new vtkImageConnector Kitware.VTK.vtkImageConnector.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
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] |
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.