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 
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
vtkAppendCompositeDataLeaves::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkAppendCompositeDataLeaves
appends one or more composite datasets with the same structure together into a single output composit...
Definition: vtkAppendCompositeDataLeaves.h:63
vtkAppendCompositeDataLeaves::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:51
vtkCompositeDataSetAlgorithm.h
vtkFiltersCoreModule.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkAppendCompositeDataLeaves::vtkAppendCompositeDataLeaves
vtkAppendCompositeDataLeaves()
vtkCompositeDataSetAlgorithm
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Definition: vtkCompositeDataSetAlgorithm.h:32
vtkCompositeDataIterator
superclass for composite data iterators
Definition: vtkCompositeDataIterator.h:41
VTKFILTERSCORE_EXPORT
#define VTKFILTERSCORE_EXPORT
Definition: vtkFiltersCoreModule.h:15
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkAppendCompositeDataLeaves::AppendFieldData
int AppendFieldData
Definition: vtkAppendCompositeDataLeaves.h:118
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
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)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkAppendCompositeDataLeaves::AppendPolyData
virtual void AppendPolyData(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)
vtkAppendCompositeDataLeaves::AppendFieldDataArrays
virtual void AppendFieldDataArrays(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkDataSet *dset)
vtkAppendCompositeDataLeaves::New
static vtkAppendCompositeDataLeaves * New()
vtkAppendCompositeDataLeaves::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkAppendCompositeDataLeaves::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkAppendCompositeDataLeaves::AppendUnstructuredGrids
virtual void AppendUnstructuredGrids(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)
vtkAppendCompositeDataLeaves::~vtkAppendCompositeDataLeaves
~vtkAppendCompositeDataLeaves()