|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Nominal rigid placement transform. More...
#include <PlacementPose.h>

Public Member Functions | |
| PlacementPose ()=default | |
| PlacementPose (const CoordinateSystemTrafo &parentToNominal) | |
| const CoordinateSystemTrafo & | getParentToNominal () const |
Private Attributes | |
| CoordinateSystemTrafo | parentToNominal_m |
Nominal rigid placement transform.
In the language of the placement note, this stores the nominal rigid placement transform \(T_i\) that embeds the canonical local chart of an element into its parent frame before any local correction is applied.
Definition at line 14 of file PlacementPose.h.
|
default |
|
inlineexplicit |
Definition at line 17 of file PlacementPose.h.
|
inline |
Definition at line 20 of file PlacementPose.h.
References parentToNominal_m.
Referenced by PlacedElement::getActualBodyTransform(), PlacedElement::getNominalBodyTransform(), ElementBase::setPlacementPose(), and TEST_F().
|
private |
Definition at line 23 of file PlacementPose.h.
Referenced by getParentToNominal().