klMatrix
Functions
kl_latex_helper_fns.cpp File Reference
#include "kl_latex_helper_fns.h"
#include "kl_matlab_iface.h"
Include dependency graph for kl_latex_helper_fns.cpp:

Functions

void startLatexDoc (string title, string author, string date, ofstream &_tex, string abs)
 
void makeLatexSection (string sectionTitle, ofstream &_tex)
 
void endLatexDoc (ofstream &_tex)
 
void LatexInsert3DPlot (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType)
 
void LatexInsert1DPlot (klVector< double > &vec, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType)
 
void LatexInsert2DScatterPlot (klVector< double > &vecX, klVector< double > &vecY, ofstream &_tex, string dir, string filename, string title, klHoldOnStatus holdon, const char *markerType)
 
void LatexInsertHeatMap (klMatrix< double > &mat, ofstream &_tex, string dir, string filename, string title)
 
void LatexInsertHistogram (klVector< double > &vec, unsigned int numBins, ofstream &_tex, string dir, string filename, string title)
 
void LatexInsertLegend (string legend)
 
void WritePlot (ofstream &_tex, string dir, string filename, char *title, char *xAxis, char *yAxis)
 

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,
const char *  markerType 
)

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,
const char *  markerType 
)

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,
const char *  markerType 
)

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:

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,
char *  xAxis,
char *  yAxis 
)

Here is the call graph for this function:

Here is the caller graph for this function: