Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkExtractPolyDataGeometry.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkExtractPolyDataGeometry.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00040 #ifndef __vtkExtractPolyDataGeometry_h
00041 #define __vtkExtractPolyDataGeometry_h
00042 
00043 #include "vtkPolyDataAlgorithm.h"
00044 
00045 class vtkImplicitFunction;
00046 
00047 class VTK_GRAPHICS_EXPORT vtkExtractPolyDataGeometry : public vtkPolyDataAlgorithm
00048 {
00049 public:
00050   vtkTypeRevisionMacro(vtkExtractPolyDataGeometry,vtkPolyDataAlgorithm);
00051   void PrintSelf(ostream& os, vtkIndent indent);
00052 
00054   static vtkExtractPolyDataGeometry *New();
00055 
00057   unsigned long GetMTime();
00058 
00060 
00061   virtual void SetImplicitFunction(vtkImplicitFunction*);
00062   vtkGetObjectMacro(ImplicitFunction,vtkImplicitFunction);
00064 
00066 
00069   vtkSetMacro(ExtractInside,int);
00070   vtkGetMacro(ExtractInside,int);
00071   vtkBooleanMacro(ExtractInside,int);
00073 
00075 
00077   vtkSetMacro(ExtractBoundaryCells,int);
00078   vtkGetMacro(ExtractBoundaryCells,int);
00079   vtkBooleanMacro(ExtractBoundaryCells,int);
00081 
00082 protected:
00083   vtkExtractPolyDataGeometry(vtkImplicitFunction *f=NULL);
00084   ~vtkExtractPolyDataGeometry();
00085 
00086   // Usual data generation method
00087   int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
00088 
00089   vtkImplicitFunction *ImplicitFunction;
00090   int ExtractInside;
00091   int ExtractBoundaryCells;
00092 private:
00093   vtkExtractPolyDataGeometry(const vtkExtractPolyDataGeometry&);  // Not implemented.
00094   void operator=(const vtkExtractPolyDataGeometry&);  // Not implemented.
00095 };
00096 
00097 #endif

Generated on Mon Jan 21 23:07:24 2008 for VTK by  doxygen 1.4.3-20050530