33#ifndef __H__LIBGRID__FILE_IO_BIN__
34#define __H__LIBGRID__FILE_IO_BIN__
44class ProjectionHandler;
52 ISubsetHandler** ppSH,
int numSHs,
53 ISelector** ppSel,
int numSels,
54 ProjectionHandler* pPH = NULL,
58 ISubsetHandler** ppSH,
int numSHs,
59 ProjectionHandler* pPH = NULL,
71 ISubsetHandler** ppSH,
int numSHs,
72 ISelector** ppSel,
int numSels,
73 ProjectionHandler* pPH = NULL,
78 ISubsetHandler** ppSH,
int numSHs,
79 ProjectionHandler* pPH = NULL,
bool SaveGridToLGB(Grid &grid, const char *filename, ISubsetHandler **ppSH, int numSHs, ProjectionHandler *pPH, APosition aPos)
Definition file_io_lgb.cpp:178
APosition3 APosition
Definition common_attachments.h:76
bool LoadGridFromLGB(Grid &grid, const char *filename, ISubsetHandler **ppSH, int numSHs, ProjectionHandler *pPH, APosition aPos)
Definition file_io_lgb.cpp:285
APosition aPosition("position", true)
The standard 3d position type.
Definition common_attachments.h:84