33 #ifndef __H__UG_file_io_2df
34 #define __H__UG_file_io_2df
36 #include "../grid/grid.h"
37 #include "../common_attachments.h"
38 #include "../tools/subset_handler_interface.h"
bool LoadGridFrom2DF(Grid &grid, const char *filename, ISubsetHandler *psh, AVector3 &aPos)
Reads .2df files. 'psh' is optional and may be NULL.
Definition: file_io_2df.cpp:60
bool SaveGridTo2DF(Grid &grid, const char *filename, ISubsetHandler *psh, AVector3 &aPos)
Writes .2df files. 'psh' is optional and may be NULL.
Definition: file_io_2df.cpp:150
Attachment< vector3 > AVector3
Definition: common_attachments.h:62