VTK
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 
43 {
44 public:
45  static vtkTableToTreeFilter* New();
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
49 protected:
52 
53  int RequestData(
57 
59  int vtkNotUsed(port), vtkInformation* info);
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