#include <prom_node.hh>
Inheritance diagram for PromElement:

Public Member Functions | |
| void | reset () |
| PromElement & | operator= (const PromElement &a) |
| virtual int | Archive (FILE *file=stderr, const PromArchiveType type=PROM_PRINT) |
| int | Write (int **buff) const |
| int | Read (int **buff) |
| void | mark (bool b=TRUE) |
| bool | isMarked () const |
| bool | isEnvelope () const |
| void | setEnvelope (bool b=TRUE) |
| PromNodeState | getState () const |
| PromNodeState | getState (int &ierr) const |
| void | setState (PromNodeState s) |
| PromNodeTopo | getTopoType () const |
| void | setTopoType (PromNodeTopo s) |
| int | getNDF () const |
| int | SetNDF (int s) |
| PromElemType | getType () const |
| void | setType (PromElemType s) |
| bool | isExterior () const |
| void | setExterior (int i=TRUE) |
| void | kill (const bool d=TRUE) |
| bool | isDead () const |
| bool | setFixed (int tp, bool f=TRUE) |
| void | setAllFixed (const int ndf) |
| bool | isFixed (const int ndf, int type=-9) const |
| bool | isAllFixed (const int ndf) const |
| void | setMaterialTopo (int tp=1) |
| bool | isMaterialTopo () const |
| int | color () const |
| void | setColor (unsigned int i) |
Static Public Member Functions | |
| int | GetWrite_size (int &sz) |
Protected Attributes | |
| bitsTAG | bits_ |
small data for any 'mesh' object (nodes, elements, factets, etc.)
1.3.7