omni::geometry::path::conditional::line
NAME

omni::geometry::path::conditional::line

A function of omni::geometry::path::conditional

#include <omni/geometry/path.hpp>
template < template < class, class > class std_seq_t, typename T, typename std_allocator_t > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, bool remove_duplicates, const omni::delegate2<bool, T, T>& condition)


OVERLOADS

template < template < class, class > class std_seq_t, typename T, typename std_allocator_t > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T, typename std_allocator_t > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T, typename std_allocator_t > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, bool remove_duplicates, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, const omni::delegate2<bool, T, T>& condition)
template < template < class, class > class std_seq_t, typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, const omni::delegate2<bool, T, T>& condition)
template < typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, bool remove_duplicates, const omni::delegate2<bool, T, T>& condition)
template < typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, uint32_t skip, const omni::delegate2<bool, T, T>& condition)
template < typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, T step, const omni::delegate2<bool, T, T>& condition)
template < typename T > omni::geometry::path::conditional::line(T x1, T y1, T x2, T y2, const omni::delegate2<bool, T, T>& condition)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top