Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageSeedConnectivity, simply invoke its constructor as follows
obj = vtkImageSeedConnectivity
obj is an instance of the vtkImageSeedConnectivity class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageSeedConnectivity = obj.NewInstance ()
vtkImageSeedConnectivity = obj.SafeDownCast (vtkObject o)
obj.RemoveAllSeeds () - Methods for manipulating the seed pixels.
obj.AddSeed (int num, int index) - Methods for manipulating the seed pixels.
obj.AddSeed (int i0, int i1, int i2) - Methods for manipulating the seed pixels.
obj.AddSeed (int i0, int i1) - Methods for manipulating the seed pixels.
obj.SetInputConnectValue (int ) - Set/Get what value is considered as connecting pixels.
int = obj.GetInputConnectValue () - Set/Get what value is considered as connecting pixels.
obj.SetOutputConnectedValue (int ) - Set/Get the value to set connected pixels to.
int = obj.GetOutputConnectedValue () - Set/Get the value to set connected pixels to.
obj.SetOutputUnconnectedValue (int ) - Set/Get the value to set unconnected pixels to.
int = obj.GetOutputUnconnectedValue () - Set/Get the value to set unconnected pixels to.
vtkImageConnector = obj.GetConnector () - Get the vtkImageCOnnector used by this filter.
obj.SetDimensionality (int ) - Set the number of axes to use in connectivity.
int = obj.GetDimensionality () - Set the number of axes to use in connectivity.