lsst.jointcal gbb8dafda3b+201573ceae
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst::jointcal::SegmentPair Struct Reference
Inheritance diagram for lsst::jointcal::SegmentPair:
std::pair< Segment *, Segment * >

Public Member Functions

 SegmentPair (Segment *f, Segment *s)
 
swap (T... args)
 

Public Attributes

Segmentfirst_type
 STL member.
 
Segmentsecond_type
 STL member.
 

Detailed Description

Definition at line 115 of file ListMatch.cc.

Constructor & Destructor Documentation

◆ SegmentPair()

lsst::jointcal::SegmentPair::SegmentPair ( Segment * f,
Segment * s )
inline

Definition at line 116 of file ListMatch.cc.

Member Data Documentation

◆ first_type

Segment * std::pair< Segment * , Segment * >::first_type
inherited

STL member.

◆ second_type

Segment * std::pair< Segment * , Segment * >::second_type
inherited

STL member.


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