FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
Fiber::HDF5Producer Class Reference

Deferred creation of MemBase objects from an HDF5 file. More...

#include <HDF5Producer.hpp>

Inheritance diagram for Fiber::HDF5Producer:
MemCore::CreatorBase< class Domain >::Producer MemCore::Interface< Producer > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Member Functions

 HDF5Producer (const WeakPtr< CreativeArrayBase > &theCreator, const DynamicSize &theSize, const MemCore::RefPtr< H5Group > &theGroup, const std::string &theDatasetName, const std::string &thePathInfo, const std::string &CacheInfo, size_t theMaxCount, size_t theThisCount)
 
RefPtr< MemBaseproduce (const WeakPtr< MemCore::CreatorBase< MemBase > > &) override
 
bool isReproducible () const override
 
bool request (const CreativeArrayBase::result &) override
 
bool isUnderCreation () const override
 
- Public Member Functions inherited from MemCore::Interface< Producer >
const type_info & getInterfaceDomain () const
 
- Public Member Functions inherited from MemCore::InterfaceBase
virtual bool apply (Intercube &I, const RefPtr< InterfaceIterationParameter > &)
 
virtual bool apply_const (const Intercube &I, const RefPtr< InterfaceIterationParameter > &)
 
- Public Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
auto getObjectCountID () const noexcept
 
bool isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept
 
void mkAutoDestructive ()
 
refcount_t refcount () const noexcept
 
 ReferenceBase (Object *that) noexcept
 
const auto & self () const
 
refcount_t wrefcount () const noexcept
 

Additional Inherited Members

- Public Types inherited from MemCore::Interface< Producer >
typedef Domain InterfaceDomain_t
 
- Public Types inherited from MemCore::ReferenceBase< InterfaceBase >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 
- Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
virtual void extremeUnction ()
 
ReferenceBaseoperator= (const ReferenceBase &R)
 
void suicide ()
 

Detailed Description

Deferred creation of MemBase objects from an HDF5 file.