|
Blender V5.0
|
#include <SweepLine.h>
Public Member Functions | |
| Segment () | |
| Segment (T &s, const Point &iA, const Point &iB) | |
| Segment (Segment< T, Point > &iBrother) | |
| Segment (const Segment< T, Point > &iBrother) | |
| ~Segment () | |
| Point | operator[] (const ushort &i) const |
| bool | operator== (const Segment< T, Point > &iBrother) |
| void | AddIntersection (Intersection< Segment< T, Point > > *i) |
| bool | CommonVertex (const Segment< T, Point > &S, Point &CP) |
| vector< Intersection< Segment< T, Point > > * > & | intersections () |
| bool | order () |
| T & | edge () |
Definition at line 68 of file SweepLine.h.
|
inline |
Definition at line 70 of file SweepLine.h.
|
inline |
Definition at line 72 of file SweepLine.h.
|
inline |
Definition at line 87 of file SweepLine.h.
|
inline |
Definition at line 96 of file SweepLine.h.
|
inline |
Definition at line 105 of file SweepLine.h.
|
inline |
Definition at line 124 of file SweepLine.h.
|
inline |
Checks for a common vertex with another edge
Definition at line 130 of file SweepLine.h.
|
inline |
Definition at line 153 of file SweepLine.h.
Referenced by Freestyle::silhouette_binary_rule::operator()(), and Freestyle::Segment< FEdge *, Vec3r >::Segment().
|
inline |
Definition at line 143 of file SweepLine.h.
Referenced by Freestyle::SweepLine< T, Point >::remove().
|
inline |
Definition at line 115 of file SweepLine.h.
|
inline |
Definition at line 110 of file SweepLine.h.
|
inline |
Definition at line 148 of file SweepLine.h.
Referenced by Freestyle::SweepLine< T, Point >::add().