DoublyLinkedEdgeList< T >::HalfEdge Struct Reference

#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/convexHull.hpp>

Public Attributes

FacePtr incidentFace
 
HalfEdgePtr next
 
const Torigin
 
HalfEdgePtr prev
 
HalfEdgePtr twin
 

Detailed Description

template<class T>
struct DoublyLinkedEdgeList< T >::HalfEdge

Definition at line 43 of file convexHull.hpp.

Member Data Documentation

◆ incidentFace

FacePtr incidentFace

Definition at line 47 of file convexHull.hpp.

◆ next

Definition at line 48 of file convexHull.hpp.

◆ origin

const T* origin

Definition at line 45 of file convexHull.hpp.

◆ prev

Definition at line 49 of file convexHull.hpp.

◆ twin

Definition at line 46 of file convexHull.hpp.


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