ReactOS 0.4.15-dev-8614-gbc76250
|
#include <trimline.h>
Public Member Functions | |
Trimline () | |
~Trimline () | |
void | init (TrimVertex *) |
void | init (long, Arc_ptr, long) |
void | getNextPt (void) |
void | getPrevPt (void) |
void | getNextPts (REAL, Backend &) |
void | getPrevPts (REAL, Backend &) |
void | getNextPts (Arc_ptr) |
void | getPrevPts (Arc_ptr) |
TrimVertex * | next (void) |
TrimVertex * | prev (void) |
TrimVertex * | first (void) |
TrimVertex * | last (void) |
Private Member Functions | |
void | reset (void) |
void | grow (long) |
void | swap (void) |
void | append (TrimVertex *) |
Static Private Member Functions | |
static long | interpvert (TrimVertex *, TrimVertex *, TrimVertex *, REAL) |
Private Attributes | |
TrimVertex ** | pts |
long | numverts |
long | i |
long | size |
Jarcloc | jarcl |
TrimVertex | t |
TrimVertex | b |
TrimVertex * | tinterp |
TrimVertex * | binterp |
Definition at line 46 of file trimline.h.
Trimline::Trimline | ( | ) |
Definition at line 46 of file trimline.cc.
Trimline::~Trimline | ( | ) |
Definition at line 52 of file trimline.cc.
|
inlineprivate |
Definition at line 76 of file trimline.cc.
Referenced by getNextPts(), getPrevPts(), and init().
|
inline |
Definition at line 93 of file trimline.h.
Referenced by Hull::init().
Definition at line 98 of file trimline.cc.
Definition at line 159 of file trimline.cc.
Definition at line 115 of file trimline.cc.
Definition at line 104 of file trimline.cc.
Definition at line 176 of file trimline.cc.
Definition at line 137 of file trimline.cc.
Definition at line 83 of file trimline.cc.
void Trimline::init | ( | TrimVertex * | v | ) |
Definition at line 58 of file trimline.cc.
Referenced by Hull::init().
|
staticprivate |
Definition at line 195 of file trimline.cc.
Referenced by getNextPts(), and getPrevPts().
|
inline |
Definition at line 99 of file trimline.h.
Referenced by getNextPts(), getPrevPts(), init(), and Hull::init().
|
inline |
Definition at line 81 of file trimline.h.
Referenced by Hull::nextlower(), and Hull::nextupper().
|
inline |
Definition at line 87 of file trimline.h.
Referenced by Hull::nextlower(), and Hull::nextupper().
Definition at line 55 of file trimline.h.
Referenced by getNextPts(), getPrevPts(), and init().
Definition at line 90 of file trimline.cc.
Referenced by getNextPts(), and getPrevPts().
|
private |
Definition at line 53 of file trimline.h.
Referenced by Trimline().
|
private |
Definition at line 54 of file trimline.h.
Referenced by getNextPt(), getNextPts(), getPrevPt(), getPrevPts(), swap(), and Trimline().
|
private |
|
private |
Definition at line 52 of file trimline.h.
Referenced by getNextPt(), getNextPts(), getPrevPt(), getPrevPts(), and init().
|
private |
Definition at line 49 of file trimline.h.
Referenced by append(), last(), next(), reset(), and Trimline().
|
private |
Definition at line 48 of file trimline.h.
Referenced by append(), first(), grow(), last(), next(), prev(), Trimline(), and ~Trimline().
|
private |
Definition at line 51 of file trimline.h.
Referenced by grow().
|
private |
Definition at line 53 of file trimline.h.
Referenced by Trimline().
|
private |
Definition at line 54 of file trimline.h.
Referenced by getNextPts(), getPrevPts(), swap(), and Trimline().