VTK
vtkPassThrough.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPassThrough.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 =========================================================================*/
25 #ifndef vtkPassThrough_h
26 #define vtkPassThrough_h
27 
28 #include "vtkFiltersGeneralModule.h" // For export macro
30 
32 {
33 public:
34  static vtkPassThrough* New();
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
40 
42 
46  vtkSetMacro(DeepCopyInput, int);
47  vtkGetMacro(DeepCopyInput, int);
48  vtkBooleanMacro(DeepCopyInput, int);
50 
51 protected:
53  ~vtkPassThrough();
54 
55  virtual int RequestData(
59 
61 
62 private:
63  vtkPassThrough(const vtkPassThrough&); // Not implemented
64  void operator=(const vtkPassThrough&); // Not implemented
65 };
66 
67 #endif
68 
Superclass for algorithms that produce output of the same type as input.
Store vtkAlgorithm input/output information.
Shallow copies the input into the output.
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKFILTERSGENERAL_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPassInputTypeAlgorithm * New()