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 "vtkInfovisCoreModule.h" // For export macro
42 #include "vtkTableAlgorithm.h"
43 
45 {
46 public:
49  void PrintSelf(ostream& os, vtkIndent indent);
50 
52 
54  vtkGetMacro(SourceDimension, vtkIdType);
55  vtkSetMacro(SourceDimension, vtkIdType);
57 
59 
61  vtkGetStringMacro(ValueArrayName);
62  vtkSetStringMacro(ValueArrayName);
64 
66 
68  vtkGetMacro(MinimumCount, vtkIdType);
69  vtkSetMacro(MinimumCount, vtkIdType);
71 
73 
75  vtkGetMacro(MinimumThreshold, double);
76  vtkSetMacro(MinimumThreshold, double);
78 
79 protected:
82 
84 
89 
94 
95 private:
97  void operator=(const vtkAdjacencyMatrixToEdgeTable&); // Not implemented
98 };
99 
100 #endif
101 
VTKINFOVISCORE_EXPORT
#define VTKINFOVISCORE_EXPORT
Definition: vtkInfovisCoreModule.h:15
vtkAdjacencyMatrixToEdgeTable::ValueArrayName
char * ValueArrayName
Definition: vtkAdjacencyMatrixToEdgeTable.h:91
vtkAdjacencyMatrixToEdgeTable
Definition: vtkAdjacencyMatrixToEdgeTable.h:45
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkAdjacencyMatrixToEdgeTable::New
static vtkAdjacencyMatrixToEdgeTable * New()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkAdjacencyMatrixToEdgeTable::MinimumThreshold
double MinimumThreshold
Definition: vtkAdjacencyMatrixToEdgeTable.h:93
vtkAdjacencyMatrixToEdgeTable::MinimumCount
vtkIdType MinimumCount
Definition: vtkAdjacencyMatrixToEdgeTable.h:92
vtkAdjacencyMatrixToEdgeTable::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition: vtkTableAlgorithm.h:48
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkAdjacencyMatrixToEdgeTable::SourceDimension
vtkIdType SourceDimension
Definition: vtkAdjacencyMatrixToEdgeTable.h:90
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkInfovisCoreModule.h
vtkAdjacencyMatrixToEdgeTable::FillInputPortInformation
int FillInputPortInformation(int, vtkInformation *)
vtkAdjacencyMatrixToEdgeTable::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkTableAlgorithm.h
vtkAdjacencyMatrixToEdgeTable::vtkAdjacencyMatrixToEdgeTable
vtkAdjacencyMatrixToEdgeTable()
vtkAdjacencyMatrixToEdgeTable::~vtkAdjacencyMatrixToEdgeTable
~vtkAdjacencyMatrixToEdgeTable()