18 #include "../declspec.h"
60 typedef std::int64_t index_type;
78 Element(index_type _i, index_type _j);
101 const std::array<std::array<coord_type,2>,4>& ocp
142 std::array<std::array<coord_type,2>,4> index_coords()
const;
144 std::array<std::array<coord_type,2>,4> annot_coords()
const;
146 std::array<std::array<coord_type,2>,4> world_coords()
const;
150 std::array<Element,4> m_element;