Blender
V4.3
source
blender
blenlib
intern
ordered_edge.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#include "
BLI_ordered_edge.hh
"
6
7
namespace
blender
{
8
9
std::ostream &
operator<<
(std::ostream &stream,
const
OrderedEdge
&
e
)
10
{
11
return
stream <<
"OrderedEdge("
<<
e
.v_low <<
", "
<<
e
.v_high <<
")"
;
12
}
13
14
}
// namespace blender
BLI_ordered_edge.hh
e
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdge * e
Definition
bmesh_query_inline.hh:36
blender
Definition
ANIM_action.hh:36
blender::operator<<
std::ostream & operator<<(std::ostream &stream, const eAlpha &space)
Definition
BLI_color.cc:11
blender::OrderedEdge
Definition
BLI_ordered_edge.hh:16
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0