Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
panzer_stk_classic::ElementDescriptor Class Reference

#include <Panzer_STK_Interface.hpp>

Public Member Functions

 ElementDescriptor (stk_classic::mesh::EntityId gid, const std::vector< stk_classic::mesh::EntityId > &nodes)
 
virtual ~ElementDescriptor ()
 
stk_classic::mesh::EntityId getGID () const
 
const std::vector
< stk_classic::mesh::EntityId > & 
getNodes () const
 

Protected Member Functions

 ElementDescriptor ()
 

Protected Attributes

stk_classic::mesh::EntityId gid_
 
std::vector
< stk_classic::mesh::EntityId > 
nodes_
 

Detailed Description

Pure virtial base class that builds a basic element. To be overidden with several types of elements.

Definition at line 75 of file Panzer_STK_Interface.hpp.

Constructor & Destructor Documentation

panzer_stk_classic::ElementDescriptor::ElementDescriptor ( stk_classic::mesh::EntityId  gid,
const std::vector< stk_classic::mesh::EntityId > &  nodes 
)

Definition at line 79 of file Panzer_STK_Interface.cpp.

panzer_stk_classic::ElementDescriptor::~ElementDescriptor ( )
virtual

Definition at line 81 of file Panzer_STK_Interface.cpp.

panzer_stk_classic::ElementDescriptor::ElementDescriptor ( )
protected

Definition at line 78 of file Panzer_STK_Interface.cpp.

Member Function Documentation

stk_classic::mesh::EntityId panzer_stk_classic::ElementDescriptor::getGID ( ) const
inline

Definition at line 80 of file Panzer_STK_Interface.hpp.

const std::vector<stk_classic::mesh::EntityId>& panzer_stk_classic::ElementDescriptor::getNodes ( ) const
inline

Definition at line 81 of file Panzer_STK_Interface.hpp.

Member Data Documentation

stk_classic::mesh::EntityId panzer_stk_classic::ElementDescriptor::gid_
protected

Definition at line 83 of file Panzer_STK_Interface.hpp.

std::vector<stk_classic::mesh::EntityId> panzer_stk_classic::ElementDescriptor::nodes_
protected

Definition at line 84 of file Panzer_STK_Interface.hpp.


The documentation for this class was generated from the following files: