Blender V4.3
mesh_topology_compare.cc File Reference
#include "internal/topology/mesh_topology.h"
#include <cassert>
#include <cstring>
#include <opensubdiv/sdc/crease.h>
#include <vector>
#include "opensubdiv_converter_capi.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::opensubdiv
 

Functions

static int blender::opensubdiv::getEffectiveNumEdges (const OpenSubdiv_Converter *converter)
 
static bool blender::opensubdiv::isEqualGeometryCounters (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static bool blender::opensubdiv::isEqualGeometryEdge (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static bool blender::opensubdiv::isEqualGeometryFace (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static bool blender::opensubdiv::isEqualGeometry (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static float blender::opensubdiv::getEffectiveVertexSharpness (const OpenSubdiv_Converter *converter, const int vertex_index)
 
static bool blender::opensubdiv::isEqualVertexTags (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static float blender::opensubdiv::getEffectiveEdgeSharpness (const OpenSubdiv_Converter *converter, const int edge_index)
 
static bool blender::opensubdiv::isEqualEdgeTags (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)
 
static bool blender::opensubdiv::isEqualTags (const MeshTopology &mesh_topology, const OpenSubdiv_Converter *converter)