#include <FaceList.hpp>

Classes | |
| struct | Elem |
Public Member Functions | |
| FaceList () | |
| FaceList (const FaceList &olist) | |
| ~FaceList () | |
| const FaceList & | operator= (const FaceList &olist) |
| void | append (Face *val) |
| void | insert (Face *val) |
| void | insert_first (Face *val) |
| void | reset () |
| void | next () |
| Face * | get () |
| Face * | remove () |
| boolean | empty () |
| int | size () |
| boolean | move_to (Face *val) |
| int | index () const |
| void | index (int ind) |
Private Attributes | |
| Elem * | d_first |
| Elem * | d_current |
| int | d_size |
Definition at line 7 of file FaceList.hpp.
| FaceList | ( | ) |
Definition at line 5 of file FaceList.cpp.
Definition at line 10 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, and FaceList::Elem::d_val.
| ~FaceList | ( | ) |
| void append | ( | Face * | val | ) |
Definition at line 58 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, and d_size.
|
inline |
|
inline |
Definition at line 87 of file FaceList.hpp.
References d_current, and FaceList::Elem::d_val.
Referenced by Mesh::addCohesive(), Node::getSeparateElements(), and Mesh::replaceNode().

| int index | ( | ) | const |
Definition at line 110 of file FaceList.cpp.
References d_current, d_first, and FaceList::Elem::d_next.
| void index | ( | int | ind | ) |
Definition at line 121 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, and i.
|
inline |
Definition at line 55 of file FaceList.hpp.
References d_current, d_first, FaceList::Elem::d_next, and d_size.
|
inline |
Definition at line 69 of file FaceList.hpp.
References d_current, d_first, and d_size.
Referenced by Mesh::addCohesive(), Node::getSeparateElements(), and Mesh::replaceNode().

Definition at line 102 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, FaceList::Elem::d_val, FALSE, and TRUE.
Referenced by Node::getSeparateElements().

|
inline |
Definition at line 80 of file FaceList.hpp.
References d_current, d_first, and FaceList::Elem::d_next.
Referenced by Mesh::addCohesive(), Node::getSeparateElements(), and Mesh::replaceNode().

Definition at line 35 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, d_size, and FaceList::Elem::d_val.
| Face * remove | ( | ) |
Definition at line 76 of file FaceList.cpp.
References d_current, d_first, FaceList::Elem::d_next, d_size, and FaceList::Elem::d_val.
Referenced by Node::getSeparateElements().

|
inline |
Definition at line 76 of file FaceList.hpp.
References d_current, and d_first.
Referenced by Mesh::addCohesive().

|
inline |
Definition at line 95 of file FaceList.hpp.
References d_size.
Referenced by Mesh::addCohesive(), Node::getSeparateElements(), and Mesh::replaceNode().

|
private |
Definition at line 49 of file FaceList.hpp.
Referenced by append(), FaceList(), get(), index(), insert(), insert_first(), move_to(), next(), operator=(), remove(), and reset().
|
private |
Definition at line 48 of file FaceList.hpp.
Referenced by append(), FaceList(), index(), insert(), insert_first(), move_to(), next(), operator=(), remove(), reset(), and ~FaceList().
|
private |
Definition at line 51 of file FaceList.hpp.
Referenced by append(), empty(), insert(), insert_first(), operator=(), remove(), and size().