Home
last modified time | relevance | path

Searched defs:vgl_polygon (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_polygon.h51 explicit vgl_polygon(unsigned int nr_sheets) : sheets_(nr_sheets) {} in vgl_polygon() function
72 explicit vgl_polygon(std::vector<sheet_t> sheets) : sheets_(std::move(sheets)) {} in vgl_polygon() function
75 vgl_polygon(vgl_polygon const& a) : sheets_(a.sheets_) {} in vgl_polygon() function
H A Dvgl_area.h6 template <class T> class vgl_polygon; variable
H A Dvgl_polygon.hxx28 vgl_polygon<T>::vgl_polygon(vgl_point_2d<T> const p[], int n): in vgl_polygon() function in vgl_polygon
36 vgl_polygon<T>::vgl_polygon(T const* x, T const* y, int n) in vgl_polygon() function in vgl_polygon
44 vgl_polygon<T>::vgl_polygon(T const x_y[], int n) in vgl_polygon() function in vgl_polygon
H A Dvgl_fwd.h28 template <class T> class vgl_polygon; variable