JmolWriter


[ ligand_pharma | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class JmolWriter
{
public:
static void prepareJmolScript(const MultipleResult& res, const string filename);
static void prepareJmolScript(const vector< const FeaturedMolecule*>& ligandMolecules, const string filename );
static void prepareJmolScript(const MultipleResultCluster& res, const string filename);
static void prepareJmolScript(const MultipleResultPath& path, const string filename);
static string jmolScriptStart;
static string jmolScriptEnd;
static string showSelection;
protected:
}; // JmolWriter

Back to the top of JmolWriter


KEYWORD

Back to the top of JmolWriter


AUTHORS

Back to the top of JmolWriter


CHANGES LOG

Back to the top of JmolWriter


GOALS

Back to the top of JmolWriter

		

USAGE

		

Back to the top of JmolWriter


void prepareJmolScript(const MultipleResult& res, const string filename);

  static void prepareJmolScript(const MultipleResult& res, const string filename);

Back to the top of JmolWriter


void prepareJmolScript(const vector< const FeaturedMolecule*>& ligandMolecules, const string filename );

  static void prepareJmolScript(const vector< const FeaturedMolecule*>& ligandMolecules, const string filename = "input");

Back to the top of JmolWriter


void prepareJmolScript(const MultipleResultCluster& res, const string filename);

  static void prepareJmolScript(const MultipleResultCluster& res, const string filename);

Back to the top of JmolWriter


void prepareJmolScript(const MultipleResultPath& path, const string filename);

  static void prepareJmolScript(const MultipleResultPath& path, const string filename);

Back to the top of JmolWriter


string jmolScriptStart;

  static string jmolScriptStart;

Back to the top of JmolWriter


string jmolScriptEnd;

  static string jmolScriptEnd;

Back to the top of JmolWriter


string showSelection;

  static string showSelection;

Back to the top of JmolWriter


All Members

public:
static void prepareJmolScript(const MultipleResult& res, const string filename);
static void prepareJmolScript(const vector< const FeaturedMolecule*>& ligandMolecules, const string filename );
static void prepareJmolScript(const MultipleResultCluster& res, const string filename);
static void prepareJmolScript(const MultipleResultPath& path, const string filename);
static string jmolScriptStart;
static string jmolScriptEnd;
static string showSelection;
protected:

Back to the top of JmolWriter


Ancestors

Class does not inherit from any other class.

Back to the top of JmolWriter


Descendants

Class is not inherited by any others.

Back to the top of JmolWriter


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:47 2009 .

Report problems to jkotula@unimax.com