PolygonArray.cc 185 Bytes
Newer Older
1 2 3 4
#include "PolygonArray.h"

template <class PolygonType, template <class,class...> class ContainerType >
const char *PolygonArray<PolygonType, ContainerType>::typeName = "PolygonArray";