9 #ifndef vtkNastranBDFReader_h
10 #define vtkNastranBDFReader_h
15 #include "vtkPVVTKExtensionsIOGeneralModule.h"
38 vtkSetMacro(FileName, std::string);
39 vtkGetMacro(FileName, std::string);
53 bool AddTitle(
const std::vector<std::string>& args);
55 bool AddTimeInfo(
const std::vector<std::string>& args);
57 bool AddPoint(
const std::vector<std::string>& args);
59 bool AddTriangle(
const std::vector<std::string>& args);
61 bool AddPload2Data(
const std::vector<std::string>& args);
65 vtkIdType GetVTKPointId(
const std::string& arg);