VTK
vtkPBivariateLinearTableThreshold.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkPBivariateLinearTableThreshold.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2009 Sandia Corporation.
17 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18 the U.S. Government retains certain rights in this software.
19-------------------------------------------------------------------------*/
30#ifndef vtkPBivariateLinearTableThreshold_h
31#define vtkPBivariateLinearTableThreshold_h
32
33#include "vtkFiltersParallelStatisticsModule.h" // For export macro
35
36class vtkIdTypeArray;
38
39class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPBivariateLinearTableThreshold : public vtkBivariateLinearTableThreshold
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent);
45
47
52 vtkGetObjectMacro(Controller,vtkMultiProcessController);
54
55protected:
58
59 virtual int RequestData(
63
65private:
67 void operator=(const vtkPBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION;
68};
69
70#endif
performs line-based thresholding for vtkTable data.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
performs line-based thresholding for vtkTable data in parallel.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkPBivariateLinearTableThreshold * New()
virtual void SetController(vtkMultiProcessController *)
Set the vtkMultiProcessController to be used for combining filter results from the individual nodes.