Public Member Functions | Private Attributes | List of all members
dunefd::Hit2D Class Reference

#include <IniSegAlg.h>

Public Member Functions

 Hit2D (TVector2 point2d, size_t key)
 
TVector2 const & GetPointCm (void) const
 
size_t const & GetKey (void) const
 

Private Attributes

TVector2 fPoint
 
size_t fKey
 

Detailed Description

Definition at line 27 of file IniSegAlg.h.

Constructor & Destructor Documentation

dunefd::Hit2D::Hit2D ( TVector2  point2d,
size_t  key 
)

Definition at line 21 of file IniSegAlg.cxx.

21  :
22 fPoint(point2d),
23 fKey(key)
24 {
25 }
TVector2 fPoint
Definition: IniSegAlg.h:35
def key(type, name=None)
Definition: graph.py:13
size_t fKey
Definition: IniSegAlg.h:36

Member Function Documentation

size_t const& dunefd::Hit2D::GetKey ( void  ) const
inline

Definition at line 32 of file IniSegAlg.h.

32 { return fKey; }
size_t fKey
Definition: IniSegAlg.h:36
TVector2 const& dunefd::Hit2D::GetPointCm ( void  ) const
inline

Definition at line 31 of file IniSegAlg.h.

31 { return fPoint;}
TVector2 fPoint
Definition: IniSegAlg.h:35

Member Data Documentation

size_t dunefd::Hit2D::fKey
private

Definition at line 36 of file IniSegAlg.h.

TVector2 dunefd::Hit2D::fPoint
private

Definition at line 35 of file IniSegAlg.h.


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