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

bmrf_epi_transform.cxx File Reference


Detailed Description

Definition in file bmrf_epi_transform.cxx.

#include "bmrf_epi_transform.h"
#include <bmrf/bmrf_epi_point.h>
#include <bmrf/bmrf_epi_point_sptr.h>
#include <bmrf/bmrf_epi_seg.h>
#include <bmrf/bmrf_epi_seg_sptr.h>
#include <vcl_vector.h>
#include <vcl_cmath.h>

Go to the source code of this file.

Classes

struct  bmrf_tranformed_epi_seg
struct  bmrf_tranformed_epi_point

Functions

bmrf_epi_point_sptr bmrf_epi_transform (const bmrf_epi_point_sptr &ep, const bmrf_gamma_func_sptr &gamma, double t, bool update_all)
 Calculates a transformed epi_point.
bmrf_epi_seg_sptr bmrf_epi_transform (const bmrf_epi_seg_sptr &ep, const bmrf_gamma_func_sptr &gamma, double t, bool update_all)
 Calculates a transformed epi_seg.


Function Documentation

bmrf_epi_seg_sptr bmrf_epi_transform const bmrf_epi_seg_sptr ep,
const bmrf_gamma_func_sptr gamma,
double  t = 1.0,
bool  update_all = false
 

Calculates a transformed epi_seg.

Parameters:
ep is the epipoint to trasform
t is the time step
update_all is a flag indicating whether or not to update all members of the bmrf_epi_seg. By default, only the s values of each epi_point are updated

Definition at line 58 of file bmrf_epi_transform.cxx.

bmrf_epi_point_sptr bmrf_epi_transform const bmrf_epi_point_sptr ep,
const bmrf_gamma_func_sptr gamma,
double  t = 1.0,
bool  update_all = false
 

Calculates a transformed epi_point.

Parameters:
ep is the epipoint to trasform
t is the time step
update_all is a flag indicating whether or not to update all members of the bmrf_epi_point. By default, only the s value is updated

Definition at line 40 of file bmrf_epi_transform.cxx.


Generated on Thu Jan 10 14:51:53 2008 for contrib/brl/bseg/bmrf by  doxygen 1.4.4