Qt 4.8
Public Functions | Public Variables | List of all members
QTriangulator< T >::ComplexToSimple::Intersection Struct Reference

Public Functions

bool operator< (const Intersection &other) const
 

Public Variables

QIntersectionPoint intersectionPoint
 
int leftEdge
 
int rightEdge
 
int vertex
 

Detailed Description

template<typename T>
struct QTriangulator< T >::ComplexToSimple::Intersection

Definition at line 1357 of file qtriangulator.cpp.

Functions

◆ operator<()

template<typename T>
bool QTriangulator< T >::ComplexToSimple::Intersection::operator< ( const Intersection other) const
inline

Definition at line 1359 of file qtriangulator.cpp.

1359 {return other.intersectionPoint < intersectionPoint;}

Properties

◆ intersectionPoint

template<typename T>
QIntersectionPoint QTriangulator< T >::ComplexToSimple::Intersection::intersectionPoint

◆ leftEdge

template<typename T>
int QTriangulator< T >::ComplexToSimple::Intersection::leftEdge

◆ rightEdge

template<typename T>
int QTriangulator< T >::ComplexToSimple::Intersection::rightEdge

◆ vertex

template<typename T>
int QTriangulator< T >::ComplexToSimple::Intersection::vertex

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