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

◆ FieldType

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

◆ RawAccessor() [1/2]

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.

◆ ~RawAccessor()

template<unsigned int N, typename ScalarType >
libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::~RawAccessor ( )
inline

Definition at line 161 of file raw_accessor.h.

161 {}

◆ RawAccessor() [2/2]

template<unsigned int N, typename ScalarType >
libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::RawAccessor ( )
private

Member Function Documentation

◆ operator()() [1/2]

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.

◆ operator()() [2/2]

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.

Member Data Documentation

◆ _data

template<unsigned int N, typename ScalarType >
FieldType& libMesh::RawAccessor< TypeNTensor< N, ScalarType > >::_data
private

Definition at line 174 of file raw_accessor.h.

◆ _dim

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.

◆ dummy

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: