StructuredGridFiletoPoly.h

Go to the documentation of this file.
00001 /* $Id: StructuredGridFiletoPoly.h,v 1.3 2005/05/26 15:42:03 pfb Exp $ */
00002 
00003 #ifndef _StructuredGridFiletoPoly_h
00004 #define _StructuredGridFiletoPoly_h
00005 
00017 class StructuredGridFiletoPoly : public FiletoPoly
00018   {
00019 
00020   //****************************************************************************
00021                              public:
00022   
00026   StructuredGridFiletoPoly(const char *pathname);
00027 
00031   virtual ~StructuredGridFiletoPoly();
00032 
00037   vtkDataSet *GetReaderOutput() const;
00038 
00039   //****************************************************************************
00040                              private:
00041 
00045   vtkStructuredGridReader *reader;
00046 
00050   vtkTriangleFilter       *triangle;
00051 
00055   vtkGeometryFilter       *convert;
00056 
00057 /*
00058  * $Log: StructuredGridFiletoPoly.h,v $
00059  * Revision 1.3  2005/05/26 15:42:03  pfb
00060  * Fixed documentation.
00061  *
00062  * Revision 1.2  2005/05/11 11:40:11  pfb
00063  * Added module info.
00064  *
00065  * Revision 1.1  2002/04/12 04:02:28  pfb
00066  * Initial rev. Compilable state.
00067  *
00068  */
00069 
00073 #endif
00074