21 #ifndef otbVectorDataFileReader_h
22 #define otbVectorDataFileReader_h
44 :
itk::ExceptionObject(file, line, message, loc)
50 :
itk::ExceptionObject(file, line, message, loc)
55 :
itk::ExceptionObject(file, line, message, loc)
86 template <
class TOutputVectorData>
105 itkStaticConstMacro(VDimension,
unsigned int, OutputVectorType::DataNodeType::Dimension);
110 itkSetStringMacro(FileName);
111 itkGetStringMacro(FileName);
126 void GenerateOutputInformation(
void)
override;
129 void GenerateData()
override;
139 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
145 void operator=(
const Self&) =
delete;
150 void TestFileExistenceAndReadability();
155 #ifndef OTB_MANUAL_INSTANTIATION
159 #endif // otbVectorDataFileReader_h