![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <TeXEngine.hh>
Public Member Functions | |
| TeXRequest () | |
| unsigned | width () const |
| unsigned | height () const |
| const std::vector< unsigned char > & | image () const |
| std::string | latex () const |
| Get the original LaTeX string. | |
Private Attributes | |
| std::string | latex_string |
| std::string | start_wrap |
| std::string | end_wrap |
| bool | needs_generating |
| bool | has_error |
| std::vector< unsigned char > | image_ |
| unsigned | width_ |
| unsigned | height_ |
Friends | |
| class | TeXEngine |
| TeXEngine::TeXRequest::TeXRequest | ( | ) |
| unsigned TeXEngine::TeXRequest::height | ( | ) | const |
| const std::vector< unsigned char > & TeXEngine::TeXRequest::image | ( | ) | const |
| std::string TeXEngine::TeXRequest::latex | ( | ) | const |
Get the original LaTeX string.
| unsigned TeXEngine::TeXRequest::width | ( | ) | const |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |