Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
TableIndices< 6 > Class Template Reference

#include <table_indices.h>

Inheritance diagram for TableIndices< 6 >:
[legend]

Public Member Functions

 TableIndices ()
 
 TableIndices (const unsigned int index1, const unsigned int index2=numbers::invalid_unsigned_int, const unsigned int index3=numbers::invalid_unsigned_int, const unsigned int index4=numbers::invalid_unsigned_int, const unsigned int index5=numbers::invalid_unsigned_int, const unsigned int index6=numbers::invalid_unsigned_int)
 
- Public Member Functions inherited from TableIndicesBase< 6 >
unsigned int operator[] (const unsigned int i) const
 
unsigned intoperator[] (const unsigned int i)
 
bool operator== (const TableIndicesBase< N > &other) const
 
bool operator!= (const TableIndicesBase< N > &other) const
 
void sort ()
 
void serialize (Archive &ar, const unsigned int version)
 

Additional Inherited Members

- Protected Attributes inherited from TableIndicesBase< 6 >
unsigned int indices [N]
 

Detailed Description

template<>
class TableIndices< 6 >

Array of indices of fixed size used for the TableBase class.

This is the specialization for a six-dimensional table. This class only differs in the non-default constructors from the other specializations. Actual storage of and access to data is done by the TableIndicesBase base class of a specializations.

Author
Wolfgang Bangerth, Ralf Hartmann 2002

Definition at line 346 of file table_indices.h.

Constructor & Destructor Documentation

TableIndices< 6 >::TableIndices ( )
inline

Default constructor. Set all indices to zero.

Definition at line 622 of file table_indices.h.

TableIndices< 6 >::TableIndices ( const unsigned int  index1,
const unsigned int  index2 = numbers::invalid_unsigned_int,
const unsigned int  index3 = numbers::invalid_unsigned_int,
const unsigned int  index4 = numbers::invalid_unsigned_int,
const unsigned int  index5 = numbers::invalid_unsigned_int,
const unsigned int  index6 = numbers::invalid_unsigned_int 
)
inline

Constructor. Set indices to the given values.

The default values for the second and subsequent arguments are necessary for some neat template tricks in SymmetricTensor where we only want to set the first index and construct the subsequent ones later on, i.e. for the moment we don't care about the later indices.

Definition at line 632 of file table_indices.h.


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