VTK
9.0.1
Infovis
BoostGraphAlgorithms
vtkBoostBiconnectedComponents.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkBoostBiconnectedComponents.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 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
-------------------------------------------------------------------------*/
45
#ifndef vtkBoostBiconnectedComponents_h
46
#define vtkBoostBiconnectedComponents_h
47
48
#include "vtkInfovisBoostGraphAlgorithmsModule.h"
// For export macro
49
#include "
vtkUndirectedGraphAlgorithm.h
"
50
51
class
VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkBoostBiconnectedComponents
52
:
public
vtkUndirectedGraphAlgorithm
53
{
54
public
:
55
static
vtkBoostBiconnectedComponents
*
New
();
56
vtkTypeMacro(
vtkBoostBiconnectedComponents
,
vtkUndirectedGraphAlgorithm
);
57
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
58
60
64
vtkSetStringMacro(OutputArrayName);
66
67
protected
:
68
vtkBoostBiconnectedComponents
();
69
~
vtkBoostBiconnectedComponents
()
override
;
70
71
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
72
73
private
:
74
char
* OutputArrayName;
75
76
vtkBoostBiconnectedComponents
(
const
vtkBoostBiconnectedComponents
&) =
delete
;
77
void
operator=(
const
vtkBoostBiconnectedComponents
&) =
delete
;
78
};
79
80
#endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkUndirectedGraphAlgorithm::New
static vtkUndirectedGraphAlgorithm * New()
vtkBoostBiconnectedComponents
Find the biconnected components of a graph.
Definition:
vtkBoostBiconnectedComponents.h:51
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkUndirectedGraphAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkUndirectedGraphAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUndirectedGraphAlgorithm
Superclass for algorithms that produce undirected graph as output.
Definition:
vtkUndirectedGraphAlgorithm.h:49
vtkUndirectedGraphAlgorithm.h
Generated on Thu Jun 25 2020 08:30:46 for VTK by
1.8.17