JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
BREP_WING Class Reference

#include <Brep.h>

Collaboration diagram for BREP_WING:

Public Member Functions

 BREP_WING (BREP_VERTEX *v)
 
virtual ~BREP_WING ()
 
void CloseData ()
 

Public Attributes

BREP_VERTEXvertex
 Start of Vertex.
 
BREP_WINGprev
 
BREP_WINGnext
 
BREP_EDGEedge
 
BREP_CONTOURcontour
 

Detailed Description

Definition at line 207 of file Brep.h.

Constructor & Destructor Documentation

◆ BREP_WING()

Definition at line 506 of file Brep.cpp.

507{
508 vertex = vx;
509 prev = NULL;
510 next = NULL;
511 edge = NULL;
512 contour = NULL;
513}
BREP_CONTOUR * contour
Definition Brep.h:215
BREP_WING * next
Definition Brep.h:212
BREP_VERTEX * vertex
Start of Vertex.
Definition Brep.h:210
BREP_EDGE * edge
Definition Brep.h:214
BREP_WING * prev
Definition Brep.h:211

References BREP_WING::contour, BREP_WING::edge, BREP_WING::next, BREP_WING::prev, and BREP_WING::vertex.

◆ ~BREP_WING()

virtual ~BREP_WING ( )
inlinevirtual

Definition at line 219 of file Brep.h.

219{}

Member Function Documentation

◆ CloseData()

void CloseData ( )
inline

Definition at line 221 of file Brep.h.

221{}

Member Data Documentation

◆ contour

◆ edge

◆ next

◆ prev

◆ vertex


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