ActiViz .NET
5.8.0
|
vtkImageSeedConnectivity - SeedConnectivity with user defined seeds. More...
Public Member Functions | |
vtkImageSeedConnectivity (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageSeedConnectivity () | |
Undocumented Block. | |
void | AddSeed (int num, IntPtr index) |
Methods for manipulating the seed pixels. | |
void | AddSeed (int i0, int i1, int i2) |
Methods for manipulating the seed pixels. | |
void | AddSeed (int i0, int i1) |
Methods for manipulating the seed pixels. | |
virtual vtkImageConnector | GetConnector () |
Get the vtkImageCOnnector used by this filter. | |
virtual int | GetDimensionality () |
Set the number of axes to use in connectivity. | |
virtual int | GetInputConnectValue () |
Set/Get what value is considered as connecting pixels. | |
virtual int | GetOutputConnectedValue () |
Set/Get the value to set connected pixels to. | |
virtual int | GetOutputUnconnectedValue () |
Set/Get the value to set unconnected pixels to. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageSeedConnectivity | NewInstance () |
Undocumented Block. | |
void | RemoveAllSeeds () |
Methods for manipulating the seed pixels. | |
virtual void | SetDimensionality (int _arg) |
Set the number of axes to use in connectivity. | |
virtual void | SetInputConnectValue (int _arg) |
Set/Get what value is considered as connecting pixels. | |
virtual void | SetOutputConnectedValue (int _arg) |
Set/Get the value to set connected pixels to. | |
virtual void | SetOutputUnconnectedValue (int _arg) |
Set/Get the value to set unconnected pixels to. | |
Static Public Member Functions | |
static new vtkImageSeedConnectivity | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageSeedConnectivity | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageSeedConnectivity" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkImageSeedConnectivity" |
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 | vtkImageSeedConnectivity_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageSeedConnectivity_AddSeed_01 (HandleRef pThis, int num, IntPtr index) |
static internal void | vtkImageSeedConnectivity_AddSeed_02 (HandleRef pThis, int i0, int i1, int i2) |
static internal void | vtkImageSeedConnectivity_AddSeed_03 (HandleRef pThis, int i0, int i1) |
static internal IntPtr | vtkImageSeedConnectivity_GetConnector_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageSeedConnectivity_GetDimensionality_05 (HandleRef pThis) |
static internal int | vtkImageSeedConnectivity_GetInputConnectValue_06 (HandleRef pThis) |
static internal int | vtkImageSeedConnectivity_GetOutputConnectedValue_07 (HandleRef pThis) |
static internal int | vtkImageSeedConnectivity_GetOutputUnconnectedValue_08 (HandleRef pThis) |
static internal int | vtkImageSeedConnectivity_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkImageSeedConnectivity_IsTypeOf_10 (string type) |
static internal IntPtr | vtkImageSeedConnectivity_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageSeedConnectivity_RemoveAllSeeds_13 (HandleRef pThis) |
static internal IntPtr | vtkImageSeedConnectivity_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageSeedConnectivity_SetDimensionality_15 (HandleRef pThis, int _arg) |
static internal void | vtkImageSeedConnectivity_SetInputConnectValue_16 (HandleRef pThis, int _arg) |
static internal void | vtkImageSeedConnectivity_SetOutputConnectedValue_17 (HandleRef pThis, int _arg) |
static internal void | vtkImageSeedConnectivity_SetOutputUnconnectedValue_18 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkImageSeedConnectivity () |
Automatically generated type registration mechanics. |
vtkImageSeedConnectivity - SeedConnectivity with user defined seeds.
Description vtkImageSeedConnectivity marks pixels connected to user supplied seeds. The input must be unsigned char, and the output is also unsigned char. If a seed supplied by the user does not have pixel value "InputTrueValue", then the image is scanned +x, +y, +z until a pixel is encountered with value "InputTrueValue". This new pixel is used as the seed . Any pixel with out value "InputTrueValue" is consider off. The output pixels values are 0 for any off pixel in input, "OutputTrueValue" for any pixels connected to seeds, and "OutputUnconnectedValue" for any on pixels not connected to seeds. The same seeds are used for all images in the image set.
static Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkImageSeedConnectivity.AddSeed | ( | int | num, |
IntPtr | index | ||
) |
Methods for manipulating the seed pixels.
void Kitware.VTK.vtkImageSeedConnectivity.AddSeed | ( | int | i0, |
int | i1, | ||
int | i2 | ||
) |
Methods for manipulating the seed pixels.
void Kitware.VTK.vtkImageSeedConnectivity.AddSeed | ( | int | i0, |
int | i1 | ||
) |
Methods for manipulating the seed pixels.
override void Kitware.VTK.vtkImageSeedConnectivity.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.vtkImageAlgorithm.
virtual vtkImageConnector Kitware.VTK.vtkImageSeedConnectivity.GetConnector | ( | ) | [virtual] |
Get the vtkImageCOnnector used by this filter.
virtual int Kitware.VTK.vtkImageSeedConnectivity.GetDimensionality | ( | ) | [virtual] |
Set the number of axes to use in connectivity.
virtual int Kitware.VTK.vtkImageSeedConnectivity.GetInputConnectValue | ( | ) | [virtual] |
Set/Get what value is considered as connecting pixels.
virtual int Kitware.VTK.vtkImageSeedConnectivity.GetOutputConnectedValue | ( | ) | [virtual] |
Set/Get the value to set connected pixels to.
virtual int Kitware.VTK.vtkImageSeedConnectivity.GetOutputUnconnectedValue | ( | ) | [virtual] |
Set/Get the value to set unconnected pixels to.
override int Kitware.VTK.vtkImageSeedConnectivity.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkImageSeedConnectivity.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageSeedConnectivity Kitware.VTK.vtkImageSeedConnectivity.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
Methods for manipulating the seed pixels.
static new vtkImageSeedConnectivity Kitware.VTK.vtkImageSeedConnectivity.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkImageSeedConnectivity.SetDimensionality | ( | int | _arg | ) | [virtual] |
Set the number of axes to use in connectivity.
virtual void Kitware.VTK.vtkImageSeedConnectivity.SetInputConnectValue | ( | int | _arg | ) | [virtual] |
Set/Get what value is considered as connecting pixels.
virtual void Kitware.VTK.vtkImageSeedConnectivity.SetOutputConnectedValue | ( | int | _arg | ) | [virtual] |
Set/Get the value to set connected pixels to.
virtual void Kitware.VTK.vtkImageSeedConnectivity.SetOutputUnconnectedValue | ( | int | _arg | ) | [virtual] |
Set/Get the value to set unconnected pixels to.
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_AddSeed_01 | ( | HandleRef | pThis, |
int | num, | ||
IntPtr | index | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_AddSeed_02 | ( | HandleRef | pThis, |
int | i0, | ||
int | i1, | ||
int | i2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_AddSeed_03 | ( | HandleRef | pThis, |
int | i0, | ||
int | i1 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_GetConnector_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_GetDimensionality_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_GetInputConnectValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_GetOutputConnectedValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_GetOutputUnconnectedValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_RemoveAllSeeds_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_SetDimensionality_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_SetInputConnectValue_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_SetOutputConnectedValue_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSeedConnectivity.vtkImageSeedConnectivity_SetOutputUnconnectedValue_18 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageSeedConnectivity.MRClassNameKey = "24vtkImageSeedConnectivity" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkImageSeedConnectivity.MRFullTypeName = "Kitware.VTK.vtkImageSeedConnectivity" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.