#include "SIMZ_API.h"#include <SIM/SIM_OptionsUser.h>#include <SIM/SIM_SingleSolver.h>#include <POPNET/POPNET_Node.h>#include "SIMZ_Utils.h"Go to the source code of this file.
Classes | |
| class | SIM_SolverPop |
Defines | |
| #define | SIM_NAME_INITIALSTATE PN_INITIALSTATE |
| #define | SIM_NAME_RANDOMSEED PN_RANDOMSEED |
| #define | SIM_NAME_OVERSAMPLE PN_OVERSAMPLE |
| #define | SIM_NAME_MAXPARTICLES PN_MAXPARTICLES |
| #define | SIM_NAME_REMOVEUNUSED PN_REMOVEUNUSED |
| #define | SIM_NAME_PATH1 PN_PATH1 |
| #define | SIM_NAME_PATH2 PN_PATH2 |
| #define | SIM_NAME_PATH3 PN_PATH3 |
| #define | SIM_NAME_PATH4 PN_PATH4 |
| #define | SIM_NAME_COLLIDESTOP "collidestop" |
| #define | SIM_NAME_COLLIDEKILL "collidekill" |
| #define | SIM_NAME_COLLIDECONTINUE "collidecontinue" |
| #define | SIM_NAME_COLLIDESTICK "collidestick" |
| #define | SIM_NAME_COLLIDEBOUNCE "collidebounce" |
| #define SIM_NAME_COLLIDEBOUNCE "collidebounce" |
Definition at line 43 of file SIM_SolverPop.h.
| #define SIM_NAME_COLLIDECONTINUE "collidecontinue" |
Definition at line 41 of file SIM_SolverPop.h.
| #define SIM_NAME_COLLIDEKILL "collidekill" |
Definition at line 40 of file SIM_SolverPop.h.
| #define SIM_NAME_COLLIDESTICK "collidestick" |
Definition at line 42 of file SIM_SolverPop.h.
| #define SIM_NAME_COLLIDESTOP "collidestop" |
Definition at line 39 of file SIM_SolverPop.h.
| #define SIM_NAME_INITIALSTATE PN_INITIALSTATE |
Definition at line 29 of file SIM_SolverPop.h.
| #define SIM_NAME_MAXPARTICLES PN_MAXPARTICLES |
Definition at line 32 of file SIM_SolverPop.h.
| #define SIM_NAME_OVERSAMPLE PN_OVERSAMPLE |
Definition at line 31 of file SIM_SolverPop.h.
| #define SIM_NAME_PATH1 PN_PATH1 |
Definition at line 34 of file SIM_SolverPop.h.
| #define SIM_NAME_PATH2 PN_PATH2 |
Definition at line 35 of file SIM_SolverPop.h.
| #define SIM_NAME_PATH3 PN_PATH3 |
Definition at line 36 of file SIM_SolverPop.h.
| #define SIM_NAME_PATH4 PN_PATH4 |
Definition at line 37 of file SIM_SolverPop.h.
| #define SIM_NAME_RANDOMSEED PN_RANDOMSEED |
Definition at line 30 of file SIM_SolverPop.h.
| #define SIM_NAME_REMOVEUNUSED PN_REMOVEUNUSED |
Definition at line 33 of file SIM_SolverPop.h.
1.5.9