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=========================================================================*/
54#ifndef vtkAppendCompositeDataLeaves_h
55#define vtkAppendCompositeDataLeaves_h
56
57#include "vtkFiltersCoreModule.h" // For export macro
59
61class vtkDataSet;
62
64{
65public:
67
69 void PrintSelf( ostream& os, vtkIndent indent ) VTK_OVERRIDE;
70
72
77 vtkSetMacro(AppendFieldData,int);
78 vtkGetMacro(AppendFieldData,int);
79 vtkBooleanMacro(AppendFieldData,int);
81
82protected:
85
90 int RequestDataObject( vtkInformation*, vtkInformationVector**, vtkInformationVector* ) VTK_OVERRIDE;
91
95 int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* ) VTK_OVERRIDE;
96
100 int FillInputPortInformation( int port, vtkInformation* info ) VTK_OVERRIDE;
101
105 virtual void AppendUnstructuredGrids(vtkInformationVector* inputVector,
106 int i, int numInputs, vtkCompositeDataIterator* iter, vtkCompositeDataSet* output );
107
111 virtual void AppendPolyData(vtkInformationVector* inputVector,
112 int i, int numInputs, vtkCompositeDataIterator* iter, vtkCompositeDataSet* output );
113
120 virtual void AppendFieldDataArrays(vtkInformationVector* inputVector,
121 int i, int numInputs, vtkCompositeDataIterator* iter, vtkDataSet* dset );
122
123 int AppendFieldData;
124
125private:
126 vtkAppendCompositeDataLeaves ( const vtkAppendCompositeDataLeaves& ) VTK_DELETE_FUNCTION;
127 void operator = ( const vtkAppendCompositeDataLeaves& ) VTK_DELETE_FUNCTION;
128};
129
130#endif // vtkAppendCompositeDataLeaves_h
appends one or more composite datasets with the same structure together into a single output composit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkAppendCompositeDataLeaves() override
static vtkAppendCompositeDataLeaves * New()
superclass for composite data iterators
Superclass for algorithms that produce only vtkCompositeDataSet as output.
abstract superclass for composite (multi-block or AMR) datasets
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.