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

vtkStripper.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkStripper.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 =========================================================================*/
00059 #ifndef __vtkStripper_h
00060 #define __vtkStripper_h
00061 
00062 #include "vtkPolyDataAlgorithm.h"
00063 
00064 class VTK_GRAPHICS_EXPORT vtkStripper : public vtkPolyDataAlgorithm
00065 {
00066 public:
00067   vtkTypeRevisionMacro(vtkStripper,vtkPolyDataAlgorithm);
00068   void PrintSelf(ostream& os, vtkIndent indent);
00069   
00071   static vtkStripper *New();
00072 
00074 
00076   vtkSetClampMacro(MaximumLength,int,4,100000);
00077   vtkGetMacro(MaximumLength,int);
00079 
00081 
00083   vtkBooleanMacro(PassCellDataAsFieldData, int);
00084   vtkSetMacro(PassCellDataAsFieldData, int);
00085   vtkGetMacro(PassCellDataAsFieldData, int);
00087 
00088 protected:
00089   vtkStripper();
00090   ~vtkStripper() {}
00091 
00092   // Usual data generation method
00093   int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
00094 
00095   int MaximumLength;
00096   int PassCellDataAsFieldData;
00097 
00098 private:
00099   vtkStripper(const vtkStripper&);  // Not implemented.
00100   void operator=(const vtkStripper&);  // Not implemented.
00101 };
00102 
00103 #endif

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