|
Jive reference manual
|
#include <jive/fem/SimpleElement.h>

Public Types | |
| typedef SimpleElement | Self |
| typedef geom::Shape | Shape |
Public Member Functions | |
| SimpleElement () | |
| virtual void | reset () |
| virtual void | setShape (Shape *shape) |
| virtual void | loadData (idx_t ielem) |
| void | loadDataFast (idx_t ielem) |
Public Attributes | |
| idx_t | ielem |
| Ref< Shape > | shape |
| bool | newShape |
Additional Inherited Members | |
Protected Member Functions inherited from jive::fem::VirtualElement | |
| virtual | ~VirtualElement () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
| jive::fem::SimpleElement::SimpleElement | ( | ) |
|
virtual |
Implements jive::fem::VirtualElement.
|
virtual |
Implements jive::fem::VirtualElement.
|
virtual |
Implements jive::fem::VirtualElement.
| void jive::fem::SimpleElement::loadDataFast | ( | idx_t | ielem | ) |
| idx_t jive::fem::SimpleElement::ielem |
| bool jive::fem::SimpleElement::newShape |