opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
mesh_topology.h
Go to the documentation of this file.
1#pragma once
2
3#include <iosfwd>
4
5namespace osc
6{
7 // which primitive geometry the mesh data represents
8 enum class MeshTopology {
10 Lines,
12
14 };
15
16 std::ostream& operator<<(std::ostream&, MeshTopology);
17}
Definition custom_decoration_generator.h:5
std::ostream & operator<<(std::ostream &, const Object &)
MeshTopology
Definition mesh_topology.h:8