LeviLamina
Loading...
Searching...
No Matches
StaticLightPropagator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace LightPropagation {
6
8public:
9 // StaticLightPropagator inner types declare
10 // clang-format off
11 struct Seed;
12 struct SeedRange;
13 // clang-format on
14
15 // StaticLightPropagator inner types define
16 struct Seed {};
17
18 struct SeedRange {};
19};
20
21} // namespace LightPropagation
Definition StaticLightPropagator.h:7
Definition StaticLightPropagator.h:18
Definition StaticLightPropagator.h:16