VTK
vtkUniformGridAMRAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkUniformGridAMRAlgorithm.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 =========================================================================*/
24#ifndef vtkUniformGridAMRAlgorithm_h
25#define vtkUniformGridAMRAlgorithm_h
26
27#include "vtkCommonExecutionModelModule.h" // For export macro
28#include "vtkAlgorithm.h"
29
31class vtkInformation;
33class vtkExecutive;
34
35class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridAMRAlgorithm : public vtkAlgorithm
36{
37 public:
40 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
41
43
49
51
57
62 vtkInformationVector** inputVector,
63 vtkInformationVector* outputVector ) VTK_OVERRIDE;
64
65 protected:
68
73 virtual int RequestDataObject(vtkInformation*,
75 vtkInformationVector*) {return 1;};
76
83 vtkInformationVector*) {return 1;};
84
91 vtkInformationVector*) {return 1;};
92
99 vtkInformationVector*) { return 1; };
100
105
107
110 int FillOutputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
111 int FillInputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
113
114 vtkDataObject *GetInput(int port);
115
116 private:
117 vtkUniformGridAMRAlgorithm(const vtkUniformGridAMRAlgorithm&) VTK_DELETE_FUNCTION;
118 void operator=(const vtkUniformGridAMRAlgorithm&) VTK_DELETE_FUNCTION;
119};
120
121#endif /* VTKUNIFORMGRIDAMRALGORITHM_H_ */
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:60
general representation of visualization data
Definition: vtkDataObject.h:65
Superclass for all pipeline executives in VTK.
Definition: vtkExecutive.h:50
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkUniformGridAMR as output.
vtkUniformGridAMR * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(int, vtkDataObject *)
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
static vtkUniformGridAMRAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
See vtkAlgorithm for details.
~vtkUniformGridAMRAlgorithm() override
vtkUniformGridAMR * GetOutput(int)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Set an input of this algorithm.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447