VTK
vtkCellCenters.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCellCenters.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 vtkCellCenters_h
41 #define vtkCellCenters_h
42 
43 #include "vtkFiltersGeneralModule.h" // For export macro
44 #include "vtkPolyDataAlgorithm.h"
45 
47 {
48 public:
50  void PrintSelf(ostream& os, vtkIndent indent);
51 
53  static vtkCellCenters *New();
54 
56 
57  vtkSetMacro(VertexCells,int);
58  vtkGetMacro(VertexCells,int);
59  vtkBooleanMacro(VertexCells,int);
61 
62 protected:
65 
68 
70 private:
71  vtkCellCenters(const vtkCellCenters&); // Not implemented.
72  void operator=(const vtkCellCenters&); // Not implemented.
73 };
74 
75 #endif
vtkCellCenters::VertexCells
int VertexCells
Definition: vtkCellCenters.h:69
vtkCellCenters::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCellCenters::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCellCenters::~vtkCellCenters
~vtkCellCenters()
Definition: vtkCellCenters.h:64
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkCellCenters::vtkCellCenters
vtkCellCenters()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkCellCenters::New
static vtkCellCenters * New()
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkCellCenters::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkCellCenters
generate points at center of cells
Definition: vtkCellCenters.h:47
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition: vtkPolyDataAlgorithm.h:44