VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
TextAnalysis
vtkEntropyMatrixWeighting.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkEntropyMatrixWeighting.h
5
6
-------------------------------------------------------------------------
7
Copyright 2008 Sandia Corporation.
8
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9
the U.S. Government retains certain rights in this software.
10
-------------------------------------------------------------------------
11
12
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
13
All rights reserved.
14
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
15
16
This software is distributed WITHOUT ANY WARRANTY; without even
17
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18
PURPOSE. See the above copyright notice for more information.
19
20
=========================================================================*/
21
38
#ifndef __vtkEntropyMatrixWeighting_h
39
#define __vtkEntropyMatrixWeighting_h
40
41
#include <
vtkArrayDataAlgorithm.h
>
42
43
class
VTK_TEXT_ANALYSIS_EXPORT
vtkEntropyMatrixWeighting
:
44
public
vtkArrayDataAlgorithm
45
{
46
public
:
47
static
vtkEntropyMatrixWeighting
*
New
();
48
vtkTypeMacro(
vtkEntropyMatrixWeighting
,
vtkArrayDataAlgorithm
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent);
50
52
53
vtkGetMacro(FeatureDimension,
int
);
54
vtkSetMacro(FeatureDimension,
int
);
56
57
//BTX
58
protected
:
59
vtkEntropyMatrixWeighting
();
60
~
vtkEntropyMatrixWeighting
();
61
62
int
RequestData
(
63
vtkInformation
*,
64
vtkInformationVector
**,
65
vtkInformationVector
*);
66
67
private
:
68
vtkEntropyMatrixWeighting
(
const
vtkEntropyMatrixWeighting
&);
// Not implemented
69
void
operator=(
const
vtkEntropyMatrixWeighting
&);
// Not implemented
70
71
int
FeatureDimension;
72
//ETX
73
};
74
75
#endif
76
Generated on Wed Nov 21 2012 21:34:07 for VTK by
1.8.2