Navigation

Operators and Keywords

Function List:

C++ API

octave_range Class Reference

#include <ov-range.h>

Inherits octave_base_value.

Collaboration diagram for octave_range:

List of all members.


Public Member Functions

 octave_range (void)
 octave_range (double base, double limit, double inc)
 octave_range (const Range &r)
 octave_range (const octave_range &r)
 octave_range (const Range &r, const idx_vector &cache)
 ~octave_range (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
type_conv_info numeric_conversion_function (void) const
octave_base_valuetry_narrowing_conversion (void)
octave_value subsref (const std::string &type, const std::list< octave_value_list > &idx)
octave_value_list subsref (const std::string &type, const std::list< octave_value_list > &idx, int)
octave_value do_index_op (const octave_value_list &idx, bool resize_ok=false)
idx_vector index_vector (void) const
dim_vector dims (void) const
octave_value resize (const dim_vector &dv, bool fill=false) const
size_t byte_size (void) const
octave_value reshape (const dim_vector &new_dims) const
octave_value permute (const Array< int > &vec, bool inv=false) const
octave_value squeeze (void) const
octave_value full_value (void) const
bool is_defined (void) const
bool is_constant (void) const
bool is_range (void) const
octave_value all (int dim=0) const
octave_value any (int dim=0) const
octave_value diag (octave_idx_type k=0) const
octave_value sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const
octave_value sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const
sortmode is_sorted (sortmode mode=UNSORTED) const
Array< octave_idx_typesort_rows_idx (sortmode) const
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
builtin_type_t builtin_type (void) const
bool is_real_type (void) const
bool is_double_type (void) const
bool is_float_type (void) const
bool is_numeric_type (void) const
bool is_true (void) const
double double_value (bool=false) const
float float_value (bool=false) const
double scalar_value (bool frc_str_conv=false) const
float float_scalar_value (bool frc_str_conv=false) const
Matrix matrix_value (bool=false) const
FloatMatrix float_matrix_value (bool=false) const
NDArray array_value (bool=false) const
FloatNDArray float_array_value (bool=false) const
charNDArray char_array_value (bool=false) const
int8NDArray int8_array_value (void) const
int16NDArray int16_array_value (void) const
int32NDArray int32_array_value (void) const
int64NDArray int64_array_value (void) const
uint8NDArray uint8_array_value (void) const
uint16NDArray uint16_array_value (void) const
uint32NDArray uint32_array_value (void) const
uint64NDArray uint64_array_value (void) const
SparseMatrix sparse_matrix_value (bool=false) const
SparseComplexMatrix sparse_complex_matrix_value (bool=false) const
Complex complex_value (bool=false) const
FloatComplex float_complex_value (bool=false) const
boolNDArray bool_array_value (bool warn=false) const
ComplexMatrix complex_matrix_value (bool=false) const
FloatComplexMatrix float_complex_matrix_value (bool=false) const
ComplexNDArray complex_array_value (bool=false) const
FloatComplexNDArray float_complex_array_value (bool=false) const
Range range_value (void) const
octave_value convert_to_str_internal (bool pad, bool force, char type) const
void print (std::ostream &os, bool pr_as_read_syntax=false) const
void print_raw (std::ostream &os, bool pr_as_read_syntax=false) const
bool print_name_tag (std::ostream &os, const std::string &name) const
bool save_ascii (std::ostream &os)
bool load_ascii (std::istream &is)
bool save_binary (std::ostream &os, bool &save_as_floats)
bool load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt)
int write (octave_stream &os, int block_size, oct_data_conv::data_type output_type, int skip, oct_mach_info::float_format flt_fmt) const
mxArrayas_mxArray (void) const

Constructor & Destructor Documentation

octave_range::octave_range ( void   )  [inline]

octave_range::octave_range ( double  base,
double  limit,
double  inc 
) [inline]

octave_range::octave_range ( const Range r  )  [inline]

octave_range::octave_range ( const octave_range r  )  [inline]

octave_range::octave_range ( const Range r,
const idx_vector cache 
) [inline]

octave_range::~octave_range ( void   )  [inline]


Member Function Documentation

octave_value octave_range::all ( int  dim = 0  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_range::any ( int  dim = 0  )  const [virtual]

Reimplemented from octave_base_value.

NDArray octave_range::array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

mxArray * octave_range::as_mxArray ( void   )  const [virtual]

Reimplemented from octave_base_value.

boolNDArray octave_range::bool_array_value ( bool  warn = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

builtin_type_t octave_range::builtin_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

size_t octave_range::byte_size ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

charNDArray octave_range::char_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_range::clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

ComplexNDArray octave_range::complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

ComplexMatrix octave_range::complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

Complex octave_range::complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_range::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const [virtual]

Reimplemented from octave_base_value.

octave_value octave_range::diag ( octave_idx_type  k = 0  )  const [virtual]

Reimplemented from octave_base_value.

dim_vector octave_range::dims ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::do_index_op ( const octave_value_list idx,
bool  resize_ok = false 
) [virtual]

Reimplemented from octave_base_value.

double octave_range::double_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_range::empty_clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatNDArray octave_range::float_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexNDArray octave_range::float_complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexMatrix octave_range::float_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplex octave_range::float_complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatMatrix octave_range::float_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_range::float_scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_range::float_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_range::full_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

idx_vector octave_range::index_vector ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int16NDArray octave_range::int16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int32NDArray octave_range::int32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int64NDArray octave_range::int64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int8NDArray octave_range::int8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_constant ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_defined ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_double_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_float_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_numeric_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_range ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_real_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

sortmode octave_range::is_sorted ( sortmode  mode = UNSORTED  )  const [inline, virtual]

Reimplemented from octave_base_value.

sortmode octave_range::is_sorted_rows ( sortmode  mode = UNSORTED  )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_range::is_true ( void   )  const [virtual]

Reimplemented from octave_base_value.

bool octave_range::load_ascii ( std::istream &  is  )  [virtual]

Reimplemented from octave_base_value.

bool octave_range::load_binary ( std::istream &  is,
bool  swap,
oct_mach_info::float_format  fmt 
) [virtual]

Reimplemented from octave_base_value.

Matrix octave_range::matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_base_value::type_conv_info octave_range::numeric_conversion_function ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_range::permute ( const Array< int > &  vec,
bool  inv = false 
) const [inline, virtual]

Reimplemented from octave_base_value.

void octave_range::print ( std::ostream os,
bool  pr_as_read_syntax = false 
) const [virtual]

Reimplemented from octave_base_value.

bool octave_range::print_name_tag ( std::ostream os,
const std::string name 
) const [virtual]

Reimplemented from octave_base_value.

void octave_range::print_raw ( std::ostream os,
bool  pr_as_read_syntax = false 
) const [virtual]

Reimplemented from octave_base_value.

Range octave_range::range_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::reshape ( const dim_vector new_dims  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::resize ( const dim_vector dv,
bool  fill = false 
) const [virtual]

Reimplemented from octave_base_value.

bool octave_range::save_ascii ( std::ostream os  )  [virtual]

Reimplemented from octave_base_value.

bool octave_range::save_binary ( std::ostream os,
bool save_as_floats 
) [virtual]

Reimplemented from octave_base_value.

double octave_range::scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::sort ( Array< octave_idx_type > &  sidx,
octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::sort ( octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inline, virtual]

Reimplemented from octave_base_value.

Array<octave_idx_type> octave_range::sort_rows_idx ( sortmode   )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseComplexMatrix octave_range::sparse_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseMatrix octave_range::sparse_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::squeeze ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value_list octave_range::subsref ( const std::string type,
const std::list< octave_value_list > &  idx,
int   
) [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_range::subsref ( const std::string type,
const std::list< octave_value_list > &  idx 
) [virtual]

Reimplemented from octave_base_value.

octave_base_value * octave_range::try_narrowing_conversion ( void   )  [virtual]

Reimplemented from octave_base_value.

uint16NDArray octave_range::uint16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint32NDArray octave_range::uint32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint64NDArray octave_range::uint64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint8NDArray octave_range::uint8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int octave_range::write ( octave_stream os,
int  block_size,
oct_data_conv::data_type  output_type,
int  skip,
oct_mach_info::float_format  flt_fmt 
) const [inline, virtual]

Reimplemented from octave_base_value.


The documentation for this class was generated from the following files: