performs line-based thresholding for vtkTable data in parallel.
More...
#include <vtkPBivariateLinearTableThreshold.h>
|
virtual int | IsA (const char *type) |
|
vtkPBivariateLinearTableThreshold * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkBivariateLinearTableThreshold * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | AddColumnToThreshold (vtkIdType column, vtkIdType component) |
|
int | GetNumberOfColumnsToThreshold () |
|
void | GetColumnToThreshold (vtkIdType idx, vtkIdType &column, vtkIdType &component) |
|
void | ClearColumnsToThreshold () |
|
vtkIdTypeArray * | GetSelectedRowIds (int selection=0) |
|
void | Initialize () |
|
void | AddLineEquation (double *p1, double *p2) |
|
void | AddLineEquation (double *p, double slope) |
|
void | AddLineEquation (double a, double b, double c) |
|
void | ClearLineEquations () |
|
virtual void | SetInclusive (int) |
|
virtual int | GetInclusive () |
|
virtual int | GetLinearThresholdType () |
|
virtual void | SetLinearThresholdType (int) |
|
void | SetLinearThresholdTypeToAbove () |
|
void | SetLinearThresholdTypeToBelow () |
|
void | SetLinearThresholdTypeToNear () |
|
void | SetLinearThresholdTypeToBetween () |
|
virtual void | SetColumnRanges (double, double) |
|
void | SetColumnRanges (double[2]) |
|
virtual double * | GetColumnRanges () |
|
virtual void | GetColumnRanges (double &, double &) |
|
virtual void | GetColumnRanges (double[2]) |
|
virtual void | SetDistanceThreshold (double) |
|
virtual double | GetDistanceThreshold () |
|
virtual void | SetUseNormalizedDistance (int) |
|
virtual int | GetUseNormalizedDistance () |
|
virtual void | UseNormalizedDistanceOn () |
|
virtual void | UseNormalizedDistanceOff () |
|
performs line-based thresholding for vtkTable data in parallel.
Perform the table filtering operations provided by vtkBivariateLinearTableThreshold in parallel.
Definition at line 38 of file vtkPBivariateLinearTableThreshold.h.
vtkPBivariateLinearTableThreshold::vtkPBivariateLinearTableThreshold |
( |
| ) |
|
|
protected |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual vtkPBivariateLinearTableThreshold::~vtkPBivariateLinearTableThreshold |
( |
| ) |
|
|
protectedvirtual |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
static int vtkPBivariateLinearTableThreshold::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPBivariateLinearTableThreshold::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPBivariateLinearTableThreshold::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPBivariateLinearTableThreshold::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkPBivariateLinearTableThreshold::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual vtkMultiProcessController* vtkPBivariateLinearTableThreshold::GetController |
( |
| ) |
|
|
virtual |
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.
virtual int vtkPBivariateLinearTableThreshold::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
vtkMultiProcessController* vtkPBivariateLinearTableThreshold::Controller |
|
protected |
The documentation for this class was generated from the following file: