|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Info factory. More...
#include <ossimH5InfoFactory.h>
Public Member Functions | |
| virtual | ~ossimH5InfoFactory () |
| virtual destructor More... | |
| virtual ossimInfoBase * | create (const ossimFilename &file) const |
| create method. More... | |
Public Member Functions inherited from ossimInfoFactoryInterface | |
| ossimInfoFactoryInterface () | |
| default constructor More... | |
| virtual | ~ossimInfoFactoryInterface () |
| virtual destructor More... | |
| virtual std::shared_ptr< ossimInfoBase > | create (std::shared_ptr< ossim::istream > &str, const std::string &connectionString) const =0 |
Static Public Member Functions | |
| static ossimH5InfoFactory * | instance () |
Private Member Functions | |
| ossimH5InfoFactory () | |
| hidden from use default constructor More... | |
| ossimH5InfoFactory (const ossimH5InfoFactory &obj) | |
| hidden from use copy constructor More... | |
| const ossimH5InfoFactory & | operator= (const ossimH5InfoFactory &rhs) |
| hidden from use operator = More... | |
Info factory.
Definition at line 27 of file ossimH5InfoFactory.h.
|
virtual |
|
private |
|
private |
|
virtual |
create method.
| file | Some file you want info for. |
Implements ossimInfoFactoryInterface.
Definition at line 33 of file ossimH5InfoFactory.cpp.
References ossimInfoBase::open(), and ossimRefPtr< T >::release().
|
static |
Definition at line 26 of file ossimH5InfoFactory.cpp.
Referenced by ossimSharedLibraryFinalize(), and ossimSharedLibraryInitialize().
|
private |
hidden from use operator =
Definition at line 53 of file ossimH5InfoFactory.cpp.
1.8.14