Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_STK_MeshAccessor.hpp
Go to the documentation of this file.
1 #ifndef PANZER_STK_MESH_ACCESSOR_HPP
2 #define PANZER_STK_MESH_ACCESSOR_HPP
3 
4 #include "Teuchos_Assert.hpp"
6 
7 namespace panzer_stk {
8 
18  public:
20  {
22  return mesh_;
23  }
24 
25  void setMesh(const Teuchos::RCP<STK_Interface>& mesh){mesh_ = mesh;}
26  };
27 
28 }
29 
30 #endif
Teuchos::RCP< panzer_stk::STK_Interface > getMesh() const
bool nonnull(const std::shared_ptr< T > &p)
Teuchos::RCP< panzer_stk::STK_Interface > mesh_
#define TEUCHOS_ASSERT(assertion_test)
void setMesh(const Teuchos::RCP< STK_Interface > &mesh)