List of all members | Public Member Functions | Private Attributes
otoa::LongitudinalScan Class Reference

#include <LongitudinalXmaxScanner.h>

Public Member Functions

void AddScanResult (double depth, double error, double minViewAngle)
 
const std::vector< double > & GetDepthVector () const
 
const std::vector< double > & GetMinViewingAngleVector () const
 
const std::vector< double > & GetXiXmaxVector () const
 
 LongitudinalScan ()
 

Private Attributes

std::vector< double > fDepth
 
std::vector< double > fMinViewingAngle
 
std::vector< double > fXiXmax
 

Detailed Description

Definition at line 21 of file LongitudinalXmaxScanner.h.

Constructor & Destructor Documentation

otoa::LongitudinalScan::LongitudinalScan ( )
inline

Definition at line 23 of file LongitudinalXmaxScanner.h.

Member Function Documentation

void otoa::LongitudinalScan::AddScanResult ( double  depth,
double  error,
double  minViewAngle 
)
inline
const std::vector<double>& otoa::LongitudinalScan::GetDepthVector ( ) const
inline

Definition at line 33 of file LongitudinalXmaxScanner.h.

References fDepth.

const std::vector<double>& otoa::LongitudinalScan::GetMinViewingAngleVector ( ) const
inline

Definition at line 37 of file LongitudinalXmaxScanner.h.

References fMinViewingAngle.

const std::vector<double>& otoa::LongitudinalScan::GetXiXmaxVector ( ) const
inline

Definition at line 35 of file LongitudinalXmaxScanner.h.

References fXiXmax.

Member Data Documentation

std::vector<double> otoa::LongitudinalScan::fDepth
private

Definition at line 40 of file LongitudinalXmaxScanner.h.

Referenced by AddScanResult(), and GetDepthVector().

std::vector<double> otoa::LongitudinalScan::fMinViewingAngle
private

Definition at line 42 of file LongitudinalXmaxScanner.h.

Referenced by AddScanResult(), and GetMinViewingAngleVector().

std::vector<double> otoa::LongitudinalScan::fXiXmax
private

Definition at line 41 of file LongitudinalXmaxScanner.h.

Referenced by AddScanResult(), and GetXiXmaxVector().


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

, generated on Tue Sep 26 2023.