VTK
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 
35 {
36 public:
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();
56 
58  double ScalarRange[2];
59 private:
60  vtkVectorDot(const vtkVectorDot&); // Not implemented.
61  void operator=(const vtkVectorDot&); // Not implemented.
62 };
63 
64 #endif
Store vtkAlgorithm input/output information.
#define VTKFILTERSCORE_EXPORT
generate scalars from dot product of vectors and normals (e.g., show displacement plot) ...
Definition: vtkVectorDot.h:34
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()