lsst.jointcal  14.0-17-ge3cc87b+4
Public Member Functions | Public Attributes | List of all members
lsst::jointcal::TripletList Class Reference

#include <Tripletlist.h>

Inheritance diagram for lsst::jointcal::TripletList:
std::vector< Trip >

Public Member Functions

 TripletList (int count)
 
void addTriplet (const unsigned i, const unsigned j, double val)
 
unsigned getNextFreeIndex () const
 
void setNextFreeIndex (unsigned index)
 
Trip push_back (Trip ... args)
 
Trip crbegin (Trip ... args)
 
Trip erase (Trip ... args)
 
Trip data (Trip ... args)
 
Trip insert (Trip ... args)
 
Trip pop_back (Trip ... args)
 
Trip shrink_to_fit (Trip ... args)
 
Trip back (Trip ... args)
 
Trip end (Trip ... args)
 
Trip resize (Trip ... args)
 
Trip emplace_back (Trip ... args)
 
Trip size (Trip ... args)
 
Trip cbegin (Trip ... args)
 
Trip front (Trip ... args)
 
Trip rbegin (Trip ... args)
 
Trip crend (Trip ... args)
 
Trip assign (Trip ... args)
 
Trip reserve (Trip ... args)
 
Trip capacity (Trip ... args)
 
Trip empty (Trip ... args)
 
Trip cend (Trip ... args)
 
Trip swap (Trip ... args)
 
Trip max_size (Trip ... args)
 
Trip rend (Trip ... args)
 
Trip get_allocator (Trip ... args)
 
Trip clear (Trip ... args)
 
Trip at (Trip ... args)
 
Trip emplace (Trip ... args)
 
Trip operator[] (Trip ... args)
 
Trip begin (Trip ... args)
 

Public Attributes

Trip 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 18 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 20 of file Tripletlist.h.

◆ getNextFreeIndex()

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

Definition at line 22 of file Tripletlist.h.

◆ setNextFreeIndex()

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

Definition at line 24 of file Tripletlist.h.

Member Data Documentation

◆ elements

Trip std::vector< Trip >::elements
inherited

STL member.


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