OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
ProfileIOHandler Class Referenceabstract

#include <profile_io_handler.hh>

Inherited by HhmIOHandler, HhmIOHandler, PssmIOHandler, and PssmIOHandler.

Public Member Functions

virtual ~ProfileIOHandler ()
 
virtual void Import (seq::ProfileHandle &prof, const boost::filesystem::path &loc)=0
 
virtual void Export (const seq::ProfileHandle &prof, const boost::filesystem::path &loc) const =0
 
virtual ~ProfileIOHandler ()
 
virtual void Import (seq::ProfileHandle &prof, const boost::filesystem::path &loc)=0
 
virtual void Export (const seq::ProfileHandle &prof, const boost::filesystem::path &loc) const =0
 

Detailed Description

pure abstract base class for profile io handlers

Definition at line 37 of file profile_io_handler.hh.

Constructor & Destructor Documentation

virtual ~ProfileIOHandler ( )
inlinevirtual

Definition at line 39 of file profile_io_handler.hh.

virtual ~ProfileIOHandler ( )
inlinevirtual

Definition at line 39 of file profile_io_handler.hh.

Member Function Documentation

virtual void Export ( const seq::ProfileHandle prof,
const boost::filesystem::path &  loc 
) const
pure virtual
virtual void Export ( const seq::ProfileHandle prof,
const boost::filesystem::path &  loc 
) const
pure virtual
virtual void Import ( seq::ProfileHandle prof,
const boost::filesystem::path &  loc 
)
pure virtual
virtual void Import ( seq::ProfileHandle prof,
const boost::filesystem::path &  loc 
)
pure virtual

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