ATLAS Offline Software
Loading...
Searching...
No Matches
JetVoronoiDiagramHelpers::SegmentList Class Reference

List of segments. More...

#include <JetVoronoiDiagramHelpers.h>

Inheritance diagram for JetVoronoiDiagramHelpers::SegmentList:
Collaboration diagram for JetVoronoiDiagramHelpers::SegmentList:

Public Member Functions

void Add (coord x1, coord y1, coord x2, coord y2)

Public Attributes

elements
 STL member.

Detailed Description

List of segments.

Definition at line 117 of file JetVoronoiDiagramHelpers.h.

Member Function Documentation

◆ Add()

void JetVoronoiDiagramHelpers::SegmentList::Add ( coord x1,
coord y1,
coord x2,
coord y2 )
inline

Definition at line 118 of file JetVoronoiDiagramHelpers.h.

118 {
119 push_back(Segment(x1,y1,x2,y2));
120 }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


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