#include "symmetry.h"
#include "transform.h"
#include "vec3.h"
#include "exception.h"
#include "util.h"
Include dependency graph for symmetry.cpp:
Go to the source code of this file.
Functions | |
void | EMAN::dump_symmetries () |
dump symmetries, useful for obtaining symmetry information | |
map< string, vector< string > > | EMAN::dump_symmetries_list () |
dump_symmetries_list, useful for obtaining symmetry information | |
void | EMAN::dump_orientgens () |
Dumps useful information about the OrientationGenerator factory. | |
map< string, vector< string > > | EMAN::dump_orientgens_list () |
Can be used to get useful information about the OrientationGenerator factory. | |
void | verify (const Vec3f &tmp, float *plane, const string &message) |
|
Definition at line 886 of file symmetry.cpp. 00887 { 00888 cout << message << " residual " << plane[0]*tmp[0]+plane[1]*tmp[1]+plane[2]*tmp[2] + plane[3] << endl; 00889 }
|