OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
SupportPlacement.h
Go to the documentation of this file.
1#ifndef OPALX_SupportPlacement_HH
2#define OPALX_SupportPlacement_HH
3
5
16public:
17 SupportPlacement() = default;
18 explicit SupportPlacement(const CoordinateSystemTrafo& bodyToSupport)
19 : bodyToSupport_m(bodyToSupport) {}
20
22
23private:
25};
26
27#endif
Rigid spatial transform between a parent frame and a local frame.
Optional offset from the canonical body frame to the support frame.
SupportPlacement(const CoordinateSystemTrafo &bodyToSupport)
const CoordinateSystemTrafo & getBodyToSupport() const
CoordinateSystemTrafo bodyToSupport_m
SupportPlacement()=default