lsst.jointcal  master-g9041cab851+12
Public Member Functions | 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)
 

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.


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