#include <stdio.h>
#include <string.h>
#include <float.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <cairo-pdf.h>
#include <options/options.h>
#include "../csm/csm_all.h"
#include "../csm/laser_data_drawing.h"
#include "../csm/laser_data_cairo.h"
Go to the source code of this file.
Classes | |
struct | anim_params |
Functions | |
int | draw_animation (anim_params *p, JO jo, const char *filename) |
int | main (int argc, const char **argv) |
void | set_defaults (anim_params *p) |
int draw_animation | ( | anim_params * | p, |
JO | jo, | ||
const char * | filename | ||
) |
Returns an array with depths
Definition at line 89 of file sm_animate.c.
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 44 of file sm_animate.c.
void set_defaults | ( | anim_params * | p | ) |
Definition at line 217 of file sm_animate.c.