xc
Public Types | Public Member Functions | List of all members
IRowConstRef< ARRAY_3D > Class Template Reference

Reference to a layer row from the array which points have constant J and K indices. More...

#include <IRowConstRef.h>

Inheritance diagram for IRowConstRef< ARRAY_3D >:
Inheritance graph
[legend]
Collaboration diagram for IRowConstRef< ARRAY_3D >:
Collaboration graph
[legend]

Public Types

typedef Array3dBoxConstRef< ARRAY_3D >::const_reference const_reference
 
- Public Types inherited from Array3dBoxConstRef< ARRAY_3D >
typedef ARRAY_3D::const_reference const_reference
 

Public Member Functions

 IRowConstRef (const ARRAY_3D &m, const size_t &f=1, const size_t &c=1)
 Default constructor.
 
 IRowConstRef (const ARRAY_3D &m, const size_t &, const size_t &, const size_t &, const size_t &)
 Constructor.
 
 IRowConstRef (const ARRAY_3D &t, const RangoIndice &layer_range, const size_t &f, const size_t &c)
 Constructor.
 
virtual const_reference operator() (size_t iLayer=1) const
 
virtual const_reference operator() (size_t iLayer, size_t iRow, size_t col) const
 
- Public Member Functions inherited from Array3dBoxConstRef< ARRAY_3D >
 Array3dBoxConstRef (const ARRAY_3D &t, const size_t &iLayer=1, const size_t &f=1, const size_t &c=1)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const Array3dRange &rango)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const RangoIndice &layer_range, const RangoIndice &row_range, const RangoIndice &column_range)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const size_t &iLayer, const RangoIndice &row_range, const RangoIndice &column_range)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const RangoIndice &layer_range, const size_t &iRow, const RangoIndice &column_range)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const RangoIndice &layer_range, const RangoIndice &row_range, const size_t &iCol)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const size_t &iLayer, const size_t &iRow, const RangoIndice &column_range)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const size_t iLayer, const RangoIndice &row_range, const size_t &iCol)
 
 Array3dBoxConstRef (const ARRAY_3D &t, const RangoIndice &layer_range, const size_t &iRow, const size_t &iCol)
 
- Public Member Functions inherited from Array3dBoxRefBase
 Array3dBoxRefBase (const size_t &, const size_t &, const size_t &, const size_t &, const size_t &, const size_t &)
 
 Array3dBoxRefBase (const Array3dRange &rango)
 
 Array3dBoxRefBase (const size_t &iLayer, const RangoIndice &row_range, const RangoIndice &column_range)
 
 Array3dBoxRefBase (const RangoIndice &layer_range, const size_t &iRow, const RangoIndice &column_range)
 
 Array3dBoxRefBase (const RangoIndice &layer_range, const RangoIndice &row_range, const size_t &col)
 
 Array3dBoxRefBase (const size_t &iLayer, const size_t &iRow, const RangoIndice &column_range)
 
 Array3dBoxRefBase (const size_t iLayer, const RangoIndice &row_range, const size_t &col)
 
 Array3dBoxRefBase (const RangoIndice &layer_range, const size_t &iRow, const size_t &col)
 
const size_t & getNumberOfLayers (void) const
 
const size_t & getNumberOfRows (void) const
 
const size_t & getNumberOfColumns (void) const
 
const size_t Size (void) const
 
bool Empty (void) const
 Return verdadero si está vacía.
 
RangoIndice LayerRange (void) const
 Return el rango de iLayers.
 
RangoIndice RowRange (void) const
 Return the row range.
 
RangoIndice RangoCols (void) const
 Return el column range.
 

Additional Inherited Members

- Protected Attributes inherited from Array3dBoxRefBase
size_t n_layers
 number of layers.
 
size_t n_rows
 number of rows.
 
size_t n_columns
 number of columns.
 
size_t offset_cp
 Offset layer.
 
size_t offset_f
 Offset row.
 
size_t offset_c
 Offset column.
 

Detailed Description

template<class ARRAY_3D>
class IRowConstRef< ARRAY_3D >

Reference to a layer row from the array which points have constant J and K indices.


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