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  =========================================================================*/
25 #ifndef VTKAMRTOMULTIBLOCKFILTER_H_
26 #define VTKAMRTOMULTIBLOCKFILTER_H_
27 
28 #include "vtkFiltersAMRModule.h" // For export macro
30 
31 class vtkInformation;
33 class vtkIndent;
35 class vtkOverlappingAMR;
37 
40 {
41 public:
42  static vtkAMRToMultiBlockFilter* New();
44  void PrintSelf(ostream &oss, vtkIndent indent );
45 
47 
49  vtkSetMacro( Controller, vtkMultiProcessController* );
50  vtkGetMacro( Controller, vtkMultiProcessController* );
52 
53  // Standard pipeline routines
54 
57  virtual int RequestData(
59 
60 protected:
62  virtual ~vtkAMRToMultiBlockFilter();
63 
65 
66  void CopyAMRToMultiBlock(
70 
71 private:
72  vtkAMRToMultiBlockFilter(const vtkAMRToMultiBlockFilter& ); // Not implemented
73  void operator=(const vtkAMRToMultiBlockFilter& ); // Not implemented
74 };
75 
76 #endif /* VTKAMRTOMULTIBLOCKFILTER_H_ */
Store vtkAlgorithm input/output information.
#define VTKFILTERSAMR_EXPORT
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
vtkMultiProcessController * Controller
Composite dataset that organizes datasets into blocks.
virtual int FillInputPortInformation(int port, vtkInformation *info)
hierarchical dataset of vtkUniformGrids
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
Multiprocessing communication superclass.