VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkTableToTreeFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTableToTreeFilter.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
-------------------------------------------------------------------------*/
37
#ifndef __vtkTableToTreeFilter_h
38
#define __vtkTableToTreeFilter_h
39
40
#include "
vtkTreeAlgorithm.h
"
41
42
class
VTK_INFOVIS_EXPORT
vtkTableToTreeFilter
:
public
vtkTreeAlgorithm
43
{
44
public
:
45
static
vtkTableToTreeFilter
*
New
();
46
vtkTypeMacro(
vtkTableToTreeFilter
,
vtkTreeAlgorithm
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
49
protected
:
50
vtkTableToTreeFilter
();
51
~
vtkTableToTreeFilter
();
52
53
int
RequestData
(
54
vtkInformation
*,
55
vtkInformationVector
**,
56
vtkInformationVector
*);
57
58
int
FillOutputPortInformation
(
59
int
vtkNotUsed(
port
),
vtkInformation
*
info
);
60
int
FillInputPortInformation
(
61
int
vtkNotUsed(
port
),
vtkInformation
*
info
);
62
63
private
:
64
vtkTableToTreeFilter
(
const
vtkTableToTreeFilter
&);
// Not implemented
65
void
operator=(
const
vtkTableToTreeFilter
&);
// Not implemented
66
};
67
68
#endif
69
Generated on Wed Nov 21 2012 21:33:58 for VTK by
1.8.2