VTK  9.3.1
vtkAppendCompositeDataLeaves.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
43 #ifndef vtkAppendCompositeDataLeaves_h
44 #define vtkAppendCompositeDataLeaves_h
45 
47 #include "vtkFiltersCoreModule.h" // For export macro
48 
49 VTK_ABI_NAMESPACE_BEGIN
51 class vtkDataSet;
52 
53 class VTKFILTERSCORE_EXPORT vtkAppendCompositeDataLeaves : public vtkCompositeDataSetAlgorithm
54 {
55 public:
57 
59  void PrintSelf(ostream& os, vtkIndent indent) override;
60 
62 
67  vtkSetMacro(AppendFieldData, vtkTypeBool);
68  vtkGetMacro(AppendFieldData, vtkTypeBool);
69  vtkBooleanMacro(AppendFieldData, vtkTypeBool);
71 
72 protected:
74  ~vtkAppendCompositeDataLeaves() override;
75 
81 
86 
91 
95  virtual void AppendUnstructuredGrids(vtkInformationVector* inputVector, int i, int numInputs,
97 
101  virtual void AppendPolyData(vtkInformationVector* inputVector, int i, int numInputs,
103 
110  virtual void AppendFieldDataArrays(vtkInformationVector* inputVector, int i, int numInputs,
111  vtkCompositeDataIterator* iter, vtkDataSet* dset);
112 
114 
115 private:
117  void operator=(const vtkAppendCompositeDataLeaves&) = delete;
118 };
119 
120 VTK_ABI_NAMESPACE_END
121 #endif // vtkAppendCompositeDataLeaves_h
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Store vtkAlgorithm input/output information.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:52
Superclass for algorithms that produce only vtkCompositeDataSet as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
superclass for composite data iterators
int vtkTypeBool
Definition: vtkABI.h:64
abstract superclass for composite (multi-block or AMR) datasets
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
Definition: vtkIndent.h:28
appends one or more composite datasets with the same structure together into a single output composit...
static vtkCompositeDataSetAlgorithm * New()
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.