VTK
vtkNonOverlappingAMRAlgorithm.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkNonOverlappingAMRAlgorithm.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  =========================================================================*/
22 #ifndef VTKNONOVERLAPPINGAMRALGORITHM_H_
23 #define VTKNONOVERLAPPINGAMRALGORITHM_H_
24 
25 #include "vtkCommonExecutionModelModule.h" // For export macro
27 
29 class vtkInformation;
30 
33 {
34  public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
44 
45  protected:
48 
50 
54 
55  private:
57  void operator=(const vtkNonOverlappingAMRAlgorithm&); // Not implemented
58 };
59 
60 #endif /* VTKNONOVERLAPPINGAMRALGORITHM_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
static vtkUniformGridAMRAlgorithm * New()
vtkUniformGridAMR * GetOutput()
void PrintSelf(ostream &os, vtkIndent indent)