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

Utilities/Xdmf/vtk/vtkXdmfReaderHelper.h

Go to the documentation of this file.
00001 /*******************************************************************/
00002 /*                               XDMF                              */
00003 /*                   eXtensible Data Model and Format              */
00004 /*                                                                 */
00005 /*  Id : $Id: vtkXdmfReaderHelper.h,v 1.2 2003/03/04 15:24:32 andy Exp $  */
00006 /*  Date : $Date: 2003/03/04 15:24:32 $ */
00007 /*  Version : $Revision: 1.2 $ */
00008 /*                                                                 */
00009 /*  Author:                                                        */
00010 /*     Jerry A. Clarke                                             */
00011 /*     clarke@arl.army.mil                                         */
00012 /*     US Army Research Laboratory                                 */
00013 /*     Aberdeen Proving Ground, MD                                 */
00014 /*                                                                 */
00015 /*     Copyright @ 2002 US Army Research Laboratory                */
00016 /*     All Rights Reserved                                         */
00017 /*     See Copyright.txt or http://www.arl.hpc.mil/ice for details */
00018 /*                                                                 */
00019 /*     This software is distributed WITHOUT ANY WARRANTY; without  */
00020 /*     even the implied warranty of MERCHANTABILITY or FITNESS     */
00021 /*     FOR A PARTICULAR PURPOSE.  See the above copyright notice   */
00022 /*     for more information.                                       */
00023 /*                                                                 */
00024 /*******************************************************************/
00025 #ifndef __vtkXdmfReaderHelper_h
00026 #define __vtkXdmfReaderHelper_h
00027 
00028 #include "Xdmf.h"
00029 
00030 
00031 class vtkXdmfReaderHelper : public XdmfGrid
00032 {
00033 public :
00034   XdmfInt64 GetNumberOfPoints();
00035 
00036   vtkXdmfReaderHelper();
00037   ~vtkXdmfReaderHelper();
00038 
00039 protected:
00040   char    *InputXMLFileName;
00041 
00042 private :
00043   vtkXdmfReaderHelper( const vtkXdmfReaderHelper&); // Not implemented.
00044   void operator=(const vtkXdmfReaderHelper&); // Not implemented.
00045 };
00046 
00047 #endif // __vtkXdmfReaderHelper_h

Generated on Tue May 30 12:31:49 2006 for ParaView by doxygen 1.3.5