ReactOS 0.4.16-dev-338-g34e76ad
|
#include <patchlist.h>
Public Member Functions | |
Patchlist (Quilt *, REAL *, REAL *) | |
Patchlist (Patchlist &, int, REAL) | |
~Patchlist () | |
void | bbox () |
int | cullCheck (void) |
void | getstepsize (void) |
int | needsNonSamplingSubdivision (void) |
int | needsSamplingSubdivision (void) |
int | needsSubdivision (int) |
REAL | getStepsize (int) |
void | getRanges (REAL ranges[4]) |
int | get_uorder () |
int | get_vorder () |
Private Attributes | |
Patch * | patch |
int | notInBbox |
int | needsSampling |
Pspec | pspec [2] |
Friends | |
class | Subdivider |
Definition at line 45 of file patchlist.h.
Definition at line 48 of file patchlist.cc.
Definition at line 62 of file patchlist.cc.
Patchlist::~Patchlist | ( | ) |
Definition at line 137 of file patchlist.cc.
Referenced by Subdivider::nonSamplingSplit().
Definition at line 96 of file patchlist.cc.
Referenced by Subdivider::nonSamplingSplit(), and Subdivider::samplingSplit().
|
inline |
Definition at line 76 of file patchlist.h.
Referenced by Subdivider::tessellation().
|
inline |
Definition at line 83 of file patchlist.h.
Referenced by Subdivider::tessellation().
Definition at line 70 of file patchlist.h.
Referenced by Quilt::findSampleRates().
Definition at line 114 of file patchlist.cc.
Referenced by Quilt::findSampleRates(), and Subdivider::samplingSplit().
Definition at line 144 of file patchlist.cc.
Referenced by Subdivider::nonSamplingSplit().
Definition at line 153 of file patchlist.cc.
Referenced by Subdivider::samplingSplit().
Definition at line 166 of file patchlist.cc.
Referenced by needsSamplingSubdivision(), and Subdivider::samplingSplit().
|
friend |
Definition at line 46 of file patchlist.h.
|
private |
Definition at line 65 of file patchlist.h.
|
private |
Definition at line 64 of file patchlist.h.
Referenced by needsNonSamplingSubdivision().
|
private |
Definition at line 63 of file patchlist.h.
Referenced by bbox(), cullCheck(), get_uorder(), get_vorder(), getstepsize(), needsNonSamplingSubdivision(), needsSamplingSubdivision(), Patchlist(), and ~Patchlist().
|
private |
Definition at line 66 of file patchlist.h.
Referenced by getRanges(), getStepsize(), getstepsize(), needsSamplingSubdivision(), needsSubdivision(), Subdivider::nonSamplingSplit(), Patchlist(), Subdivider::samplingSplit(), and Subdivider::tessellation().