#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include "Density.H"
#include "VecAngle.H"
#include "xyzvol_cmp_cmd.h"
#include "debug.H"
Functions | |
float | findmax (vector< size_t > &d, size_t &position) |
Get back the max value and the position from a vector<size_t>. | |
void | find_best_zrot (const Density &d, const size_t search_steps, const float x, const float y, const float z, size_t &best_count, float &best_angle) |
Search for the best z axis rotation fit. | |
int | main (int argc, char *argv[]) |
Variables | |
int | debug_level |
The main program needs to define this as a non-extern. | |
static const UNUSED char * | RCSid = "@(#) $Id: xyzvol_cmp.C,v 1.11 2004/11/27 20:54:25 schwehr Exp $" |
Let the debugger find out which version is being used. |
|
Search for the best z axis rotation fit.
|
|
Get back the max value and the position from a vector<size_t>.
|
|
|
|
The main program needs to define this as a non-extern.
|
|
Let the debugger find out which version is being used.
|