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=========================================================================*/
26#ifndef vtkPCellDataToPointData_h
27#define vtkPCellDataToPointData_h
28
29#include "vtkFiltersParallelModule.h" // For export macro
31
32class VTKFILTERSPARALLEL_EXPORT vtkPCellDataToPointData : public vtkCellDataToPointData
33{
34public:
36 void PrintSelf(ostream& os, vtkIndent indent);
37
39
41
45 vtkSetMacro(PieceInvariant, int);
46 vtkGetMacro(PieceInvariant, int);
47 vtkBooleanMacro(PieceInvariant, int);
49
50protected:
53
54 // Usual data generation method
55 virtual int RequestData(vtkInformation* request,
56 vtkInformationVector** inputVector,
57 vtkInformationVector* outputVector);
61
63private:
64 vtkPCellDataToPointData(const vtkPCellDataToPointData&) VTK_DELETE_FUNCTION;
65 void operator=(const vtkPCellDataToPointData&) VTK_DELETE_FUNCTION;
66};
67
68#endif
map cell data to point data
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Compute point arrays from cell arrays.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkPCellDataToPointData * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.