
#include "vertexlist.h"


#define CLASS_NAME VertexList
#define CLASS_TYPE Vertex
#define CLASS_TYPE_PTR Vertex*

#define SIMPLE_COPY


#include "dynarray.C"


#undef SIMPLE_COPY

#undef CLASS_NAME
#undef CLASS_TYPE
#undef CLASS_TYPE_PTR

