Blender  V3.3
Classes | Namespaces | Variables
extract_mesh_ibo_lines_adjacency.cc File Reference
#include "BLI_edgehash.h"
#include "BLI_vector.hh"
#include "MEM_guardedalloc.h"
#include "draw_subdivision.h"
#include "extract_mesh.hh"

Go to the source code of this file.

Classes

struct  blender::draw::MeshExtract_LineAdjacency_Data
 

Namespaces

 blender
 
 blender::draw
 

Variables

const MeshExtract extract_lines_adjacency = blender::draw::create_extractor_lines_adjacency()
 

Extract Line Adjacency Indices

#define NO_EDGE   INT_MAX
 
static void blender::draw::line_adjacency_data_init (MeshExtract_LineAdjacency_Data *data, uint vert_len, uint loop_len, uint tess_edge_len)
 
static void blender::draw::extract_lines_adjacency_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *tls_data)
 
BLI_INLINE void blender::draw::lines_adjacency_triangle (uint v1, uint v2, uint v3, uint l1, uint l2, uint l3, MeshExtract_LineAdjacency_Data *data)
 
static void blender::draw::extract_lines_adjacency_iter_looptri_bm (const MeshRenderData *UNUSED(mr), BMLoop **elt, const int UNUSED(elt_index), void *_data)
 
static void blender::draw::extract_lines_adjacency_iter_looptri_mesh (const MeshRenderData *mr, const MLoopTri *mlt, const int UNUSED(elt_index), void *_data)
 
static void blender::draw::extract_lines_adjacency_finish (const MeshRenderData *UNUSED(mr), MeshBatchCache *cache, void *buf, void *_data)
 
static void blender::draw::extract_lines_adjacency_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *_data)
 
static void blender::draw::extract_lines_adjacency_iter_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *UNUSED(mr), void *_data, uint subdiv_quad_index)
 
static void blender::draw::extract_lines_adjacency_iter_subdiv_bm (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const BMFace *UNUSED(coarse_quad))
 
static void blender::draw::extract_lines_adjacency_iter_subdiv_mesh (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const MPoly *UNUSED(coarse_quad))
 
static void blender::draw::extract_lines_adjacency_finish_subdiv (const DRWSubdivCache *UNUSED(subdiv_cache), const MeshRenderData *mr, MeshBatchCache *cache, void *buf, void *_data)
 
constexpr MeshExtract blender::draw::create_extractor_lines_adjacency ()
 

Macro Definition Documentation

◆ NO_EDGE

#define NO_EDGE   INT_MAX

Definition at line 22 of file extract_mesh_ibo_lines_adjacency.cc.

Variable Documentation

◆ extract_lines_adjacency

Definition at line 256 of file extract_mesh_ibo_lines_adjacency.cc.