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 | List of all members
rxdock::ExpCommand Class Reference
Inheritance diagram for rxdock::ExpCommand:
rxdock::Command

Public Member Functions

int GetNArgs ()
 
std::string GetName ()
 
void SetArg (int i, ReturnType f)
 
void SetNameArg (int i, std::string &n)
 
ReturnType Execute ()
 
virtual ReturnType Execute ()=0
 
virtual int GetNArgs ()=0
 
virtual std::string GetName ()=0
 
virtual void SetArg (int i, ReturnType f)=0
 
virtual void SetNameArg (int i, std::string &n)=0
 

Additional Inherited Members

- Static Public Member Functions inherited from rxdock::Command
static void Clear ()
 
- Static Public Attributes inherited from rxdock::Command
static int ntabs = 0
 
static bool inside = false
 
- Protected Member Functions inherited from rxdock::Command
std::string tabs (int n)
 

Member Function Documentation

◆ Execute()

ReturnType rxdock::ExpCommand::Execute ( )
inlinevirtual

Implements rxdock::Command.

◆ GetName()

std::string rxdock::ExpCommand::GetName ( )
inlinevirtual

Implements rxdock::Command.

◆ GetNArgs()

int rxdock::ExpCommand::GetNArgs ( )
inlinevirtual

Implements rxdock::Command.

◆ SetArg()

void rxdock::ExpCommand::SetArg ( int  i,
ReturnType  f 
)
inlinevirtual

Implements rxdock::Command.

◆ SetNameArg()

void rxdock::ExpCommand::SetNameArg ( int  i,
std::string &  n 
)
inlinevirtual

Implements rxdock::Command.


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