This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | PI 3.14159 |
#define | RAD_PER_DEG PI/180.0 |
#define | DEG_PER_RAD 180.0/PI |
#define | MAXSHORTINT 32767 |
#define | OBSTACLE 128 |
#define | FREESPACE 255 |
#define | MAX_DEGREE 10 |
#define | WS_SIZE 128 |
#define | SAFETY_DISTANCE (int)(WS_SIZE/128) |
#define | TQ_SAFETY_DISTANCE (int)(DIMQ/100) |
#define | CS_SIZE 90 |
#define | DIMT CS_SIZE |
#define | DIMQ CS_SIZE |
#define | MAX_PART_PATH 10*CS_SIZE |
#define | MAX_CS_PATH_LEN 20*CS_SIZE |
#define | NO_PATH_COMPRESS TRUE |
#define | MAX_BACKTRACKING_LEVEL 3 |
#define | MAX_BACKTRACKING_NUMBER 20 |
#define | MAXBLOCKLENGTH CS_SIZE/20 |
#define | BLOCKWIDTH DIMQ/64 |
|
|
|
|
|
|
|
Definition at line 32 of file sp3dcst.h. Referenced by PL_Sequential::initialize_parameters(). |
|
Definition at line 31 of file sp3dcst.h. Referenced by PL_Sequential::initialize_parameters(). |
|
|
|
Definition at line 49 of file sp3dcst.h. Referenced by PL_Sequential::initialize_parameters(). |
|
Definition at line 50 of file sp3dcst.h. Referenced by PL_Sequential::initialize_parameters(). |
|
Definition at line 40 of file sp3dcst.h. Referenced by PL_Sequential::allocate_space_for_working_tq_path(). |
|
Definition at line 19 of file sp3dcst.h. Referenced by PL_Sequential::compute_cspace_obstacle_map(), and PL_Sequential::retrieve_global_path(). |
|
Definition at line 39 of file sp3dcst.h. Referenced by PL_Sequential::allocate_space_for_working_tq_path(). |
|
Definition at line 51 of file sp3dcst.h. Referenced by PL_Sequential::find_main_path(). |
|
Definition at line 10 of file sp3dcst.h. Referenced by PL_Sequential::find_backward_extension(), PL_Sequential::find_forward_extension(), PL_Sequential::find_main_path(), and PL_Sequential::voro_heuristic2d(). |
|
Definition at line 42 of file sp3dcst.h. Referenced by PL_Sequential::reparameterize_path(). |
|
Definition at line 12 of file sp3dcst.h. Referenced by PL_Sequential::compute_a_column_for_link_cspace(), PL_Sequential::distance2d(), PL_Sequential::plan_path_for_first_link(), and PL_Sequential::voro_heuristic2d(). |
|
|
|
|
|
Definition at line 27 of file sp3dcst.h. Referenced by PL_Sequential::find_backward_extension(), and PL_Sequential::find_forward_extension(). |
|
|
|
|