VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Core
vtkVectorDot.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkVectorDot.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
=========================================================================*/
28
#ifndef __vtkVectorDot_h
29
#define __vtkVectorDot_h
30
31
#include "vtkFiltersCoreModule.h"
// For export macro
32
#include "
vtkDataSetAlgorithm.h
"
33
34
class
VTKFILTERSCORE_EXPORT
vtkVectorDot
:
public
vtkDataSetAlgorithm
35
{
36
public
:
37
vtkTypeMacro(
vtkVectorDot
,
vtkDataSetAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
static
vtkVectorDot
*
New
();
42
44
45
vtkSetVector2Macro(ScalarRange,
double
);
47
49
50
vtkGetVectorMacro(ScalarRange,
double
,2);
52
53
protected
:
54
vtkVectorDot
();
55
~vtkVectorDot
() {};
56
57
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
58
double
ScalarRange[2];
59
private
:
60
vtkVectorDot
(
const
vtkVectorDot
&);
// Not implemented.
61
void
operator=(
const
vtkVectorDot
&);
// Not implemented.
62
};
63
64
#endif
Generated on Thu May 24 2012 22:22:14 for VTK by
1.8.1