klMatrix
Functions
kl_latex_helper_fns.h File Reference
#include "kl_matrix.h"
#include "kl_util.h"
#include "kl_matlab_iface.h"
#include <string>
#include <iomanip>
Include dependency graph for kl_latex_helper_fns.h:
This graph shows which files directly or indirectly include this file:

Functions

void startLatexDoc (string title, string author, string date, ofstream &_tex, string abs)
 
void makeLatexSection (string sectionTitle, ofstream &_tex)
 
void endLatexDoc (ofstream &_tex)
 
void LatexInsert1DPlot (klVector< double > &vec, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL)
 
void LatexInsert2DScatterPlot (klVector< double > &vecX, klVector< double > &vecY, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL)
 
void LatexInsert3DPlot (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon=klHoldOnStatus::NoHold, const char *markerType=NULL)
 
void LatexInsertHistogram (klVector< double > &vec, unsigned int numBins, ofstream &_tex, string dir, string filename, string title)
 
void LatexInsertHeatMap (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title)
 
void LatexInsertLegend (string legend)
 
void WritePlot (ofstream &_tex, string dir, string filename, char *title=NULL, char *xAxix=NULL, char *yAxis=NULL)
 
template<class TYPE >
void LatexPrintMatrix (klMatrix< TYPE > &matrix, string name, ofstream &_tex)
 
template<class TYPE >
void LatexPrintVector (klVector< TYPE > &klvector, string name, ofstream &_tex)
 

Function Documentation

void endLatexDoc ( ofstream &  _tex)

Here is the caller graph for this function:

void LatexInsert1DPlot ( klVector< double > &  vec,
ofstream &  _tex,
string  dir,
string  filename,
string  title,
klHoldOnStatus  holdon = klHoldOnStatus::NoHold,
const char *  markerType = NULL 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LatexInsert2DScatterPlot ( klVector< double > &  vecX,
klVector< double > &  vecY,
ofstream &  _tex,
string  dir,
string  filename,
string  title,
klHoldOnStatus  holdon = klHoldOnStatus::NoHold,
const char *  markerType = NULL 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LatexInsert3DPlot ( klMatrix< double > &  mat,
ofstream &  _tex,
string  dir,
string  filename,
string  title,
klHoldOnStatus  holdon = klHoldOnStatus::NoHold,
const char *  markerType = NULL 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LatexInsertHeatMap ( klMatrix< double > &  mat,
ofstream &  _tex,
string  dir,
string  filename,
string  title 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LatexInsertHistogram ( klVector< double > &  vec,
unsigned int  numBins,
ofstream &  _tex,
string  dir,
string  filename,
string  title 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LatexInsertLegend ( string  legend)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class TYPE >
void LatexPrintMatrix ( klMatrix< TYPE > &  matrix,
string  name,
ofstream &  _tex 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class TYPE >
void LatexPrintVector ( klVector< TYPE > &  klvector,
string  name,
ofstream &  _tex 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void makeLatexSection ( string  sectionTitle,
ofstream &  _tex 
)

Here is the caller graph for this function:

void startLatexDoc ( string  title,
string  author,
string  date,
ofstream &  _tex,
string  abs 
)

Here is the caller graph for this function:

void WritePlot ( ofstream &  _tex,
string  dir,
string  filename,
char *  title = NULL,
char *  xAxix = NULL,
char *  yAxis = NULL 
)

Here is the call graph for this function:

Here is the caller graph for this function: