VTK
vtkExtractVectorComponents.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractVectorComponents.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 =========================================================================*/
36 #ifndef vtkExtractVectorComponents_h
37 #define vtkExtractVectorComponents_h
38 
39 #include "vtkFiltersExtractionModule.h" // For export macro
40 #include "vtkDataSetAlgorithm.h"
41 
42 class vtkDataSet;
43 
45 {
46 public:
49  void PrintSelf(ostream& os, vtkIndent indent);
50 
52  virtual void SetInputData(vtkDataSet *input);
53 
59 
66 
73 
75 
77  vtkSetMacro(ExtractToFieldData, int);
78  vtkGetMacro(ExtractToFieldData, int);
79  vtkBooleanMacro(ExtractToFieldData, int);
81 
82 protected:
85 
89 private:
90  vtkExtractVectorComponents(const vtkExtractVectorComponents&); // Not implemented.
91  void operator=(const vtkExtractVectorComponents&); // Not implemented.
92 };
93 
94 #endif
95 
96 
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkFiltersExtractionModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkExtractVectorComponents::GetVyComponent
vtkDataSet * GetVyComponent()
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkExtractVectorComponents::ExtractToFieldData
int ExtractToFieldData
Definition: vtkExtractVectorComponents.h:87
vtkExtractVectorComponents::GetVxComponent
vtkDataSet * GetVxComponent()
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkExtractVectorComponents
extract components of vector as separate scalars
Definition: vtkExtractVectorComponents.h:45
vtkExtractVectorComponents::SetInputData
virtual void SetInputData(vtkDataSet *input)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkExtractVectorComponents::vtkExtractVectorComponents
vtkExtractVectorComponents()
vtkExtractVectorComponents::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDataSetAlgorithm.h
vtkExtractVectorComponents::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
VTKFILTERSEXTRACTION_EXPORT
#define VTKFILTERSEXTRACTION_EXPORT
Definition: vtkFiltersExtractionModule.h:15
vtkExtractVectorComponents::~vtkExtractVectorComponents
~vtkExtractVectorComponents()
vtkExtractVectorComponents::New
static vtkExtractVectorComponents * New()
vtkExtractVectorComponents::GetVzComponent
vtkDataSet * GetVzComponent()
vtkExtractVectorComponents::OutputsInitialized
int OutputsInitialized
Definition: vtkExtractVectorComponents.h:88