plastimatch
|
#include "plmbase_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "interpolate.h"
#include "plm_math.h"
#include "ray_trace.h"
#include "volume.h"
#include "volume_limit.h"
Functions | |
void | ray_trace_uniform (Volume *vol, Volume_limit *vol_limit, Ray_trace_callback callback, void *callback_data, double *ip1in, double *ip2in, float ray_step) |
void ray_trace_uniform | ( | Volume * | vol, |
Volume_limit * | vol_limit, | ||
Ray_trace_callback | callback, | ||
void * | callback_data, | ||
double * | ip1in, | ||
double * | ip2in, | ||
float | ray_step ) |