VTK  9.5.2
vtkAdjacencyMatrixToEdgeTable.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
4
34
35#ifndef vtkAdjacencyMatrixToEdgeTable_h
36#define vtkAdjacencyMatrixToEdgeTable_h
37
38#include "vtkInfovisCoreModule.h" // For export macro
39#include "vtkTableAlgorithm.h"
40
41VTK_ABI_NAMESPACE_BEGIN
42class VTKINFOVISCORE_EXPORT vtkAdjacencyMatrixToEdgeTable : public vtkTableAlgorithm
43{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent) override;
48
50
57
59
63 vtkGetStringMacro(ValueArrayName);
64 vtkSetStringMacro(ValueArrayName);
66
68
72 vtkGetMacro(MinimumCount, vtkIdType);
73 vtkSetMacro(MinimumCount, vtkIdType);
75
77
82 vtkGetMacro(MinimumThreshold, double);
83 vtkSetMacro(MinimumThreshold, double);
85
86protected:
89
91
93
98
99private:
101 void operator=(const vtkAdjacencyMatrixToEdgeTable&) = delete;
102};
103
104VTK_ABI_NAMESPACE_END
105#endif
static vtkAdjacencyMatrixToEdgeTable * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkAdjacencyMatrixToEdgeTable() override
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkIdType
Definition vtkType.h:332