27 static void setDescription(
ossimString& description)
29 description =
"HDF5 Unclass plugin\n\n";
31 vector<ossimString> renderables;
34 description = description +
"Datasets enabled for rendering:\n\n";
36 for(idx = 0;idx < renderables.size();++idx)
38 description = description + renderables[idx] +
"\n";
65 return (
const char*)0;
static ossimHdf5PluginHandlerFactory * instance()
static method to return instance (the only one) of this class.
OSSIM_PLUGINS_DLL void ossimSharedLibraryFinalize()
ossimString theDescription
ossimSharedLibraryGetNumberOfClassNamesPtr getNumberOfClassNames
const char * getClassName(int idx)
std::vector< ossimString > theObjList
virtual void getSupportedRenderableNames(std::vector< ossimString > &names) const
HDF5 defines different datasets depending on the sensor/format.
const char * getDescription()
ossimSharedObjectInfo myInfo
unsigned int ossim_uint32
ossimSharedLibraryGetDescriptionPtr getDescription
OSSIM_PLUGINS_DLL void ossimSharedLibraryInitialize(ossimSharedObjectInfo **info)
#define OSSIM_PLUGINS_DLL
ossimSharedLibraryGetClassNamesPtr getClassName
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
static ossimImageHandlerRegistry * instance()
int getNumberOfClassNames()