Shape::dg_point Struct Reference

#include <Shape.h>

Collaboration diagram for Shape::dg_point:

List of all members.

Public Member Functions

int totalDegree () const

Public Attributes

Geom::Point x
int dI
int dO
int incidentEdge [2]
int oldDegree

Detailed Description

Definition at line 342 of file Shape.h.


Member Function Documentation

int Shape::dg_point::totalDegree (  )  const [inline]

Definition at line 349 of file Shape.h.

References dI, and dO.

Referenced by Shape::AssembleAretes(), Shape::Booleen(), Shape::ConvertToShape(), Shape::Reoriente(), Shape::Scan(), and Shape::SortEdges().

00349 { return dI + dO; }


Member Data Documentation

Definition at line 347 of file Shape.h.

Referenced by Shape::AddPoint().


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