28 static void setDescription(
ossimString& description)
30 description =
"HDF5 reader plugin\n\n";
33 description = description +
"Datasets enabled for rendering:\n\n";
35 for(idx = 0;idx < renderableDatasets.size();++idx)
37 description = description + renderableDatasets[idx] +
"\n";
64 return (
const char*)0;
ossimSharedObjectInfo myInfo
static ossimHdf5ProjectionFactory * instance()
ossimSharedLibraryGetNumberOfClassNamesPtr getNumberOfClassNames
std::vector< std::string > StringListType
static ossimH5Options * instance()
static ossimH5ReaderFactory * instance()
static method to return instance (the only one) of this class.
int getNumberOfClassNames()
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize()
unsigned int ossim_uint32
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize(ossimSharedObjectInfo **info)
ossimSharedLibraryGetDescriptionPtr getDescription
#define OSSIM_PLUGINS_DLL
ossimSharedLibraryGetClassNamesPtr getClassName
static ossimProjectionFactoryRegistry * instance()
static ossimInfoFactoryRegistry * instance()
instance method
const char * getClassName(int idx)
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
ossimString theDescription
static ossimImageHandlerRegistry * instance()
std::vector< ossimString > theObjList
static ossimH5InfoFactory * instance()
const StringListType & getRenderableDataset() const
const char * getDescription()