VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
BoostGraphAlgorithms
vtkBoostExtractLargestComponent.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkBoostExtractLargestComponent.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
=========================================================================*/
28
#ifndef __vtkBoostExtractLargestComponent_h
29
#define __vtkBoostExtractLargestComponent_h
30
31
#include "vtkInfovisBoostGraphAlgorithmsModule.h"
// For export macro
32
#include "
vtkGraphAlgorithm.h
"
33
34
class
vtkGraph
;
35
36
class
VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkBoostExtractLargestComponent
:
public
vtkGraphAlgorithm
37
{
38
public
:
39
vtkTypeMacro(
vtkBoostExtractLargestComponent
,
vtkGraphAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
44
static
vtkBoostExtractLargestComponent
*
New
();
45
47
48
vtkSetMacro(InvertSelection,
bool
);
49
vtkGetMacro(InvertSelection,
bool
);
51
52
protected
:
53
vtkBoostExtractLargestComponent
();
54
~vtkBoostExtractLargestComponent
(){}
55
56
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
59
bool
InvertSelection
;
60
61
private
:
62
vtkBoostExtractLargestComponent
(
const
vtkBoostExtractLargestComponent
&);
// Not implemented.
63
void
operator=(
const
vtkBoostExtractLargestComponent
&);
// Not implemented.
64
};
65
66
#endif
Generated on Thu May 24 2012 22:22:25 for VTK by
1.8.1