RobinTrace
lseq_rays.h
Go to the documentation of this file.
1 
2 #ifndef LSEQ_RAYS_H
3 #define LSEQ_RAYS_H
4 
5 #include "lseq_input.h"
6 #include "../ray_pack.h"
7 
9 class lseq_rays : public lseq_input {
10  public:
14  int last_part;
15 
17  lseq_rays (const ray_pack &ray_buns);
18 };
19 
20 #endif // LSEQ_RAYS_H
21 
22 
An input to lseq.
Definition: lseq_input.h:6
Input rays to lseq.
Definition: lseq_rays.h:9
lseq_rays(const ray_pack &ray_buns)
Constructor.
Definition: lseq_rays.cpp:3
ray_pack ray_buns
Current ray states.
Definition: lseq_rays.h:12
int last_part
Last raytraced part.
Definition: lseq_rays.h:14
std::vector< bun > ray_pack
Vector of ray bundles.
Definition: ray_pack.h:12