VTK
vtkPCellDataToPointData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPCellDataToPointData.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 vtkPCellDataToPointData_h
26 #define vtkPCellDataToPointData_h
27 
28 #include "vtkFiltersParallelModule.h" // For export macro
29 #include "vtkCellDataToPointData.h"
30 
32 {
33 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
37  static vtkPCellDataToPointData *New();
38 
40 
42  vtkSetMacro(PieceInvariant, int);
43  vtkGetMacro(PieceInvariant, int);
44  vtkBooleanMacro(PieceInvariant, int);
46 
47 protected:
50 
51  // Usual data generation method
52  virtual int RequestData(vtkInformation* request,
53  vtkInformationVector** inputVector,
54  vtkInformationVector* outputVector);
58 
60 private:
61  vtkPCellDataToPointData(const vtkPCellDataToPointData&); // Not implemented.
62  void operator=(const vtkPCellDataToPointData&); // Not implemented.
63 };
64 
65 #endif
static vtkCellDataToPointData * New()
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSPARALLEL_EXPORT
Compute point arrays from cell arrays.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
map cell data to point data
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.