Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CEdgeList Class Reference

#include <edge.h>

Inheritance diagram for CEdgeList:

CDPA List of all members.

Public Member Functions

 CEdgeList ()
virtual ~CEdgeList ()
CEdgeGetEdge (int i)
int GetEdgeCount () const

Constructor & Destructor Documentation

CEdgeList::CEdgeList  )  [inline]
 

Definition at line 32 of file edge.h.

00032 {};

virtual CEdgeList::~CEdgeList  )  [inline, virtual]
 

Definition at line 33 of file edge.h.

00033 {};


Member Function Documentation

CEdge* CEdgeList::GetEdge int  i  )  [inline]
 

Definition at line 34 of file edge.h.

References GetEdge().

Referenced by GetEdge(), and CGuide::GetEdge().

00034 { return (CEdge*)GetPointer(i); }

int CEdgeList::GetEdgeCount  )  const [inline]
 

Definition at line 35 of file edge.h.

References CDPA::GetNextFree().

Referenced by CGuide::Attatchment(), CGuide::DeAttatch(), and CGuide::NumAttatchments().

00035 { return GetNextFree(); }


The documentation for this class was generated from the following file:
Generated on Sat May 15 19:46:27 2004 for test by doxygen 1.3.7