VTK
vtkReverseSense.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkReverseSense.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 =========================================================================*/
36 #ifndef __vtkReverseSense_h
37 #define __vtkReverseSense_h
38 
39 #include "vtkPolyDataAlgorithm.h"
40 
42 {
43 public:
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
49  static vtkReverseSense *New();
50 
52 
53  vtkSetMacro(ReverseCells,int);
54  vtkGetMacro(ReverseCells,int);
55  vtkBooleanMacro(ReverseCells,int);
57 
59 
60  vtkSetMacro(ReverseNormals,int);
61  vtkGetMacro(ReverseNormals,int);
62  vtkBooleanMacro(ReverseNormals,int);
64 
65 
66 protected:
69 
70  // Usual data generation method
72 
75 private:
76  vtkReverseSense(const vtkReverseSense&); // Not implemented.
77  void operator=(const vtkReverseSense&); // Not implemented.
78 };
79 
80 #endif
#define VTK_GRAPHICS_EXPORT
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
reverse the ordering of polygonal cells and/or vertex normals
a simple class to control print indentation
Definition: vtkIndent.h:37
Store zero or more vtkInformation instances.