VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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 "
vtkDataSetAlgorithm.h
"
32
33
class
VTK_GRAPHICS_EXPORT
vtkVectorDot
:
public
vtkDataSetAlgorithm
34
{
35
public
:
36
vtkTypeMacro(
vtkVectorDot
,
vtkDataSetAlgorithm
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
40
static
vtkVectorDot
*
New
();
41
43
44
vtkSetVector2Macro(ScalarRange,
double
);
46
48
49
vtkGetVectorMacro(ScalarRange,
double
,2);
51
52
protected
:
53
vtkVectorDot
();
54
~vtkVectorDot
() {};
55
56
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
double
ScalarRange[2];
58
private
:
59
vtkVectorDot
(
const
vtkVectorDot
&);
// Not implemented.
60
void
operator=(
const
vtkVectorDot
&);
// Not implemented.
61
};
62
63
#endif
Generated on Sun Sep 9 2012 13:03:38 for VTK by
1.8.1.2