Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::geometry::Polygon2Rectangle< std::vector< PointType >, std::vector< RectangleType > >::is_equal_type Struct Reference

is equal helper More...

#include <Polygon2RectangleVec.h>

Public Member Functions

bool operator() (point_type const &p1, point_type const &p2) const
 is equal helper More...
 

Detailed Description

template<typename PointType, typename RectangleType>
struct limbo::geometry::Polygon2Rectangle< std::vector< PointType >, std::vector< RectangleType > >::is_equal_type

is equal helper

Definition at line 458 of file Polygon2RectangleVec.h.

Member Function Documentation

template<typename PointType , typename RectangleType >
bool limbo::geometry::Polygon2Rectangle< std::vector< PointType >, std::vector< RectangleType > >::is_equal_type::operator() ( point_type const &  p1,
point_type const &  p2 
) const
inline

is equal helper

Parameters
p1point
p2point
Returns
true if two points are equal

Definition at line 466 of file Polygon2RectangleVec.h.


The documentation for this struct was generated from the following file: