Public Member Functions | Public Attributes | List of all members
gar::geo::seg::XYZPos Struct Reference

#include <ChannelMapStandardAlg.h>

Public Member Functions

 XYZPos (float xPos, float yPos, float zPos)
 
 XYZPos ()
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Definition at line 25 of file ChannelMapStandardAlg.h.

Constructor & Destructor Documentation

gar::geo::seg::XYZPos::XYZPos ( float  xPos,
float  yPos,
float  zPos 
)
inline

Definition at line 27 of file ChannelMapStandardAlg.h.

30  : x(xPos)
31  , y(yPos)
32  , z(zPos)
33  {};
gar::geo::seg::XYZPos::XYZPos ( )
inline

Member Data Documentation

float gar::geo::seg::XYZPos::x

Definition at line 35 of file ChannelMapStandardAlg.h.

float gar::geo::seg::XYZPos::y

Definition at line 38 of file ChannelMapStandardAlg.h.

float gar::geo::seg::XYZPos::z

Definition at line 39 of file ChannelMapStandardAlg.h.


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