RobinTrace
lseq_part_propagation_direction.h
Go to the documentation of this file.
1 
2 #ifndef LSEQ_PART_PROPAGATION_DIRECTION_H
3 #define LSEQ_PART_PROPAGATION_DIRECTION_H
4 
5 #include "lseq_part_result.h"
6 
9  public:
13  bool direction;
19  bool validity;
20 
23 };
24 
25 #endif // LSEQ_PART_PROPAGATION_DIRECTION_H
Propagation direction of the lseq_part_rays.
Definition: lseq_part_propagation_direction.h:8
bool direction
The propagation direction of the rays.
Definition: lseq_part_propagation_direction.h:13
bool validity
Propagation direction validity flag.
Definition: lseq_part_propagation_direction.h:19
lseq_part_propagation_direction(bool direction, bool validity)
Constructor.
Definition: lseq_part_propagation_direction.cpp:4
A result relative to a lseq part.
Definition: lseq_part_result.h:6