VTK  9.0.1
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 =========================================================================*/
55 #ifndef vtkAppendCompositeDataLeaves_h
56 #define vtkAppendCompositeDataLeaves_h
57 
59 #include "vtkFiltersCoreModule.h" // For export macro
60 
62 class vtkDataSet;
63 
64 class VTKFILTERSCORE_EXPORT vtkAppendCompositeDataLeaves : public vtkCompositeDataSetAlgorithm
65 {
66 public:
68 
70  void PrintSelf(ostream& os, vtkIndent indent) override;
71 
73 
78  vtkSetMacro(AppendFieldData, vtkTypeBool);
79  vtkGetMacro(AppendFieldData, vtkTypeBool);
80  vtkBooleanMacro(AppendFieldData, vtkTypeBool);
82 
83 protected:
85  ~vtkAppendCompositeDataLeaves() override;
86 
92 
97 
101  int FillInputPortInformation(int port, vtkInformation* info) override;
102 
106  virtual void AppendUnstructuredGrids(vtkInformationVector* inputVector, int i, int numInputs,
108 
112  virtual void AppendPolyData(vtkInformationVector* inputVector, int i, int numInputs,
114 
121  virtual void AppendFieldDataArrays(vtkInformationVector* inputVector, int i, int numInputs,
122  vtkCompositeDataIterator* iter, vtkDataSet* dset);
123 
125 
126 private:
128  void operator=(const vtkAppendCompositeDataLeaves&) = delete;
129 };
130 
131 #endif // vtkAppendCompositeDataLeaves_h
vtkCompositeDataSetAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Definition: vtkCompositeDataSetAlgorithm.h:89
vtkAppendCompositeDataLeaves
appends one or more composite datasets with the same structure together into a single output composit...
Definition: vtkAppendCompositeDataLeaves.h:64
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkCompositeDataSet
abstract superclass for composite (multi-block or AMR) datasets
Definition: vtkCompositeDataSet.h:45
vtkCompositeDataSetAlgorithm::New
static vtkCompositeDataSetAlgorithm * New()
vtkCompositeDataSetAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:453
vtkCompositeDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCompositeDataSetAlgorithm
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Definition: vtkCompositeDataSetAlgorithm.h:32
vtkCompositeDataSetAlgorithm::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Definition: vtkCompositeDataSetAlgorithm.h:71
vtkCompositeDataIterator
superclass for composite data iterators
Definition: vtkCompositeDataIterator.h:35
vtkAppendCompositeDataLeaves::AppendFieldData
vtkTypeBool AppendFieldData
Definition: vtkAppendCompositeDataLeaves.h:124
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:56
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkCompositeDataSetAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69