ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <curvelist.h>
Public Member Functions | |
Curvelist (Quilt *, REAL, REAL) | |
Curvelist (Curvelist &, REAL) | |
~Curvelist (void) | |
int | cullCheck (void) |
void | getstepsize (void) |
int | needsSamplingSubdivision () |
Private Attributes | |
Curve * | curve |
float | range [3] |
int | needsSubdivision |
float | stepsize |
Friends | |
class | Subdivider |
Definition at line 46 of file curvelist.h.
Definition at line 48 of file curvelist.cc.
Definition at line 60 of file curvelist.cc.
Curvelist::~Curvelist | ( | void | ) |
Definition at line 94 of file curvelist.cc.
Referenced by Subdivider::samplingSplit().
Definition at line 108 of file curvelist.cc.
Referenced by Subdivider::samplingSplit().
|
friend |
Definition at line 48 of file curvelist.h.
|
private |
Definition at line 57 of file curvelist.h.
Referenced by cullCheck(), Curvelist(), getstepsize(), and ~Curvelist().
|
private |
Definition at line 59 of file curvelist.h.
Referenced by Curvelist(), getstepsize(), and needsSamplingSubdivision().
|
private |
Definition at line 58 of file curvelist.h.
Referenced by Curvelist(), and Subdivider::samplingSplit().
|
private |
Definition at line 60 of file curvelist.h.
Referenced by Curvelist(), getstepsize(), and Subdivider::samplingSplit().