VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
TextAnalysis
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
56
class
VTK_TEXT_ANALYSIS_EXPORT
vtkFeatureDictionary
:
57
public
vtkTableAlgorithm
58
{
59
public
:
60
static
vtkFeatureDictionary
*
New
();
61
vtkTypeMacro(
vtkFeatureDictionary
,
vtkTableAlgorithm
);
62
void
PrintSelf
(ostream& os,
vtkIndent
indent);
63
64
protected
:
65
vtkFeatureDictionary
();
66
~
vtkFeatureDictionary
();
67
68
int
RequestData
(
69
vtkInformation
*,
70
vtkInformationVector
**,
71
vtkInformationVector
*);
72
73
private
:
74
vtkFeatureDictionary
(
const
vtkFeatureDictionary
&);
// Not implemented
75
void
operator=(
const
vtkFeatureDictionary
&);
// Not implemented
76
};
77
78
#endif
79
Generated on Fri Aug 2 2013 12:20:02 for VTK by
1.8.4