Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

setup.C File Reference

#include <math.h>
#include <stdlib.h>
#include "model.h"
#include "modelmisc.h"
#include "model2d.h"
#include "model3d.h"
#include "geom.h"
#include "geomPQP.h"
#include "util.h"
#include "defs.h"

Defines

#define MAKE_MODEL(_m)   if (is_file(path+""#_m"")) m = new _m(path);
#define MAKE_GEOM(_g)   if (is_file(path+""#_g"")) g = new _g(path);

Functions

void SetupProblem (Model *&m, Geom *&g, string path)

Define Documentation

#define MAKE_GEOM( _g )   if (is_file(path+""#_g"")) g = new _g(path);
 

#define MAKE_MODEL( _m )   if (is_file(path+""#_m"")) m = new _m(path);
 


Function Documentation

void SetupProblem ( Model *& m,
Geom *& g,
string path )
 

Motion Strategy Library


Web page maintained by Steve LaValle
Partial support provided by NSF CAREER Award IRI-970228 (LaValle), Honda Research.
Contributors: Anna Atramentov, Peng Cheng, James Kuffner, Steve LaValle, and Libo Yang.