lsst.jointcal  master-g9041cab851+8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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)
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Detailed Description

Definition at line 16 of file Tripletlist.h.

Constructor & Destructor Documentation

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

Definition at line 21 of file Tripletlist.h.

Member Function Documentation

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

Definition at line 23 of file Tripletlist.h.

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

Definition at line 25 of file Tripletlist.h.

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: