View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | List of all members
vistle::Fetcher Class Referenceabstract

#include <core/archives.h>

Inheritance diagram for vistle::Fetcher:
Inheritance graph
[legend]

Public Member Functions

virtual ~Fetcher ()
 
virtual void requestArray (const std::string &name, int type, const ArrayCompletionHandler &completeCallback)=0
 
virtual void requestObject (const std::string &name, const ObjectCompletionHandler &completeCallback)=0
 
virtual bool renameObjects () const
 
virtual std::string translateObjectName (const std::string &name) const
 
virtual std::string translateArrayName (const std::string &name) const
 
virtual void registerObjectNameTranslation (const std::string &arname, const std::string &name)
 
virtual void registerArrayNameTranslation (const std::string &arname, const std::string &name)
 

Constructor & Destructor Documentation

◆ ~Fetcher()

vistle::Fetcher::~Fetcher ( )
virtual

Member Function Documentation

◆ registerArrayNameTranslation()

void vistle::Fetcher::registerArrayNameTranslation ( const std::string &  arname,
const std::string &  name 
)
virtual

Reimplemented in vistle::DeepArchiveFetcher.

◆ registerObjectNameTranslation()

void vistle::Fetcher::registerObjectNameTranslation ( const std::string &  arname,
const std::string &  name 
)
virtual

Reimplemented in vistle::DeepArchiveFetcher.

◆ renameObjects()

bool vistle::Fetcher::renameObjects ( ) const
virtual

Reimplemented in vistle::DeepArchiveFetcher.

◆ requestArray()

virtual void vistle::Fetcher::requestArray ( const std::string &  name,
int  type,
const ArrayCompletionHandler completeCallback 
)
pure virtual

Implemented in vistle::DeepArchiveFetcher.

◆ requestObject()

virtual void vistle::Fetcher::requestObject ( const std::string &  name,
const ObjectCompletionHandler completeCallback 
)
pure virtual

Implemented in vistle::DeepArchiveFetcher.

◆ translateArrayName()

std::string vistle::Fetcher::translateArrayName ( const std::string &  name) const
virtual

Reimplemented in vistle::DeepArchiveFetcher.

◆ translateObjectName()

std::string vistle::Fetcher::translateObjectName ( const std::string &  name) const
virtual

Reimplemented in vistle::DeepArchiveFetcher.


The documentation for this class was generated from the following files: