symmetry.cpp File Reference

#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)


Function Documentation

void verify ( const Vec3f tmp,
float *  plane,
const string &  message 
)

Definition at line 943 of file symmetry.cpp.

00944 {
00945         cout << message << " residual " << plane[0]*tmp[0]+plane[1]*tmp[1]+plane[2]*tmp[2] + plane[3]  << endl;
00946 }


Generated on Tue Jun 11 12:41:56 2013 for EMAN2 by  doxygen 1.4.7