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