Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

patch.C File Reference

Contains the implementation of the Patch class. More...

#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)


Detailed Description

Contains the implementation of the Patch class.

See also:
patch.H

Definition in file patch.C.


Function Documentation

VEXEL cmult CVEXEL a,
CVEXEL b
[inline]
 

Definition at line 985 of file patch.C.

Referenced by Patch::update_dynamic_samples().

double get_weight CBface f,
CWpt p
[inline]
 

Definition at line 1010 of file patch.C.

References is_good().

double get_weight CBvert v  )  [inline]
 

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().

bool is_good CBface f,
CWpt p
[inline]
 

Definition at line 1003 of file patch.C.

References Bface::front_facing().

bool is_good CBvert v  )  [inline]
 

Definition at line 991 of file patch.C.

References mlib::Wpt::in_frustum(), Bvert::is_front_facing(), and Bvert::wloc().

Referenced by get_weight().

double sum_weights const vector< DynamicSample > &  w1,
const vector< DynamicSample > &  w2
[inline]
 

Definition at line 1016 of file patch.C.

References get_weight().

Referenced by Patch::update_dynamic_samples().

PIXEL weighted_sum const vector< DynamicSample > &  w1,
const vector< DynamicSample > &  w2
[inline]
 

Definition at line 1029 of file patch.C.

References get_weight().

Referenced by Patch::update_dynamic_samples().


Generated on Mon Sep 18 11:42:24 2006 for jot by  doxygen 1.4.4