VTK
vtkFlyingEdgesPlaneCutter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFlyingEdgesPlaneCutter.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 =========================================================================*/
51 #ifndef vtkFlyingEdgesPlaneCutter_h
52 #define vtkFlyingEdgesPlaneCutter_h
53 
54 #include "vtkFiltersCoreModule.h" // For export macro
55 #include "vtkPolyDataAlgorithm.h"
56 
57 class vtkImageData;
58 class vtkPlane;
59 
61 {
62 public:
64 
67  void PrintSelf(ostream& os, vtkIndent indent);
69 
71  unsigned long int GetMTime();
72 
74 
77  virtual void SetPlane(vtkPlane*);
78  vtkGetObjectMacro(Plane,vtkPlane);
80 
82 
84  vtkSetMacro(ComputeNormals,int);
85  vtkGetMacro(ComputeNormals,int);
86  vtkBooleanMacro(ComputeNormals,int);
88 
90 
92  vtkSetMacro(ArrayComponent, int);
93  vtkGetMacro(ArrayComponent, int);
95 
96 protected:
99 
103 
109 
110 private:
111  vtkFlyingEdgesPlaneCutter(const vtkFlyingEdgesPlaneCutter&); // Not implemented.
112  void operator=(const vtkFlyingEdgesPlaneCutter&); // Not implemented.
113 };
114 
115 #endif
virtual int FillInputPortInformation(int port, vtkInformation *info)
cut a volume with a plane and generate a polygonal cut surface
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
Definition: vtkIndent.h:38
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
perform various plane computations
Definition: vtkPlane.h:36
Store zero or more vtkInformation instances.