Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Path.cpp
1#include "./AOI_Path.h"
2#include "../GPath.h"
3
4using namespace aur;
5using namespace aur::PDF;
6
20{
21 // hard cast
22 return (AOI_ContourPtr)&PathPtr(this)->geometry();
23}
Container for path(s)
Definition AOI_Contour.h:11
const AOI_ContourPtr GetGeometry() const
Definition AOI_Path.cpp:19