VTK
vtkFeatureDictionary.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFeatureDictionary.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 -------------------------------------------------------------------------*/
20 
51 #ifndef __vtkFeatureDictionary_h
52 #define __vtkFeatureDictionary_h
53 
54 #include <vtkTableAlgorithm.h>
55 
57  public vtkTableAlgorithm
58 {
59 public:
60  static vtkFeatureDictionary* New();
62  void PrintSelf(ostream& os, vtkIndent indent);
63 
64 protected:
67 
68  int RequestData(
72 
73 private:
74  vtkFeatureDictionary(const vtkFeatureDictionary&); // Not implemented
75  void operator=(const vtkFeatureDictionary&); // Not implemented
76 };
77 
78 #endif
79 
Generates a dictionary of unique terms.
#define VTK_TEXT_ANALYSIS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Store zero or more vtkInformation instances.