|
virtual H5Seis * | openSeis (const std::string &name) override |
| Open H5Seis.
|
|
virtual H5Seis * | openSeis (h5gt::Group group) override |
| Open H5Seis.
|
|
virtual H5Seis * | createSeis (std::string &name, H5SeisParam &p, h5geo::CreationType createFlag) override |
| Create H5Seis.
|
|
virtual H5Seis * | createSeis (h5gt::Group group, H5SeisParam &p, h5geo::CreationType createFlag) override |
| Create H5Seis.
|
|
virtual H5Base * | clone () override |
|
H5Base * | clone () |
|
H5Base * | clone () |
|
H5Base * | clone () |
|
H5Base * | clone () |
|
H5Base * | clone () |
|
virtual H5BaseObject * | openObject (const std::string &name) override |
| Open geo-object.
|
|
virtual H5BaseObject * | openObject (h5gt::Group group) override |
| Open geo-object.
|
|
virtual H5BasePoints * | openPoints (const std::string &name) override |
| Open H5BasePoints derived points.
|
|
virtual H5BasePoints * | openPoints (h5gt::Group group) override |
| Open H5BasePoints derived points.
|
|
virtual H5Horizon * | openHorizon (const std::string &name) override |
|
virtual H5Horizon * | openHorizon (h5gt::Group group) override |
|
virtual H5Points1 * | createPoints1 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points1 * | createPoints1 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points2 * | createPoints2 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points2 * | createPoints2 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points3 * | createPoints3 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points3 * | createPoints3 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points4 * | createPoints4 (std::string &name, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Points4 * | createPoints4 (h5gt::Group group, H5PointsParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Horizon * | createHorizon (std::string &name, H5HorizonParam &p, h5geo::CreationType createFlag) override |
|
virtual H5Horizon * | createHorizon (h5gt::Group group, H5HorizonParam &p, h5geo::CreationType createFlag) override |
|
virtual h5gt::File | getH5File () const override |
| Get HDF5 file.
|
|
virtual std::vector< h5gt::Group > | getObjGroupList (const h5geo::ObjectType &objType, bool recursive) override |
| Find all geo-objects of specified type within current container and return them as vector of Groups.
|
|
virtual std::vector< std::string > | getObjNameList (const h5geo::ObjectType &objType, bool recursive) override |
| Find all geo-objects of specified type within current container and return them as vector of names.
|
|
virtual size_t | getObjCount (const h5geo::ObjectType &objType, bool recursive) override |
| Get number of geo-objects of specified type within current container.
|
|
virtual h5geo::ContainerType | getContainerType () override |
| Get current container type.
|
|
virtual bool | isEqual (H5BaseContainer *other) const override |
| Does the same as operator '=='.
|
|
virtual bool | operator== (const H5BaseContainer &other) const override |
| Check if containers are the same (compares HDF5 files)
|
|
virtual bool | operator!= (const H5BaseContainer &other) const override |
| Check if containers are not the same (compares HDF5 files)
|
|
virtual void | Delete () override |
|
|
| H5SeisContainerImpl (const h5gt::File &h5File) |
|
| H5BaseContainerImpl (const h5gt::File &h5File) |
|
virtual std::vector< h5gt::Group > | getChildGroupList (h5gt::Group &group, const h5geo::ObjectType &objType, bool recursive=false) |
|
virtual std::vector< std::string > | getChildNameList (h5gt::Group &group, const h5geo::ObjectType &objType, const std::string &referencePath, bool recursive=false) |
| referencePath to get relative path from it (set to empty to get full path)
|
|
virtual size_t | getChildCount (h5gt::Group &group, const h5geo::ObjectType &objType, bool recursive=false) |
|
std::optional< h5gt::Group > | createObject (std::string &objName, h5gt::File parentFile, const h5geo::ObjectType &objType, void *p, h5geo::CreationType createFlag) |
| createObject Creates new object. If CREATE_UNDER_NEW_NAME then objName will be chaged to be unique in its parent file.
|
|
std::optional< h5gt::Group > | createObject (std::string &objName, h5gt::Group parentGroup, const h5geo::ObjectType &objType, void *p, h5geo::CreationType createFlag) |
| createObject Creates new object. If CREATE_UNDER_NEW_NAME then objName will be chaged to be unique in its parent group.
|
|
std::optional< h5gt::Group > | createObject (h5gt::Group objG, const h5geo::ObjectType &objType, void *p, h5geo::CreationType createFlag) |
|
bool | isSuccessor (const h5gt::Group &parentG, const h5gt::Group &childG) |
| isSuccessor checks whether childG is successor of parentG
|
|
bool | isSuccessor (const std::string &parent, const std::string &child) |
| isSuccessor works only with absolute path!
|
|