Public Member Functions | Protected Attributes
BaseTriTensorCompute Class Reference

#include <TriTensorCompute.h>

List of all members.

Public Member Functions

 BaseTriTensorCompute ()
 ~BaseTriTensorCompute ()
void add_matches (vcl_list< HomgMatchLineSeg2D2D2D * > *match_list)
 append match_list to the list of matched linesegments.
void add_matches (vcl_list< HomgMatchPoint2D2D2D * > *match_list)
 append match_list to the list of matched points.
void clear_matches_line (void)
 clear all entries from the list of matched linesegments.
void clear_matches_point (void)
 clear all entries from the list of matched points.

Protected Attributes

vcl_list< HomgMatchPoint2D2D2D * > * matchpoint_list_ptr_
vcl_list
< HomgMatchLineSeg2D2D2D * > * 
matchlineseg_list_ptr_

Detailed Description

Definition at line 25 of file TriTensorCompute.h.


Constructor & Destructor Documentation

BaseTriTensorCompute::BaseTriTensorCompute ( )

Definition at line 13 of file TriTensorCompute.cxx.

BaseTriTensorCompute::~BaseTriTensorCompute ( )

Definition at line 23 of file TriTensorCompute.cxx.


Member Function Documentation

void BaseTriTensorCompute::add_matches ( vcl_list< HomgMatchLineSeg2D2D2D * > *  match_list)

append match_list to the list of matched linesegments.

Definition at line 32 of file TriTensorCompute.cxx.

void BaseTriTensorCompute::add_matches ( vcl_list< HomgMatchPoint2D2D2D * > *  match_list)

append match_list to the list of matched points.

Definition at line 43 of file TriTensorCompute.cxx.

void BaseTriTensorCompute::clear_matches_line ( void  )

clear all entries from the list of matched linesegments.

Definition at line 54 of file TriTensorCompute.cxx.

void BaseTriTensorCompute::clear_matches_point ( void  )

clear all entries from the list of matched points.

Definition at line 63 of file TriTensorCompute.cxx.


Member Data Documentation

vcl_list<HomgMatchLineSeg2D2D2D*>* BaseTriTensorCompute::matchlineseg_list_ptr_ [protected]

Definition at line 52 of file TriTensorCompute.h.

vcl_list<HomgMatchPoint2D2D2D*>* BaseTriTensorCompute::matchpoint_list_ptr_ [protected]

Definition at line 49 of file TriTensorCompute.h.


The documentation for this class was generated from the following files: