DeltaRayTensorTool class. More...
#include <TwoViewDeltaRayMatchingAlgorithm.h>
Public Types | |
typedef TwoViewDeltaRayMatchingAlgorithm::MatchingType::MatrixType | MatrixType |
typedef std::vector< MatrixType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
virtual bool | Run (TwoViewDeltaRayMatchingAlgorithm *const pAlgorithm, MatrixType &matrixTensor)=0 |
Run the algorithm tool. More... | |
Public Attributes | |
TwoViewDeltaRayMatchingAlgorithm * | m_pParentAlgorithm |
Address of the parent matching algorithm. More... | |
DeltaRayTensorTool class.
Definition at line 199 of file TwoViewDeltaRayMatchingAlgorithm.h.
typedef std::vector<MatrixType::ElementList::const_iterator> lar_content::DeltaRayMatrixTool::IteratorList |
Definition at line 203 of file TwoViewDeltaRayMatchingAlgorithm.h.
typedef TwoViewDeltaRayMatchingAlgorithm::MatchingType::MatrixType lar_content::DeltaRayMatrixTool::MatrixType |
Definition at line 202 of file TwoViewDeltaRayMatchingAlgorithm.h.
|
pure virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implemented in lar_content::TwoViewAmbiguousDeltaRayTool, and lar_content::TwoViewCosmicRayRemovalTool.
TwoViewDeltaRayMatchingAlgorithm* lar_content::DeltaRayMatrixTool::m_pParentAlgorithm |
Address of the parent matching algorithm.
Definition at line 215 of file TwoViewDeltaRayMatchingAlgorithm.h.