|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the source code of this file.
Data Structures | |
| struct | ImageMetadata |
Functions | |
| ImageMetadata * | GetImageMetadataForImageFile (const char *path_s) |
| ImageMetadata * | AllocateImageMetadata (Coordinate *coord_p, struct tm *time_p, uint32 width, uint32 height) |
| void | FreeImageMetadata (ImageMetadata *metadata_p) |
| ImageMetadata* GetImageMetadataForImageFile | ( | const char * | path_s | ) |
| ImageMetadata* AllocateImageMetadata | ( | Coordinate * | coord_p, |
| struct tm * | time_p, | ||
| uint32 | width, | ||
| uint32 | height | ||
| ) |
| void FreeImageMetadata | ( | ImageMetadata * | metadata_p | ) |