VTK
vtkUniformGridPartitioner.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUniformGridPartitioner.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  =========================================================================*/
30 #ifndef VTKUNIFORMGRIDPARTITIONER_H_
31 #define VTKUNIFORMGRIDPARTITIONER_H_
32 
33 #include "vtkCommonExecutionModelModule.h" // For export macro
35 
36 class vtkInformation;
38 class vtkIndent;
39 
42 {
43  public:
46  void PrintSelf(ostream &oss, vtkIndent indent );
47 
49 
50  vtkGetMacro(NumberOfPartitions,int);
51  vtkSetMacro(NumberOfPartitions,int);
53 
55 
56  vtkGetMacro(NumberOfGhostLayers,int);
57  vtkSetMacro(NumberOfGhostLayers,int);
59 
60  protected:
62  virtual ~vtkUniformGridPartitioner();
63 
64  // Standard Pipeline methods
65  virtual int RequestData(
69 
72  private:
73  vtkUniformGridPartitioner(const vtkUniformGridPartitioner &); // Not implemented
74  void operator=(const vtkUniformGridPartitioner &); // Not implemented
75 
76 };
77 
78 #endif /* VTKUNIFORMGRIDPARTITIONER_H_ */
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Store vtkAlgorithm input/output information.
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:83
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
static vtkMultiBlockDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
#define vtkSetMacro(name, type)
Definition: vtkSetGet.h:69