g2o
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
g2o::TripletEntry Struct Reference

#include <sparse_helper.h>

Public Member Functions

 TripletEntry (int r_, int c_, double x_)
 

Public Attributes

int r
 
int c
 
double x
 

Detailed Description

Definition at line 37 of file sparse_helper.h.

Constructor & Destructor Documentation

◆ TripletEntry()

g2o::TripletEntry::TripletEntry ( int  r_,
int  c_,
double  x_ 
)
inline

Definition at line 40 of file sparse_helper.h.

40: r(r_), c(c_), x(x_) {}

Member Data Documentation

◆ c

int g2o::TripletEntry::c

◆ r

int g2o::TripletEntry::r

◆ x

double g2o::TripletEntry::x

Definition at line 39 of file sparse_helper.h.

Referenced by g2o::SparseBlockMatrix< MatrixType >::writeOctave().


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