#include <cfloat>
#include <sstream>
#include <string>
#include "str-vec.h"
#include "ls-ascii-helper.h"
Go to the source code of this file.
Defines | |
#define | octave_ls_oct_ascii_h 1 |
#define | CELL_ELT_TAG "<cell-element>" |
#define | OCT_RBV DBL_MAX / 100.0 |
Functions | |
OCTINTERP_API std::string | extract_keyword (std::istream &is, const char *keyword, const bool next_only=false) |
OCTINTERP_API std::string | read_ascii_data (std::istream &is, const std::string &filename, bool &global, octave_value &tc, octave_idx_type count) |
OCTINTERP_API bool | save_ascii_data (std::ostream &os, const octave_value &val_arg, const std::string &name, bool mark_as_global, int precision) |
OCTINTERP_API bool | save_ascii_data_for_plotting (std::ostream &os, const octave_value &t, const std::string &name) |
OCTINTERP_API bool | save_three_d (std::ostream &os, const octave_value &t, bool parametric=false) |
template<class T > | |
bool | extract_keyword (std::istream &is, const char *keyword, T &value, const bool next_only=false) |
template<class T > | |
bool | extract_keyword (std::istream &is, const string_vector &keywords, std::string &kw, T &value, const bool next_only=false) |
#define CELL_ELT_TAG "<cell-element>" |
#define OCT_RBV DBL_MAX / 100.0 |
#define octave_ls_oct_ascii_h 1 |
bool extract_keyword | ( | std::istream & | is, | |
const string_vector & | keywords, | |||
std::string & | kw, | |||
T & | value, | |||
const bool | next_only = false | |||
) | [inline] |
bool extract_keyword | ( | std::istream & | is, | |
const char * | keyword, | |||
T & | value, | |||
const bool | next_only = false | |||
) | [inline] |
OCTINTERP_API std::string extract_keyword | ( | std::istream & | is, | |
const char * | keyword, | |||
const bool | next_only = false | |||
) |
OCTINTERP_API std::string read_ascii_data | ( | std::istream & | is, | |
const std::string & | filename, | |||
bool & | global, | |||
octave_value & | tc, | |||
octave_idx_type | count | |||
) |
OCTINTERP_API bool save_ascii_data | ( | std::ostream & | os, | |
const octave_value & | val_arg, | |||
const std::string & | name, | |||
bool | mark_as_global, | |||
int | precision | |||
) |
OCTINTERP_API bool save_ascii_data_for_plotting | ( | std::ostream & | os, | |
const octave_value & | t, | |||
const std::string & | name | |||
) |
OCTINTERP_API bool save_three_d | ( | std::ostream & | os, | |
const octave_value & | t, | |||
bool | parametric = false | |||
) |