#include "ioblock.H"
#include "gtexture.H"
#include "bfilters.H"
#include "patch.H"
#include "std/config.H"
#include "sps/sps.H"
Include dependency graph for patch.C:
Go to the source code of this file.
Functions | |
VEXEL | cmult (CVEXEL &a, CVEXEL &b) |
bool | is_good (CBvert *v) |
double | get_weight (CBvert *v) |
bool | is_good (CBface *f, CWpt &p) |
double | get_weight (CBface *f, CWpt &p) |
double | sum_weights (const vector< DynamicSample > &w1, const vector< DynamicSample > &w2) |
PIXEL | weighted_sum (const vector< DynamicSample > &w1, const vector< DynamicSample > &w2) |
Definition in file patch.C.
|
Definition at line 985 of file patch.C. Referenced by Patch::update_dynamic_samples(). |
|
Definition at line 1010 of file patch.C. References is_good(). |
|
Definition at line 997 of file patch.C. References is_good(). Referenced by Patch::create_dynamic_samples(), sum_weights(), Patch::update_dynamic_samples(), and weighted_sum(). |
|
Definition at line 1003 of file patch.C. References Bface::front_facing(). |
|
Definition at line 991 of file patch.C. References mlib::Wpt::in_frustum(), Bvert::is_front_facing(), and Bvert::wloc(). Referenced by get_weight(). |
|
Definition at line 1016 of file patch.C. References get_weight(). Referenced by Patch::update_dynamic_samples(). |
|
Definition at line 1029 of file patch.C. References get_weight(). Referenced by Patch::update_dynamic_samples(). |