//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbcreaVtkMHDFileInfo_h_INCLUDED__ #define __bbcreaVtkMHDFileInfo_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbcreaVtk { class bbcreaVtk_EXPORT MHDFileInfo : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(MHDFileInfo,bbtk::AtomicBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(FileName,std::string); BBTK_DECLARE_OUTPUT(Dim,int); BBTK_DECLARE_OUTPUT(DimSize,std::vector); BBTK_DECLARE_OUTPUT(ElementType,std::string); BBTK_DECLARE_OUTPUT(ElementSpacing,std::vector); BBTK_DECLARE_OUTPUT(Offset,std::vector); BBTK_DECLARE_OUTPUT(HeaderSize,long int); BBTK_PROCESS(Process); void Process(); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(MHDFileInfo,bbtk::AtomicBlackBox); BBTK_NAME("MHDFileInfo"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(MHDFileInfo,FileName,"MHD file name",std::string,""); BBTK_OUTPUT(MHDFileInfo,Dim,"Dimension",int,""); BBTK_OUTPUT(MHDFileInfo,DimSize,"Size",std::vector,""); BBTK_OUTPUT(MHDFileInfo,ElementType,"Format type",std::string,""); BBTK_OUTPUT(MHDFileInfo,ElementSpacing,"Spacing",std::vector,""); BBTK_OUTPUT(MHDFileInfo,Offset,"Offset",std::vector,""); BBTK_OUTPUT(MHDFileInfo,HeaderSize,"Format type",long int,""); BBTK_END_DESCRIBE_BLACK_BOX(MHDFileInfo); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbcreaVtk #endif // __bbcreaVtkMHDFileInfo_h_INCLUDED__