LineChain

Functions

LineChain

bool

Attach

bool

Attach

std::vector< Line >

GetLines

int

front

int

back

size_t

size

Detailed Description

class LineChain

Public Functions

LineChain(Line const &line)
bool Attach(Line const &line)
bool Attach(LineChain const &lineChain)
std::vector<Line> GetLines() const
int front() const
int back() const
size_t size() const