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