VTK
vtkAppendCompositeDataLeaves.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAppendCompositeDataLeaves.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 =========================================================================*/
53 #ifndef vtkAppendCompositeDataLeaves_h
54 #define vtkAppendCompositeDataLeaves_h
55 
56 #include "vtkFiltersCoreModule.h" // For export macro
58 
60 class vtkDataSet;
61 
63 {
64 public:
66 
68  void PrintSelf( ostream& os, vtkIndent indent );
69 
71 
76  vtkSetMacro(AppendFieldData,int);
77  vtkGetMacro(AppendFieldData,int);
78  vtkBooleanMacro(AppendFieldData,int);
80 
81 protected:
84 
88 
91 
93  virtual int FillInputPortInformation( int port, vtkInformation* info );
94 
96 
98  virtual void AppendUnstructuredGrids(vtkInformationVector* inputVector,
99  int i, int numInputs, vtkCompositeDataIterator* iter, vtkCompositeDataSet* output );
101 
103 
105  virtual void AppendPolyData(vtkInformationVector* inputVector,
106  int i, int numInputs, vtkCompositeDataIterator* iter, vtkCompositeDataSet* output );
108 
110 
114  virtual void AppendFieldDataArrays(vtkInformationVector* inputVector,
115  int i, int numInputs, vtkCompositeDataIterator* iter, vtkDataSet* dset );
117 
119 
120 private:
121  vtkAppendCompositeDataLeaves ( const vtkAppendCompositeDataLeaves& ); // Not implemented.
122  void operator = ( const vtkAppendCompositeDataLeaves& ); // Not implemented.
123 };
124 
125 #endif // vtkAppendCompositeDataLeaves_h
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store vtkAlgorithm input/output information.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:61
#define VTKFILTERSCORE_EXPORT
Superclass for algorithms that produce only vtkCompositeDataSet as output.
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Definition: vtkIndent.h:38
appends one or more composite datasets with the same structure together into a single output composit...
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCompositeDataSetAlgorithm * New()
Store zero or more vtkInformation instances.
virtual int FillInputPortInformation(int port, vtkInformation *info)