VTK
vtkOverlappingAMRAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOverlappingAMRAlgorithm.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 VTKOVERLAPPINGAMRALGORITHM_H_
26 #define VTKOVERLAPPINGAMRALGORITHM_H_
27 
28 #include "vtkCommonExecutionModelModule.h" // For export macro
30 
31 class vtkOverlappingAMR;
32 class vtkInformation;
33 
36 {
37  public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
47 
48  protected:
50  virtual ~vtkOverlappingAMRAlgorithm();
51 
53 
57 
58  private:
59  vtkOverlappingAMRAlgorithm(const vtkOverlappingAMRAlgorithm&); // Not implemented
60  void operator=(const vtkOverlappingAMRAlgorithm&); // Not implemented
61 };
62 
63 #endif /* VTKOVERLAPPINGAMRALGORITHM_H_ */
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Store vtkAlgorithm input/output information.
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
hierarchical dataset of vtkUniformGrids
static vtkUniformGridAMRAlgorithm * New()
vtkUniformGridAMR * GetOutput()
void PrintSelf(ostream &os, vtkIndent indent)