Classes | Typedefs | Enumerations
dune::apa Namespace Reference

Classes

class  APAGeometryAlg
 

Typedefs

typedef enum dune::apa::_apa_plane_proj APAView_t
 

Enumerations

enum  _apa_plane_proj {
  kU, kV, kZ0, kZ1,
  kUnknown
}
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
kU 

U view on both sides of the APA.

kV 

V view on both sides of the APA.

kZ0 

Z view on the smaller-x side of the APA.

kZ1 

Z view on the larger-x side of the APA.

kUnknown 

Definition at line 29 of file APAGeometryAlg.h.

29  {
30  kU, ///< U view on both sides of the APA
31  kV, ///< V view on both sides of the APA
32  kZ0, ///< Z view on the smaller-x side of the APA
33  kZ1, ///< Z view on the larger-x side of the APA
34  kUnknown
35  } APAView_t;
U view on both sides of the APA.
V view on both sides of the APA.
Z view on the larger-x side of the APA.
enum apa::_apa_plane_proj APAView_t
Z view on the smaller-x side of the APA.