#include #include -- | module Bindings.Gts.GeometricalObjectHierarchy.Vertices where import Bindings.GLib import Bindings.Gts.Types #strict_import #cinline GTS_VERTEX_CLASS , Ptr a -> Ptr #cinline GTS_VERTEX , Ptr a -> Ptr #cinline GTS_IS_VERTEX , Ptr a -> Ptr #ccall gts_vertex_class , IO (Ptr ) #ccall gts_vertex_new , Ptr -> -> -> -> IO (Ptr ) #ccall gts_vertex_is_unattached , Ptr -> IO #ccall gts_vertex_is_boundary , Ptr -> Ptr -> IO #ccall gts_vertex_is_contact , Ptr -> -> IO #ccall gts_vertices_are_connected , Ptr -> Ptr -> IO (Ptr ) #ccall gts_vertex_replace , Ptr -> Ptr -> IO () #ccall gts_vertex_neighbors , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_vertex_triangles , Ptr -> Ptr -> IO (Ptr ) #ccall gts_vertex_faces , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_vertex_fan_oriented , Ptr -> Ptr -> IO (Ptr ) #ccall gts_vertex_encroaches_edge , Ptr -> Ptr -> IO #ccall gts_vertices_from_segments , Ptr -> IO (Ptr ) #ccall gts_vertices_merge , Ptr -> -> FunPtr (Ptr -> Ptr -> IO ) -> IO (Ptr )