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

brct_corr Class Reference

#include <brct_corr.h>

Inheritance diagram for brct_corr:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 24 of file brct_corr.h.

Public Member Functions

 brct_corr (const int n_cams)
 brct_corr (brct_corr const &x)
 ~brct_corr ()
int n_cams ()
 Accessors.
bool valid (const int cam)
vgl_homg_point_2d< double > match (const int cam)
void set_match (const int cam, const double x, const double y)
 Mutators.
void ref ()
void unref ()
int get_references () const
bool is_referenced () const

Protected Member Functions

 brct_corr ()

Protected Attributes

int n_cams_
vcl_vector< vgl_homg_point_2d<
double > > 
matches_
vcl_vector< bool > valid_

Friends

vcl_ostream & operator<< (vcl_ostream &s, brct_corr const &c)
 Utility functions.


Constructor & Destructor Documentation

brct_corr::brct_corr const int  n_cams  ) 
 

Definition at line 9 of file brct_corr.cxx.

brct_corr::brct_corr brct_corr const &  x  )  [inline]
 

Definition at line 28 of file brct_corr.h.

brct_corr::~brct_corr  ) 
 

Definition at line 20 of file brct_corr.cxx.

brct_corr::brct_corr  )  [protected]
 

Definition at line 4 of file brct_corr.cxx.


Member Function Documentation

vgl_homg_point_2d<double> brct_corr::match const int  cam  )  [inline]
 

Definition at line 34 of file brct_corr.h.

int brct_corr::n_cams  )  [inline]
 

Accessors.

Definition at line 32 of file brct_corr.h.

void brct_corr::set_match const int  cam,
const double  x,
const double  y
 

Mutators.

Definition at line 24 of file brct_corr.cxx.

bool brct_corr::valid const int  cam  )  [inline]
 

Definition at line 33 of file brct_corr.h.


Friends And Related Function Documentation

vcl_ostream& operator<< vcl_ostream &  s,
brct_corr const &  c
[friend]
 

Utility functions.

Definition at line 32 of file brct_corr.cxx.


Member Data Documentation

vcl_vector<vgl_homg_point_2d<double> > brct_corr::matches_ [protected]
 

Definition at line 45 of file brct_corr.h.

int brct_corr::n_cams_ [protected]
 

Definition at line 43 of file brct_corr.h.

vcl_vector<bool> brct_corr::valid_ [protected]
 

Definition at line 46 of file brct_corr.h.


The documentation for this class was generated from the following files:
Generated on Thu Jan 10 14:54:03 2008 for contrib/brl/bmvl/brct by  doxygen 1.4.4