|
GSI_Toolbox 1.0.0
A toolbox for Gas-Surface Interaction simulations
|
This is the complete list of members for Ray< T >, including all inherited members.
| check_bb_collision(Matrix< T > &bb) | Ray< T > | |
| check_vertex_collision(Matrix< T > &p1, Matrix< T > &p2, Matrix< T > &p3, Matrix< T > &normal, Matrix< T > &col_position, T &distance) | Ray< T > | |
| get_mass_flux() | Ray< T > | inline |
| get_origin() | Ray< T > | inline |
| get_velocity() | Ray< T > | inline |
| operator=(const Ray &other) | Ray< T > | |
| operator=(Ray &&other) | Ray< T > | |
| propagate(Geometry< T > &geometry, const Gas< T > &gas, void(*kernel)(T *, T *, T *, T *, T *), unsigned int *collision_index) | Ray< T > | |
| Ray() | Ray< T > | |
| Ray(Matrix< T > &origin, Matrix< T > &velocity, T m_dot, unsigned int children, int spawn_vertex_index) | Ray< T > | |
| Ray(const Ray< T > &other) | Ray< T > | |
| Ray(Ray< T > &&other) | Ray< T > | |
| set_mass_flux(T mass_flux) | Ray< T > | inline |
| set_origin(Matrix< T > new_origin) | Ray< T > | inline |
| set_velocity(Matrix< T > new_velocity) | Ray< T > | inline |
| ~Ray() | Ray< T > |