Public Member Functions

Table< 5, T > Class Template Reference
[Data storage primitives]

Inheritance diagram for Table< 5, T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Table ()
 Table (const unsigned int size1, const unsigned int size2, const unsigned int size3, const unsigned int size4, const unsigned int size5)
internal::TableBaseAccessors::Accessor
< 5, T, true, 4 > 
operator[] (const unsigned int i) const
internal::TableBaseAccessors::Accessor
< 5, T, false, 4 > 
operator[] (const unsigned int i)
std::vector< T >::const_reference operator() (const unsigned int i, const unsigned int j, const unsigned int k, const unsigned int l, const unsigned int m) const
std::vector< T >::reference operator() (const unsigned int i, const unsigned int j, const unsigned int k, const unsigned int l, const unsigned int m)
std::vector< T >::reference operator() (const TableIndices< 5 > &indices)
std::vector< T >::const_reference operator() (const TableIndices< 5 > &indices) const

Detailed Description

template<typename T>
class Table< 5, T >

A class representing a five-dimensional table of objects (not necessarily only numbers).

For the rationale of this class, and a description of the interface, see the base class.

Author:
Wolfgang Bangerth, Ralf Hartmann 2002

Definition at line 1250 of file table.h.


Constructor & Destructor Documentation

template<typename T >
Table< 5, T >::Table (  )

Default constructor. Set all dimensions to zero.

template<typename T >
Table< 5, T >::Table ( const unsigned int  size1,
const unsigned int  size2,
const unsigned int  size3,
const unsigned int  size4,
const unsigned int  size5 
)

Constructor. Pass down the given dimensions to the base class.


Member Function Documentation

template<typename T >
internal::TableBaseAccessors::Accessor<5,T,true,4> Table< 5, T >::operator[] ( const unsigned int  i ) const

Access operator. Generate an object that accesses the requested four-dimensional subobject of this five-dimensional table. Range checks are performed.

This version of the function only allows read access.

template<typename T >
internal::TableBaseAccessors::Accessor<5,T,false,4> Table< 5, T >::operator[] ( const unsigned int  i )

Access operator. Generate an object that accesses the requested four-dimensional subobject of this five-dimensional table. Range checks are performed.

This version of the function allows read-write access.

template<typename T >
std::vector<T>::const_reference Table< 5, T >::operator() ( const unsigned int  i,
const unsigned int  j,
const unsigned int  k,
const unsigned int  l,
const unsigned int  m 
) const

Direct access to one element of the table by specifying all indices at the same time. Range checks are performed.

This version of the function only allows read access.

template<typename T >
std::vector<T>::reference Table< 5, T >::operator() ( const unsigned int  i,
const unsigned int  j,
const unsigned int  k,
const unsigned int  l,
const unsigned int  m 
)

Direct access to one element of the table by specifying all indices at the same time. Range checks are performed.

This version of the function allows read-write access.

template<typename T >
std::vector<T>::reference Table< 5, T >::operator() ( const TableIndices< 5 > &  indices )

Make the corresponding operator () from the TableBase base class available also in this class.

template<typename T >
std::vector<T>::const_reference Table< 5, T >::operator() ( const TableIndices< 5 > &  indices ) const

Make the corresponding operator () from the TableBase base class available also in this class.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:12 by doxygen 1.7.2