OGS
SurfaceVec.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include "TemplateVec.h"
18 #include "Surface.h"
19 
20 namespace GeoLib {
21 
28 
29 } // end namespace
Definition of the GeoLib::TemplateVec class.
The class TemplateVec takes a unique name and manages a std::vector of pointers to data elements of t...
Definition: TemplateVec.h:40