19 #ifndef __itkFEMElementBase_h
20 #define __itkFEMElementBase_h
27 #include "vnl/vnl_matrix.h"
28 #include "vnl/vnl_vector.h"
184 copyPtr->m_dof = this->
m_dof;
188 smartPtr =
static_cast<Pointer>(copyPtr);
242 if( i >=
m_dof.size() )
255 if( i >=
m_dof.size() )
295 mutable std::vector<DegreeOfFreedomIDType>
m_dof;
306 unsigned int index)
const;
396 unsigned int solutionIndex = 0)
const;
412 unsigned int solutionIndex = 0)
const;
426 return this->
GetNode(local_dof /
495 unsigned int order = 0)
const = 0;
706 virtual std::vector<std::vector<int> >
GetEdgeIds(
void)
const
735 #endif // #ifndef __itkFEMElementBase_h