VTK
dox
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
:
public
vtkUndirectedGraphAlgorithm
52
{
53
public
:
54
static
vtkBoostBiconnectedComponents
*
New
();
55
vtkTypeMacro(
vtkBoostBiconnectedComponents
,
vtkUndirectedGraphAlgorithm
);
56
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
57
59
63
vtkSetStringMacro(OutputArrayName);
65
66
protected
:
67
vtkBoostBiconnectedComponents
();
68
~
vtkBoostBiconnectedComponents
();
69
70
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
71
72
private
:
73
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:80
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 by
1.8.16