lsst.jointcal  master-gc5b79683b0+1
Public Member Functions | Public Attributes | List of all members
lsst::jointcal::TripletList Class Reference

#include <Tripletlist.h>

Inheritance diagram for lsst::jointcal::TripletList:

Public Member Functions

 TripletList (int count)
 
void addTriplet (const unsigned i, const unsigned j, double val)
 
unsigned getNextFreeIndex () const
 
void setNextFreeIndex (unsigned index)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

Definition at line 16 of file Tripletlist.h.

Constructor & Destructor Documentation

◆ TripletList()

lsst::jointcal::TripletList::TripletList ( int  count)
inline

Definition at line 21 of file Tripletlist.h.

Member Function Documentation

◆ addTriplet()

void lsst::jointcal::TripletList::addTriplet ( const unsigned  i,
const unsigned  j,
double  val 
)
inline

Definition at line 23 of file Tripletlist.h.

◆ getNextFreeIndex()

unsigned lsst::jointcal::TripletList::getNextFreeIndex ( ) const
inline

Definition at line 25 of file Tripletlist.h.

◆ setNextFreeIndex()

void lsst::jointcal::TripletList::setNextFreeIndex ( unsigned  index)
inline

Definition at line 27 of file Tripletlist.h.

Member Data Documentation

◆ elements

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

STL member.


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