Blender V2.61 - r43446
|
#include <solver_interface.h>
Public Attributes | |
int | x |
int | y |
int | z |
int | flag |
Definition at line 177 of file solver_interface.h.
int LbmPoint::flag |
Definition at line 179 of file solver_interface.h.
Referenced by LbmFsgrSolver::addToNewInterList(), and LbmFsgrSolver::mainLoop().
int LbmPoint::x |
Definition at line 178 of file solver_interface.h.
Referenced by LbmFsgrSolver::addToNewInterList(), LbmFsgrSolver::initMovingObstacles(), and LbmFsgrSolver::mainLoop().
int LbmPoint::y |
Definition at line 178 of file solver_interface.h.
Referenced by LbmFsgrSolver::addToNewInterList(), LbmFsgrSolver::initMovingObstacles(), and LbmFsgrSolver::mainLoop().
int LbmPoint::z |
Definition at line 178 of file solver_interface.h.
Referenced by LbmFsgrSolver::addToNewInterList(), LbmFsgrSolver::initMovingObstacles(), and LbmFsgrSolver::mainLoop().