TechDraw::edgeSortItem Class Reference

#include <DrawProjectSplit.h>

Public Member Functions

std::string dump (void)
 
 edgeSortItem ()
 
 ~edgeSortItem ()
 

Static Public Member Functions

static bool edgeEqual (const edgeSortItem &e1, const edgeSortItem &e2)
 
static bool edgeLess (const edgeSortItem &e1, const edgeSortItem &e2)
 

Public Attributes

Base::Vector3d end
 
double endAngle
 
unsigned int idx
 
Base::Vector3d start
 
double startAngle
 

Constructor & Destructor Documentation

◆ edgeSortItem()

TechDraw::edgeSortItem::edgeSortItem ( )

References endAngle, idx, and startAngle.

◆ ~edgeSortItem()

TechDraw::edgeSortItem::~edgeSortItem ( )

Member Function Documentation

◆ dump()

std::string edgeSortItem::dump ( void  )

◆ edgeEqual()

bool edgeSortItem::edgeEqual ( const edgeSortItem e1,
const edgeSortItem e2 
)
static

◆ edgeLess()

bool edgeSortItem::edgeLess ( const edgeSortItem e1,
const edgeSortItem e2 
)
static

Member Data Documentation

◆ end

◆ endAngle

double TechDraw::edgeSortItem::endAngle

◆ idx

unsigned int TechDraw::edgeSortItem::idx

◆ start

◆ startAngle

double TechDraw::edgeSortItem::startAngle

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