#include <FEApp_ElementFactory.hpp>
Public Member Functions | |
| ElementFactory (const Teuchos::RCP< Teuchos::ParameterList > &elemParams) | |
| Default constructor. | |
| virtual | ~ElementFactory () |
| Destructor. | |
| virtual Teuchos::RCP< FEApp::AbstractElement > | create () |
Protected Attributes | |
| Teuchos::RCP< Teuchos::ParameterList > | elemParams |
| Parameter list specifying what element to create. | |
Private Member Functions | |
| ElementFactory (const ElementFactory &) | |
| Private to prohibit copying. | |
| ElementFactory & | operator= (const ElementFactory &) |
| Private to prohibit copying. | |
Definition at line 45 of file FEApp_ElementFactory.hpp.
| FEApp::ElementFactory::ElementFactory | ( | const Teuchos::RCP< Teuchos::ParameterList > & | elemParams | ) |
| virtual FEApp::ElementFactory::~ElementFactory | ( | ) | [inline, virtual] |
| FEApp::ElementFactory::ElementFactory | ( | const ElementFactory & | ) | [private] |
Private to prohibit copying.
| Teuchos::RCP< FEApp::AbstractElement > FEApp::ElementFactory::create | ( | ) | [virtual] |
Definition at line 42 of file FEApp_ElementFactory.cpp.
| ElementFactory& FEApp::ElementFactory::operator= | ( | const ElementFactory & | ) | [private] |
Private to prohibit copying.
Parameter list specifying what element to create.
Definition at line 69 of file FEApp_ElementFactory.hpp.
1.4.7