RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
rxdock::DirectorySource Class Reference

#include <DirectorySource.h>

Inheritance diagram for rxdock::DirectorySource:
rxdock::PMFDirSource

Public Member Functions

 DirectorySource (const std::string &)
 

Static Public Attributes

static const std::string _CT = "DirectorySource"
 

Protected Member Functions

void CheckDirectory (std::string &)
 

Protected Attributes

struct stat fStat
 
int fNum
 
struct dirent ** fNameList
 
std::ifstream inFile
 
std::string thePath
 

Detailed Description

DirectorySource Reads all (or the given number) of files into a <vector> that are in a directory. To extend with other file formasts include other ReadFiles () methods

Constructor & Destructor Documentation

◆ DirectorySource()

DirectorySource::DirectorySource ( const std::string &  aDirectory)

Constructor checks wether the directory exists and gives $RBT_ROOT to the path if required


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