Go to the documentation of this file.
28 void do_single_frame(
const string&,
const string&,
int,
const vector<string>&,
int,
const ColorMap*,
int,
Vec3,
Vec3,
bool,
bool);
29 void do_single_frame_r(
const string&,
const string&,
int,
const vector<string>&,
int,
const ColorMap*,
int,
Vec3,
Vec3,
bool,
bool,
bool,map<int,Vec3>&);
void do_single_frame(const string &, const string &, int, const vector< string > &, int, const ColorMap *, int, Vec3, Vec3, bool, bool)
Definition: frame.cpp:63
void do_single_frame_r(const string &infilename, const string &outfilename, int iframe, const vector< string > &incfile, int camdir, const ColorMap *cm, int field, Vec3 clook, Vec3 cpos, bool use_cam, bool bonds_only, bool no_bonds, map< int, Vec3 > &p_orig)
Definition: frame.cpp:263
map< int, Vec3 > get_frame_disp_r(const string &infilename)
Definition: frame.cpp:503
virtual Vec3 getColor(double) const
Definition: colormap.cpp:23
int get_version(const string &infilename)
Definition: frame.cpp:42
VEC3_INLINE double & X()
Definition: vec3.h:119
VEC3_INLINE double & Z()
Definition: vec3.h:121
void do_single_frame_r(const string &, const string &, int, const vector< string > &, int, const ColorMap *, int, Vec3, Vec3, bool, bool, bool, map< int, Vec3 > &)
Definition: frame.cpp:263
VEC3_INLINE double & Y()
Definition: vec3.h:120
boost::python::object iter(const boost::python::object &pyOb)
Definition: Util.h:25
Definition: colormap.h:19
map< int, Vec3 > get_frame_disp_r(const string &)
Definition: frame.cpp:503
void do_single_frame(const string &infilename, const string &outfilename, int iframe, const vector< string > &incfile, int camdir, const ColorMap *cm, int field, Vec3 clook, Vec3 cpos, bool use_cam, bool bonds_only)
Definition: frame.cpp:63