GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>
#include <sstream>
#include <string>
#include "str-vec.h"
#include "ls-ascii-helper.h"
Go to the source code of this file.
Macros | |
#define | CELL_ELT_TAG "<cell-element>" |
#define | OCT_RBV (std::numeric_limits<double>::max () / 100.0) |
Functions | |
OCTINTERP_API std::string | extract_keyword (std::istream &is, const char *keyword, const bool next_only=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 std::string &kw, 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) |
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) |
#define CELL_ELT_TAG "<cell-element>" |
Definition at line 36 of file ls-oct-ascii.h.
Referenced by read_ascii_data().
Definition at line 41 of file ls-oct-ascii.h.
OCTINTERP_API std::string extract_keyword | ( | std::istream & | is, |
const char * | keyword, | ||
const bool | next_only = false |
||
) |
Definition at line 80 of file ls-oct-ascii.cc.
References match(), read_until_newline(), and skip_until_newline().
Referenced by extract_keyword(), get_file_format(), octave_base_int_matrix< T >::load_ascii(), octave_fcn_inline::load_ascii(), octave_struct::load_ascii(), octave_fcn_handle::load_ascii(), octave_float_complex_matrix::load_ascii(), octave_char_matrix_str::load_ascii(), octave_complex_matrix::load_ascii(), octave_cell::load_ascii(), octave_base_sparse< T >::load_ascii(), octave_float_matrix::load_ascii(), octave_class::load_ascii(), octave_base_diag< DMT, MT >::load_ascii(), octave_perm_matrix::load_ascii(), octave_bool_matrix::load_ascii(), octave_matrix::load_ascii(), octave_scalar_struct::load_ascii(), and read_ascii_data().
bool extract_keyword | ( | std::istream & | is, |
const char * | keyword, | ||
T & | value, | ||
const bool | next_only = false |
||
) |
Definition at line 73 of file ls-oct-ascii.h.
References match(), and skip_until_newline().
bool extract_keyword | ( | std::istream & | is, |
const std::string & | kw, | ||
T & | value, | ||
const bool | next_only = false |
||
) |
Definition at line 120 of file ls-oct-ascii.h.
References extract_keyword().
bool extract_keyword | ( | std::istream & | is, |
const string_vector & | keywords, | ||
std::string & | kw, | ||
T & | value, | ||
const bool | next_only = false |
||
) |
Definition at line 136 of file ls-oct-ascii.h.
References Array< T >::length(), match(), and skip_until_newline().
OCTINTERP_API std::string read_ascii_data | ( | std::istream & | is, |
const std::string & | filename, | ||
bool & | global, | ||
octave_value & | tc, | ||
octave_idx_type | count | ||
) |
Definition at line 237 of file ls-oct-ascii.cc.
References CELL_ELT_TAG, error(), error_state, extract_keyword(), octave_value::load_ascii(), octave_value_typeinfo::lookup_type(), SUBSTRING_COMPARE_EQ, and valid_identifier().
Referenced by do_load(), octave_struct::load_ascii(), octave_fcn_handle::load_ascii(), octave_cell::load_ascii(), octave_class::load_ascii(), octave_lazy_index::load_ascii(), and octave_scalar_struct::load_ascii().
OCTINTERP_API bool save_ascii_data | ( | std::ostream & | os, |
const octave_value & | val_arg, | ||
const std::string & | name, | ||
bool | mark_as_global, | ||
int | precision | ||
) |
Definition at line 312 of file ls-oct-ascii.cc.
References octave_value::save_ascii(), octave_value::type_name(), and Vsave_precision.
Referenced by do_save(), octave_struct::save_ascii(), octave_fcn_handle::save_ascii(), octave_cell::save_ascii(), octave_class::save_ascii(), octave_lazy_index::save_ascii(), octave_scalar_struct::save_ascii(), and save_ascii_data_for_plotting().
OCTINTERP_API bool save_ascii_data_for_plotting | ( | std::ostream & | os, |
const octave_value & | t, | ||
const std::string & | name | ||
) |
Definition at line 348 of file ls-oct-ascii.cc.
References save_ascii_data().
OCTINTERP_API bool save_three_d | ( | std::ostream & | os, |
const octave_value & | t, | ||
bool | parametric = false |
||
) |
Definition at line 361 of file ls-oct-ascii.cc.
References octave_value::columns(), error(), Matrix::extract(), octave_value::is_real_matrix(), octave_value::matrix_value(), Array< T >::rows(), octave_value::rows(), and warning().