#include <patch.H>
Collaboration diagram for DynamicSample:
Public Member Functions | |
DynamicSample () | |
DynamicSample (CBsimplex *s, Wvec bc, PIXEL pix, double weight) | |
virtual | ~DynamicSample () |
CBsimplex * | get_simplex () const |
Wvec | get_bc () const |
double | get_weight () const |
PIXEL | get_pix () const |
Wpt | get_pos (CWtransf &tr) const |
RTTI Methods | |
DEFINE_RTTI_METHODS_BASE ("DynamicSample", CDynamicSample *) | |
Public Attributes | |
CBsimplex * | _s |
Wvec | _bc |
PIXEL | _pix |
double | _weight |
Definition at line 139 of file patch.H.
|
|
|
|
|
|
|
|
|
Definition at line 151 of file patch.H. References _bc. |
|
Definition at line 153 of file patch.H. References _pix. |
|
Definition at line 154 of file patch.H. References _bc, _s, and Bsimplex::bc2pos(). |
|
Definition at line 150 of file patch.H. References _s. |
|
Definition at line 152 of file patch.H. References _weight. |
|
|
|
Definition at line 162 of file patch.H. Referenced by get_pix(). |
|
Definition at line 160 of file patch.H. Referenced by get_pos(), and get_simplex(). |
|
Definition at line 163 of file patch.H. Referenced by get_weight(). |