#include <NodeList.hpp>
Classes | |
struct | Elem |
Public Member Functions | |
NodeList () | |
NodeList (const NodeList &olist) | |
~NodeList () | |
const NodeList & | operator= (const NodeList &olist) |
void | append (Node *val) |
void | insert (Node *val) |
void | insert_first (Node *val) |
void | reset () |
void | next () |
Node * | get () |
Node * | remove () |
boolean | empty () |
int | size () |
boolean | move_to (Node *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 NodeList.hpp.
NodeList | ( | ) |
Definition at line 5 of file NodeList.cpp.
Definition at line 10 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, and NodeList::Elem::d_val.
~NodeList | ( | ) |
void append | ( | Node * | val | ) |
Definition at line 58 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, and d_size.
|
inline |
|
inline |
Definition at line 87 of file NodeList.hpp.
References d_current, and NodeList::Elem::d_val.
Referenced by Mesh::addCohesive().
int index | ( | ) | const |
Definition at line 110 of file NodeList.cpp.
References d_current, d_first, and NodeList::Elem::d_next.
Referenced by Mesh::addCohesive().
void index | ( | int | ind | ) |
Definition at line 121 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, and i.
|
inline |
Definition at line 55 of file NodeList.hpp.
References d_current, d_first, NodeList::Elem::d_next, and d_size.
|
inline |
Definition at line 69 of file NodeList.hpp.
References d_current, d_first, and d_size.
Referenced by Mesh::addCohesive().
Definition at line 102 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, NodeList::Elem::d_val, FALSE, and TRUE.
Referenced by Mesh::addCohesive().
|
inline |
Definition at line 80 of file NodeList.hpp.
References d_current, d_first, and NodeList::Elem::d_next.
Referenced by Mesh::addCohesive().
Definition at line 35 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, d_size, and NodeList::Elem::d_val.
Node * remove | ( | ) |
Definition at line 76 of file NodeList.cpp.
References d_current, d_first, NodeList::Elem::d_next, d_size, and NodeList::Elem::d_val.
|
inline |
Definition at line 76 of file NodeList.hpp.
References d_current, and d_first.
Referenced by Mesh::addCohesive().
|
inline |
Definition at line 95 of file NodeList.hpp.
References d_size.
Referenced by Mesh::addCohesive().
|
private |
Definition at line 49 of file NodeList.hpp.
Referenced by append(), get(), index(), insert(), insert_first(), move_to(), next(), NodeList(), operator=(), remove(), and reset().
|
private |
Definition at line 48 of file NodeList.hpp.
Referenced by append(), index(), insert(), insert_first(), move_to(), next(), NodeList(), operator=(), remove(), reset(), and ~NodeList().
|
private |
Definition at line 51 of file NodeList.hpp.
Referenced by append(), empty(), insert(), insert_first(), operator=(), remove(), and size().