![]() |
Chi-Tech
|
#include <raytracing.h>
Data Fields | |
| double | distance_to_surface = 0.0 |
| Vector3 | pos_f |
| unsigned int | destination_face_index = 0 |
| uint64_t | destination_face_neighbor = 0 |
| bool | particle_lost = false |
| std::string | lost_particle_info |
Data structure to hold output info from the raytracer.
Definition at line 9 of file raytracing.h.
| unsigned int chi_mesh::RayTracerOutputInformation::destination_face_index = 0 |
Definition at line 13 of file raytracing.h.
| uint64_t chi_mesh::RayTracerOutputInformation::destination_face_neighbor = 0 |
Definition at line 14 of file raytracing.h.
| double chi_mesh::RayTracerOutputInformation::distance_to_surface = 0.0 |
Definition at line 11 of file raytracing.h.
| std::string chi_mesh::RayTracerOutputInformation::lost_particle_info |
Definition at line 16 of file raytracing.h.
| bool chi_mesh::RayTracerOutputInformation::particle_lost = false |
Definition at line 15 of file raytracing.h.
| Vector3 chi_mesh::RayTracerOutputInformation::pos_f |
Definition at line 12 of file raytracing.h.