Go to the documentation of this file.
35 #ifndef vtkImageThresholdConnectivity_h
36 #define vtkImageThresholdConnectivity_h
164 double NeighborhoodRadius[3];
represent and manipulate 3D points
#define vtkGetObjectMacro(name, type)
#define vtkSetVector2Macro(name, type)
#define vtkGetVector2Macro(name, type)
#define vtkSetVector3Macro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkTypeMacro(thisClass, superclass)
vtkImageStencilData * GetStencil()
void ThresholdByLower(double thresh)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic algorithm superclass for image algs.
GLsizei const GLfloat * points
vtkImageThresholdConnectivity()
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
void ComputeInputUpdateExtent(int inExt[6], int outExt[6])
~vtkImageThresholdConnectivity()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
GLint GLfloat GLint stencil
void PrintSelf(ostream &os, vtkIndent indent)
topologically and geometrically regular array of data
a simple class to control print indentation
void ThresholdBetween(double lower, double upper)
void SetOutValue(double val)
static vtkImageThresholdConnectivity * New()
#define vtkGetMacro(name, type)
void SetSeedPoints(vtkPoints *points)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetInValue(double val)
Flood fill an image region.
efficient description of an image stencil
virtual void SetStencilData(vtkImageStencilData *stencil)
double NeighborhoodFraction
void ThresholdByUpper(double thresh)
#define VTKIMAGINGMORPHOLOGICAL_EXPORT