C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
CacheEdgesForVertex Class Reference

Cache for edges adjacent to a vertex. More...

#include <topology_iterator.h>

Public Member Functions

 CacheEdgesForVertex (const MbFaceShell &shell, const MbVertex *vertex=nullptr)
 Contructor. More...
 
 ~CacheEdgesForVertex ()
 Destructor.
 
bool GetEdgesForVertex (const MbVertex *vrt, c3d::ConstEdgesVector &edges)
 Get edges adjacent to a vertex.
 
size_t EdgesCount (const MbVertex *vrt)
 Get count of edges adjacent to a vertex.
 

Detailed Description

Cache for edges adjacent to a vertex.

Constructor & Destructor Documentation

◆ CacheEdgesForVertex()

CacheEdgesForVertex::CacheEdgesForVertex ( const MbFaceShell shell,
const MbVertex vertex = nullptr 
)

Contructor.

Parameters
[in]shellShell for which's verticies cache is built.
[in]vertexVertex for which's cache is built. If null, cache is built for every vertex.

The documentation for this class was generated from the following file: