LeviLamina
Loading...
Searching...
No Matches
Bounds.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Pos
;
8
// clang-format on
9
10
struct
Bounds
{
11
public
:
12
// Bounds inner types declare
13
// clang-format off
14
struct
Iterator
;
15
// clang-format on
16
17
// Bounds inner types define
18
struct
Iterator
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 12>
mUnkf04f31;
23
::ll::UntypedStorage<8, 8>
mUnkfc43ca;
24
::ll::UntypedStorage<4, 4>
mUnk59a16e;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
Iterator
& operator=(
Iterator
const
&);
30
Iterator
(
Iterator
const
&);
31
Iterator
();
32
};
33
34
enum class
Option
:
int
{
35
Default = 0,
36
Flatten = 1,
37
};
38
39
public
:
40
// member variables
41
// NOLINTBEGIN
42
::ll::TypedStorage<4, 12, ::Pos> mMin;
43
::ll::TypedStorage<4, 12, ::Pos> mMax;
44
::ll::TypedStorage<4, 12, ::Pos> mDim;
45
::ll::TypedStorage<4, 4, int> mArea;
46
::ll::TypedStorage<4, 4, int> mVolume;
47
::ll::TypedStorage<4, 4, int> mSide;
48
// NOLINTEND
49
};
Option
Definition
Option.h:17
Pos
Definition
Pos.h:5
Bounds::Iterator
Definition
Bounds.h:18
Bounds
Definition
Bounds.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
Bounds.h
Generated on Sat Apr 26 2025 05:55:32 for LeviLamina by
1.12.0