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 
61  vtkGetMacro(DuplicateNodes,int);
62  vtkSetMacro(DuplicateNodes,int);
63  vtkBooleanMacro(DuplicateNodes,int);
65 
66  protected:
68  virtual ~vtkUniformGridPartitioner();
69 
70  // Standard Pipeline methods
71  virtual int RequestData(
75 
79  private:
80  vtkUniformGridPartitioner(const vtkUniformGridPartitioner &); // Not implemented
81  void operator=(const vtkUniformGridPartitioner &); // Not implemented
82 
83 };
84 
85 #endif /* VTKUNIFORMGRIDPARTITIONER_H_ */
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Store vtkAlgorithm input/output information.
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
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.