22 void New (
int length);
25 void Append (
int number);
31 void SetList (
int no,
Node *nds);
42 int Len (
void)
const {
return size; };
45 int Exists (
const Node &node,
double rad = 1e-8)
const;
51 int TotBnd (
void)
const;
54 int NumberOf (BYTE bndtype)
const;
60 Node& operator[] (
int rec)
const;
62 Node& operator[] (
int rec)
const {
return list[rec]; }
66 void Swap (
int nd1,
int nd2);
70 friend std::istream& operator>> (std::istream& is,
NodeList& nlist);
71 friend std::ostream& operator<< (std::ostream& os,
NodeList& nlist);
83 std::istream& operator>> (std::istream& is,
NodeList& nlist);
84 std::ostream& operator<< (std::ostream& os,
NodeList& nlist);