VTK
vtkPointDataToCellData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPointDataToCellData.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 =========================================================================*/
40 #ifndef vtkPointDataToCellData_h
41 #define vtkPointDataToCellData_h
42 
43 #include "vtkFiltersCoreModule.h" // For export macro
44 #include "vtkDataSetAlgorithm.h"
45 
47 {
48 public:
51  void PrintSelf(ostream& os, vtkIndent indent);
52 
54 
57  vtkSetMacro(PassPointData,int);
58  vtkGetMacro(PassPointData,int);
59  vtkBooleanMacro(PassPointData,int);
61 
62 protected:
65 
66  virtual int RequestData(vtkInformation* request,
67  vtkInformationVector** inputVector,
68  vtkInformationVector* outputVector);
69 
71 private:
72  vtkPointDataToCellData(const vtkPointDataToCellData&); // Not implemented.
73  void operator=(const vtkPointDataToCellData&); // Not implemented.
74 };
75 
76 #endif
77 
78 
vtkPointDataToCellData
map point data to cell data
Definition: vtkPointDataToCellData.h:47
vtkPointDataToCellData::~vtkPointDataToCellData
~vtkPointDataToCellData()
Definition: vtkPointDataToCellData.h:64
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPointDataToCellData::PassPointData
int PassPointData
Definition: vtkPointDataToCellData.h:70
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPointDataToCellData::vtkPointDataToCellData
vtkPointDataToCellData()
vtkFiltersCoreModule.h
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkPointDataToCellData::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
VTKFILTERSCORE_EXPORT
#define VTKFILTERSCORE_EXPORT
Definition: vtkFiltersCoreModule.h:15
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPointDataToCellData::New
static vtkPointDataToCellData * New()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDataSetAlgorithm.h
vtkPointDataToCellData::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)