VTK
vtkAMRToMultiBlockFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkAMRToMultiBlockFilter.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 =========================================================================*/
26#ifndef vtkAMRToMultiBlockFilter_h
27#define vtkAMRToMultiBlockFilter_h
28
29#include "vtkFiltersAMRModule.h" // For export macro
31
32class vtkInformation;
34class vtkIndent;
38
39class VTKFILTERSAMR_EXPORT vtkAMRToMultiBlockFilter :
41{
42public:
45 void PrintSelf(ostream &oss, vtkIndent indent );
46
48
53 vtkGetMacro( Controller, vtkMultiProcessController* );
55
56 // Standard pipeline routines
57
60 virtual int RequestData(
62
63protected:
66
68
75
76private:
77 vtkAMRToMultiBlockFilter(const vtkAMRToMultiBlockFilter& ) VTK_DELETE_FUNCTION;
78 void operator=(const vtkAMRToMultiBlockFilter& ) VTK_DELETE_FUNCTION;
79};
80
81#endif /* vtkAMRToMultiBlockFilter_h */
A filter that accepts as input an AMR dataset and produces a corresponding vtkMultiBlockDataset as ou...
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &oss, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void CopyAMRToMultiBlock(vtkOverlappingAMR *amr, vtkMultiBlockDataSet *mbds)
Copies the AMR data to the output multi-block datastructure.
static vtkAMRToMultiBlockFilter * New()
vtkMultiProcessController * Controller
virtual ~vtkAMRToMultiBlockFilter()
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
hierarchical dataset of vtkUniformGrids
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.