|
Blender
V3.3
|
#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 unsigned short int &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 70 of file SweepLine.h.
|
inline |
Definition at line 72 of file SweepLine.h.
|
inline |
Definition at line 76 of file SweepLine.h.
|
inline |
Definition at line 91 of file SweepLine.h.
References Freestyle::Segment< T, Point >::edge().
|
inline |
Definition at line 100 of file SweepLine.h.
|
inline |
Definition at line 109 of file SweepLine.h.
|
inline |
Definition at line 128 of file SweepLine.h.
|
inline |
Checks for a common vertex with another edge
Definition at line 134 of file SweepLine.h.
Referenced by Freestyle::SweepLine< T, Point >::add().
|
inline |
Definition at line 157 of file SweepLine.h.
Referenced by Freestyle::silhouette_binary_rule::operator()(), and Freestyle::Segment< T, Point >::Segment().
|
inline |
Definition at line 147 of file SweepLine.h.
Referenced by Freestyle::SweepLine< T, Point >::remove().
|
inline |
Definition at line 119 of file SweepLine.h.
|
inline |
Definition at line 114 of file SweepLine.h.
|
inline |
Definition at line 152 of file SweepLine.h.
Referenced by Freestyle::SweepLine< T, Point >::add().