$extrastylesheet
#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 |
Stub implementations for stub TypeNTensor object
Definition at line 150 of file raw_accessor.h.
| typedef TypeNTensor<N, ScalarType> libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::FieldType |
Definition at line 154 of file raw_accessor.h.
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::RawAccessor | ( | FieldType & | data, |
| const unsigned int | dim | ||
| ) | [inline] |
Definition at line 156 of file raw_accessor.h.
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::~RawAccessor | ( | ) | [inline] |
Definition at line 161 of file raw_accessor.h.
{}
| libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::RawAccessor | ( | ) | [private] |
| RawFieldType<FieldType>::type& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::operator() | ( | unsigned | int | ) | [inline] |
Definition at line 163 of file raw_accessor.h.
{ return dummy; }
| const RawFieldType<FieldType>::type& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::operator() | ( | unsigned | int | ) | const [inline] |
Definition at line 166 of file raw_accessor.h.
{ return dummy; }
FieldType& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::_data [private] |
Definition at line 174 of file raw_accessor.h.
const unsigned int libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::_dim [private] |
Definition at line 175 of file raw_accessor.h.
ScalarType libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::dummy [private] |
Definition at line 172 of file raw_accessor.h.