#include <Albany_StateInfoStruct.hpp>
Public Types | |
typedef std::vector < Teuchos::RCP< StateStruct > >::const_iterator | const_iterator |
Public Member Functions | |
Teuchos::RCP< StateStruct > & | operator[] (int index) |
const Teuchos::RCP< StateStruct > | operator[] (int index) const |
void | push_back (const Teuchos::RCP< StateStruct > &ss) |
std::size_t | size () const |
Teuchos::RCP< StateStruct > & | back () |
const_iterator | begin () const |
const_iterator | end () const |
Teuchos::RCP < Adapt::NodalDataBlock > | getNodalDataBlock () |
Teuchos::RCP < Adapt::NodalDataBlock > | createNodalDataBlock () |
Private Attributes | |
std::vector< Teuchos::RCP < StateStruct > > | sis |
Teuchos::RCP < Adapt::NodalDataBlock > | nodal_data_block |
Definition at line 118 of file Albany_StateInfoStruct.hpp.
typedef std::vector<Teuchos::RCP<StateStruct> >::const_iterator Albany::StateInfoStruct::const_iterator |
Definition at line 121 of file Albany_StateInfoStruct.hpp.
Teuchos::RCP<StateStruct>& Albany::StateInfoStruct::operator[] | ( | int | index | ) | [inline] |
Definition at line 123 of file Albany_StateInfoStruct.hpp.
const Teuchos::RCP<StateStruct> Albany::StateInfoStruct::operator[] | ( | int | index | ) | const [inline] |
Definition at line 124 of file Albany_StateInfoStruct.hpp.
void Albany::StateInfoStruct::push_back | ( | const Teuchos::RCP< StateStruct > & | ss | ) | [inline] |
Definition at line 125 of file Albany_StateInfoStruct.hpp.
std::size_t Albany::StateInfoStruct::size | ( | ) | const [inline] |
Definition at line 126 of file Albany_StateInfoStruct.hpp.
Teuchos::RCP<StateStruct>& Albany::StateInfoStruct::back | ( | ) | [inline] |
Definition at line 127 of file Albany_StateInfoStruct.hpp.
const_iterator Albany::StateInfoStruct::begin | ( | ) | const [inline] |
Definition at line 128 of file Albany_StateInfoStruct.hpp.
const_iterator Albany::StateInfoStruct::end | ( | ) | const [inline] |
Definition at line 129 of file Albany_StateInfoStruct.hpp.
Teuchos::RCP<Adapt::NodalDataBlock> Albany::StateInfoStruct::getNodalDataBlock | ( | ) | [inline] |
Definition at line 132 of file Albany_StateInfoStruct.hpp.
Teuchos::RCP<Adapt::NodalDataBlock> Albany::StateInfoStruct::createNodalDataBlock | ( | ) | [inline] |
Definition at line 134 of file Albany_StateInfoStruct.hpp.
std::vector<Teuchos::RCP<StateStruct> > Albany::StateInfoStruct::sis [private] |
Definition at line 142 of file Albany_StateInfoStruct.hpp.
Teuchos::RCP<Adapt::NodalDataBlock> Albany::StateInfoStruct::nodal_data_block [private] |
Definition at line 143 of file Albany_StateInfoStruct.hpp.