VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
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 "
vtkGraphAlgorithm.h
"
32
33
class
vtkGraph
;
34
35
class
VTK_INFOVIS_EXPORT
vtkBoostExtractLargestComponent
:
public
vtkGraphAlgorithm
36
{
37
public
:
38
vtkTypeMacro(
vtkBoostExtractLargestComponent
,
vtkGraphAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
43
static
vtkBoostExtractLargestComponent
*
New
();
44
46
47
vtkSetMacro(InvertSelection,
bool
);
48
vtkGetMacro(InvertSelection,
bool
);
50
51
protected
:
52
vtkBoostExtractLargestComponent
();
53
~vtkBoostExtractLargestComponent
(){}
54
55
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
56
58
bool
InvertSelection
;
59
60
private
:
61
vtkBoostExtractLargestComponent
(
const
vtkBoostExtractLargestComponent
&);
// Not implemented.
62
void
operator=(
const
vtkBoostExtractLargestComponent
&);
// Not implemented.
63
};
64
65
#endif
Generated on Thu Mar 13 2014 08:10:17 for VTK by
1.8.1.2