39 #ifndef __vtkBivariateLinearTableThreshold__h
40 #define __vtkBivariateLinearTableThreshold__h
70 int GetNumberOfColumnsToThreshold();
77 void ClearColumnsToThreshold();
101 void AddLineEquation(
double* p1,
double* p2);
104 void AddLineEquation(
double*
p,
double slope);
107 void AddLineEquation(
double a,
double b,
double c);
110 void ClearLineEquations();
153 static void ComputeImplicitLineFunction(
double* p1,
double* p2,
double* abc);
156 static void ComputeImplicitLineFunction(
double*
p,
double slope,
double* abc);
162 double ColumnRanges[2];
188 int ThresholdAbove(
double x,
double y);
191 int ThresholdBelow(
double x,
double y);
194 int ThresholdNear(
double x,
double y);
198 int ThresholdBetween(
double x,
double y);
virtual int FillOutputPortInformation(int port, vtkInformation *info)
GLboolean GLboolean GLboolean b
void PrintSelf(ostream &os, vtkIndent indent)
GLenum GLenum GLvoid GLvoid * column
static vtkTableAlgorithm * New()
#define vtkGetMacro(name, type)
void SetLinearThresholdTypeToNear()
Internals * Implementation
dynamic, self-adjusting array of vtkIdType
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
void SetLinearThresholdTypeToAbove()
int UseNormalizedDistance
dynamic, self-adjusting array of double
GLint GLint GLint GLint GLint x
void SetLinearThresholdTypeToBelow()
a simple class to control print indentation
void SetLinearThresholdTypeToBetween()
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkSmartPointer< vtkDoubleArray > LineEquations
GLboolean GLboolean GLboolean GLboolean a
A table, which contains similar-typed columns of data.
#define vtkGetVector2Macro(name, type)
maintain an unordered list of dataarray objects
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
#define vtkBooleanMacro(name, type)
int NumberOfLineEquations
#define vtkSetVector2Macro(name, type)
performs line-based thresholding for vtkTable data.
#define vtkSetMacro(name, type)