opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations
mesh_update_flags.h File Reference
#include <liboscar/utilities/flags.h>
Include dependency graph for mesh_update_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Typedefs

using osc::MeshUpdateFlags = Flags< MeshUpdateFlag >
 

Enumerations

enum class  osc::MeshUpdateFlag { osc::None = 0 , osc::DontValidateIndices = 1<<0 , osc::DontRecalculateBounds = 1<<1 , osc::Default = None }