libMesh::RawAccessor< TypeNTensor< N, ScalarType > > Class Template Reference
#include <raw_accessor.h>
Public Types | |
| typedef TypeNTensor< N, ScalarType > | FieldType |
Public Member Functions | |
| RawAccessor (FieldType &data, const unsigned int dim) | |
| ~RawAccessor () | |
| RawFieldType< FieldType >::type & | operator() (unsigned int) |
| const RawFieldType< FieldType > ::type & | operator() (unsigned int) const |
Private Member Functions | |
| RawAccessor () | |
Private Attributes | |
| ScalarType | dummy |
| FieldType & | _data |
| const unsigned int | _dim |
Detailed Description
template<unsigned int N, typename ScalarType>
class libMesh::RawAccessor< TypeNTensor< N, ScalarType > >
Stub implementations for stub TypeNTensor object
Definition at line 150 of file raw_accessor.h.
Member Typedef Documentation
template<unsigned int N, typename ScalarType >
| typedef TypeNTensor<N, ScalarType> libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::FieldType |
Definition at line 154 of file raw_accessor.h.
Constructor & Destructor Documentation
template<unsigned int N, typename ScalarType >
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::RawAccessor | ( | FieldType & | data, | |
| const unsigned int | dim | |||
| ) | [inline] |
Definition at line 156 of file raw_accessor.h.
template<unsigned int N, typename ScalarType >
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::~RawAccessor | ( | ) | [inline] |
Definition at line 161 of file raw_accessor.h.
template<unsigned int N, typename ScalarType >
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::RawAccessor | ( | ) | [private] |
Member Function Documentation
template<unsigned int N, typename ScalarType >
| const RawFieldType<FieldType>::type& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::operator() | ( | unsigned | int | ) | const [inline] |
Definition at line 166 of file raw_accessor.h.
00167 { return dummy; }
template<unsigned int N, typename ScalarType >
| RawFieldType<FieldType>::type& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::operator() | ( | unsigned | int | ) | [inline] |
Definition at line 163 of file raw_accessor.h.
00164 { return dummy; }
Member Data Documentation
template<unsigned int N, typename ScalarType >
FieldType& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::_data [private] |
Definition at line 174 of file raw_accessor.h.
template<unsigned int N, typename ScalarType >
const unsigned int libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::_dim [private] |
Definition at line 175 of file raw_accessor.h.
template<unsigned int N, typename ScalarType >
ScalarType libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::dummy [private] |
Definition at line 172 of file raw_accessor.h.
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:35 UTC
Hosted By: