opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
mesh_update_flags.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc
6{
7 enum class MeshUpdateFlag {
8 None = 0,
9
10 // using this flag also requires using `DontRecalculateBounds`, because
11 // recalculating the bounds will implicitly validate indices "for free"
14
15 Default = None,
16 };
17
19}
Definition flags.h:20
Definition custom_decoration_generator.h:5
MeshUpdateFlag
Definition mesh_update_flags.h:7