BREP_WING Class Reference

#include <Brep.h>

Collaboration diagram for BREP_WING:
Collaboration graph
[legend]

List of all members.

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 209 of file Brep.h.


Constructor & Destructor Documentation

BREP_WING ( BREP_VERTEX v  ) 

Definition at line 536 of file Brep.cpp.

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

00537 {
00538     vertex  = vx;
00539     prev    = NULL;
00540     next    = NULL;
00541     edge    = NULL;
00542     contour = NULL;
00543 }

virtual ~BREP_WING (  )  [inline, virtual]

Definition at line 221 of file Brep.h.

00221 {}


Member Function Documentation

void CloseData ( void   )  [inline]

Definition at line 223 of file Brep.h.

00223 {}


Member Data Documentation


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

Generated on 15 Nov 2023 for JunkBox_Lib++ (for Windows) by  doxygen 1.6.1