LeviLamina
Loading...
Searching...
No Matches
StructureIntegrityProcessor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, float> mIntegrity;
10 ::ll::TypedStorage<4, 4, uint> mStartSeed;
11 // NOLINTEND
12
13public:
14 // member functions
15 // NOLINTBEGIN
16 MCAPI ::std::vector<bool> generateFlagsForIndices(int endIndex, int startIndex) const;
17 // NOLINTEND
18};
Definition StructureIntegrityProcessor.h:5