VTK
vtkAdjacencyMatrixToEdgeTable.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAdjacencyMatrixToEdgeTable.h
5 
6 -------------------------------------------------------------------------
7  Copyright 2008 Sandia Corporation.
8  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9  the U.S. Government retains certain rights in this software.
10 -------------------------------------------------------------------------
11 
12  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
13  All rights reserved.
14  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
15 
16  This software is distributed WITHOUT ANY WARRANTY; without even
17  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18  PURPOSE. See the above copyright notice for more information.
19 
20 =========================================================================*/
21 
38 #ifndef __vtkAdjacencyMatrixToEdgeTable_h
39 #define __vtkAdjacencyMatrixToEdgeTable_h
40 
41 #include "vtkTableAlgorithm.h"
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
53  vtkGetMacro(SourceDimension, vtkIdType);
54  vtkSetMacro(SourceDimension, vtkIdType);
56 
58 
60  vtkGetStringMacro(ValueArrayName);
61  vtkSetStringMacro(ValueArrayName);
63 
65 
67  vtkGetMacro(MinimumCount, vtkIdType);
68  vtkSetMacro(MinimumCount, vtkIdType);
70 
72 
74  vtkGetMacro(MinimumThreshold, double);
75  vtkSetMacro(MinimumThreshold, double);
77 
78 protected:
81 
83 
84  int RequestData(
88 
93 
94 private:
96  void operator=(const vtkAdjacencyMatrixToEdgeTable&); // Not implemented
97 };
98 
99 #endif
100 
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
int vtkIdType
Definition: vtkType.h:255
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTK_INFOVIS_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Store zero or more vtkInformation instances.