boca::latex::Graphic Class Reference
#include <Graphic.hh>
Public Member Functions | |
Graphic () | |
Graphic (std::string const &name, String const &caption="", double width=0.5) | |
Graphic (std::vector< std::string > const &names, const String &caption, double width=0.5) | |
void | Initialize () |
void | AddGraphic (std::string const &name, double width=0.5) |
void | AddCaption (const String &caption) |
void | AddGraphic (std::vector< std::string > const &names, const String &caption, double width=0.5) |
std::string | str () const |
Constructor & Destructor Documentation
boca::latex::Graphic::Graphic | ( | ) |
boca::latex::Graphic::Graphic | ( | std::string const & | name, |
String const & | caption = "" , |
||
double | width = 0.5 |
||
) |
boca::latex::Graphic::Graphic | ( | std::vector< std::string > const & | names, |
const String & | caption, | ||
double | width = 0.5 |
||
) |
Member Function Documentation
void boca::latex::Graphic::AddCaption | ( | const String & | caption | ) |
void boca::latex::Graphic::AddGraphic | ( | std::string const & | name, |
double | width = 0.5 |
||
) |
void boca::latex::Graphic::AddGraphic | ( | std::vector< std::string > const & | names, |
const String & | caption, | ||
double | width = 0.5 |
||
) |
void boca::latex::Graphic::Initialize | ( | ) |
std::string boca::latex::Graphic::str | ( | ) | const |
The documentation for this class was generated from the following files:
- boca/latex/Graphic.hh
- source/latex/Graphic.cpp