#include <ost/img/image.hh>
Go to the source code of this file.
Namespaces | |
namespace | ost |
namespace | ost::img |
Typedefs | |
typedef ImageHandle | MapHandle = ImageHandle |
Functions | |
ImageHandle DLLEXPORT_OST_IMG_BASE | CreateMap (const Extent &ext=Extent(), DataType type=REAL, DataDomain dom=SPATIAL) |
ImageHandle DLLEXPORT_OST_IMG_BASE | CreateMap (const Size &s, const Point &o, DataType type=REAL, DataDomain dom=SPATIAL) |
ImageHandle DLLEXPORT_OST_IMG_BASE | CreateMap (const Point &p1, const Point &p2, DataType type=REAL, DataDomain dom=SPATIAL) |
ImageHandle DLLEXPORT_OST_IMG_BASE | CreateMap (const Point &p1, const Size &s, DataType type=REAL, DataDomain dom=SPATIAL) |