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 
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
vtkPCellDataToPointData::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPCellDataToPointData::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersParallelModule.h
vtkPCellDataToPointData::New
static vtkPCellDataToPointData * New()
vtkCellDataToPointData.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPCellDataToPointData::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCellDataToPointData
map cell data to point data
Definition: vtkCellDataToPointData.h:49
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkPCellDataToPointData
Compute point arrays from cell arrays.
Definition: vtkPCellDataToPointData.h:32
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkPCellDataToPointData::vtkPCellDataToPointData
vtkPCellDataToPointData()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkPCellDataToPointData::~vtkPCellDataToPointData
~vtkPCellDataToPointData()
Definition: vtkPCellDataToPointData.h:49
vtkPCellDataToPointData::PieceInvariant
int PieceInvariant
Definition: vtkPCellDataToPointData.h:59