15 #ifndef __itkMeshFileReaderBase_h
16 #define __itkMeshFileReaderBase_h
18 #include "itkMeshSource.h"
19 #include "itkExceptionObject.h"
33 const char* message =
"Error in IO",
34 const char* loc =
"Unknown") :
35 ExceptionObject(file, line, message, loc)
41 const char* message =
"Error in IO",
42 const char* loc =
"Unknown") :
43 ExceptionObject(file, line, message, loc)
57 template <
class TOutputMesh>
79 itkGetStringMacro(FileName);
80 itkSetStringMacro(FileName);
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkMeshFileReaderBase.txx"