9 #ifndef vtkNastranBDFReader_h 10 #define vtkNastranBDFReader_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);
std::map< vtkIdType, vtkIdType > PointsIds
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkNew< vtkCellArray > Cells
static vtkUnstructuredGridAlgorithm * New()
vtkSmartPointer< vtkDoubleArray > Pload2
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
std::map< std::string, vtkIdType > UnsupportedElements
#define VTKPVVTKEXTENSIONSIOGENERAL_EXPORT
vtkNew< vtkPoints > Points
std::map< vtkIdType, vtkIdType > CellsIds
vtkNew< vtkIdTypeArray > OriginalPointIds
void operator=(const vtkObjectBase &)
Reader for Bulk Data Format from Nastran.