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 | Friends | List of all members
rxdock::Filter Class Reference
Inheritance diagram for rxdock::Filter:
rxdock::BaseObject rxdock::ParamHandler rxdock::Observer rxdock::RequestHandler

Public Member Functions

RBTDLL_EXPORT Filter (std::string strfilter, bool filter=false)
 
virtual void Update (Subject *theChangedSubject)
 
void SetupReceptor ()
 
void SetupLigand ()
 
void SetupScore ()
 
RBTDLL_EXPORT bool Write ()
 
RBTDLL_EXPORT bool Terminate ()
 
ModelPtr GetReceptor () const
 
ModelPtr GetLigand () const
 
void SetMaxNRuns (int n)
 
- Public Member Functions inherited from rxdock::BaseObject
std::string GetClass () const
 
std::string GetName () const
 
void SetName (const std::string &)
 
virtual std::string GetFullName () const
 
void Enable ()
 
void Disable ()
 
bool isEnabled () const
 
virtual void Register (WorkSpace *)
 
virtual void Unregister ()
 
WorkSpaceGetWorkSpace () const
 
virtual void Deleted (Subject *theDeletedSubject)
 
virtual void HandleRequest (RequestPtr spRequest)
 
virtual void Print (std::ostream &s) const
 
- Public Member Functions inherited from rxdock::ParamHandler
unsigned int GetNumParameters () const
 
Variant GetParameter (const std::string &strName) const
 
bool isParameterValid (const std::string &strName) const
 
std::vector< std::string > GetParameterNames () const
 
StringVariantMap GetParameters () const
 
RBTDLL_EXPORT void SetParameter (const std::string &strName, const Variant &vValue)
 
virtual void Print (std::ostream &s) const
 
virtual void Update (Subject *theChangedSubject)=0
 
virtual void Deleted (Subject *theDeletedSubject)=0
 
virtual void HandleRequest (RequestPtr spRequest)
 

Static Public Attributes

static const std::string _CT = "Filter"
 
- Static Public Attributes inherited from rxdock::BaseObject
static const std::string _CT = "BaseObject"
 
static const std::string _CLASS = "CLASS"
 
static const std::string _NAME = "NAME"
 
static const std::string _ENABLED = "ENABLED"
 

Friends

void to_json (json &j, const Filter &filter)
 
void from_json (const json &j, Filter &filter)
 

Additional Inherited Members

- Protected Member Functions inherited from rxdock::BaseObject
 BaseObject (const std::string &strClass, const std::string &strName)
 
void ParameterUpdated (const std::string &strName)
 
- Protected Member Functions inherited from rxdock::ParamHandler
void AddParameter (const std::string &strName, const Variant &vValue)
 
void DeleteParameter (const std::string &strName)
 
void ClearParameters ()
 
virtual void ParameterUpdated (const std::string &strName)
 

Member Function Documentation

◆ Update()

void Filter::Update ( Subject theChangedSubject)
virtual

Implements rxdock::Observer.


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