1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
// ************************************************************************* //
// avtGGCMOptions.h //
// ************************************************************************* //
#ifndef AVT_GGCM_OPTIONS_H
#define AVT_GGCM_OPTIONS_H
class DBOptionsAttributes;
#include <string>
// ****************************************************************************
// Functions: avtGGCMOptions
//
// Purpose:
// Creates the options for GGCM readers and/or writers.
//
// Programmer: tfogal -- generated by xml2avt
// Creation: Fri Jun 2 10:13:25 PDT 2006
//
// ****************************************************************************
DBOptionsAttributes *GetGGCMReadOptions(void);
DBOptionsAttributes *GetGGCMWriteOptions(void);
#endif
|