ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <patch.h>
Public Member Functions | |
Patch (Quilt *, REAL *, REAL *, Patch *) | |
Patch (Patch &, int, REAL, Patch *) | |
void | bbox (void) |
void | clamp (void) |
void | getstepsize (void) |
int | cullCheck (void) |
int | needsSubdivision (int) |
int | needsSamplingSubdivision (void) |
int | needsNonSamplingSubdivision (void) |
int | get_uorder () |
int | get_vorder () |
Private Member Functions | |
void | checkBboxConstraint (void) |
Private Attributes | |
Mapdesc * | mapdesc |
Patch * | next |
int | cullval |
int | notInBbox |
int | needsSampling |
REAL | cpts [MAXORDER *MAXORDER *MAXCOORDS] |
REAL | spts [MAXORDER *MAXORDER *MAXCOORDS] |
REAL | bpts [MAXORDER *MAXORDER *MAXCOORDS] |
Patchspec | pspec [2] |
REAL | bb [2][MAXCOORDS] |
Friends | |
class | Subdivider |
class | Quilt |
class | Patchlist |
Definition at line 136 of file patch.cc.
Definition at line 235 of file patch.cc.
Referenced by Patch().
|
inline |
Definition at line 77 of file patch.h.
Referenced by Patchlist::get_uorder().
|
inline |
Definition at line 78 of file patch.h.
Referenced by Patchlist::get_vorder().
Definition at line 258 of file patch.cc.
Definition at line 491 of file patch.cc.
Referenced by needsSamplingSubdivision().
|
friend |
Definition at line 92 of file patch.h.
Referenced by bbox(), checkBboxConstraint(), and Patch().
Definition at line 89 of file patch.h.
Referenced by checkBboxConstraint(), and Patch().
Definition at line 87 of file patch.h.
Referenced by cullCheck(), and Patch().
|
private |
Definition at line 84 of file patch.h.
Referenced by cullCheck(), and Patch().
|
private |
Definition at line 82 of file patch.h.
Referenced by bbox(), checkBboxConstraint(), clamp(), cullCheck(), getstepsize(), and Patch().
|
private |
Definition at line 86 of file patch.h.
Referenced by getstepsize(), and Patch().
|
private |
Definition at line 83 of file patch.h.
Referenced by Patch(), Patchlist::Patchlist(), and Patchlist::~Patchlist().
|
private |
Definition at line 85 of file patch.h.
Referenced by checkBboxConstraint(), needsNonSamplingSubdivision(), and Patch().
|
private |
Definition at line 90 of file patch.h.
Referenced by checkBboxConstraint(), clamp(), cullCheck(), get_uorder(), get_vorder(), getstepsize(), needsSamplingSubdivision(), needsSubdivision(), and Patch().
Definition at line 88 of file patch.h.
Referenced by getstepsize(), and Patch().