kernel/Overhauser.h File Reference

#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <map>
#include <stdlib.h>
#include <stdio.h>
#include "Point.h"
#include "Operations.h"

Go to the source code of this file.

Classes

class  Spline< DataType, dim >

Defines

#define overbose   0
#define BOUNDS(pp)   { if (pp < 0) pp = 0; else if (pp >= int(nodes.size())-1) pp = int(nodes.size())-1; }

Define Documentation

#define BOUNDS ( pp   )     { if (pp < 0) pp = 0; else if (pp >= int(nodes.size())-1) pp = int(nodes.size())-1; }
Generated on Thu Jun 30 02:18:58 2016 for Motion - rigid body dynamics solver by  doxygen 1.6.3