#include <SurveyConstraintModule.h>
Definition at line 24 of file SurveyConstraintModule.h.
◆ ModuleStatus
◆ SurveyConstraintModule() [1/4]
| SurveyConstraintModule::SurveyConstraintModule |
( |
| ) |
|
defaukt constructor
Definition at line 21 of file SurveyConstraintModule.cxx.
21 :
26{
27
28}
Amg::VectorX m_DOCA_Vector
Amg::MatrixX m_DOCA_Matrix
◆ SurveyConstraintModule() [2/4]
| SurveyConstraintModule::SurveyConstraintModule |
( |
const Identifier & | moduleID | ) |
|
◆ SurveyConstraintModule() [3/4]
| SurveyConstraintModule::SurveyConstraintModule |
( |
const Identifier & | moduleID, |
|
|
bool | isPixel ) |
◆ SurveyConstraintModule() [4/4]
◆ ~SurveyConstraintModule()
| SurveyConstraintModule::~SurveyConstraintModule |
( |
| ) |
|
◆ addModuleConstraintPoint()
◆ addStaveConstraintPoint()
Definition at line 111 of file SurveyConstraintModule.cxx.
111 {
112 for (unsigned int iPoint(0); iPoint < cPoints.size(); ++iPoint ) {
114
115 }
116}
std::vector< SurveyConstraintPoint > m_StavePoints
◆ DOCA_Matrix()
◆ DOCA_Vector()
◆ get_globaltolocal()
◆ getPoints()
Definition at line 92 of file SurveyConstraintModule.cxx.
93 {
94 cPoints.clear();
95
96
97 if(mstat == 0)
98 for (
unsigned int iPoint(0); iPoint <
m_ModulePoints.size(); ++iPoint ) {
100
101 }
102 if(mstat == 1)
103 for (
unsigned int iPoint(0); iPoint <
m_StavePoints.size(); ++iPoint ) {
105
106 }
107}
◆ isPixel()
| bool SurveyConstraintModule::isPixel |
( |
| ) |
|
|
inline |
◆ moduleID()
| Identifier SurveyConstraintModule::moduleID |
( |
| ) |
const |
|
inline |
◆ nModulePoints()
| unsigned int SurveyConstraintModule::nModulePoints |
( |
| ) |
|
|
inline |
◆ nStavePoints()
| unsigned int SurveyConstraintModule::nStavePoints |
( |
| ) |
|
|
inline |
◆ operator=()
assignment operator
Definition at line 67 of file SurveyConstraintModule.cxx.
68{
69 if (this!=&rhs) {
70
71
72
73
74
78 }
79
80 return *this;
81}
Amg::VectorX DOCA_Vector() const
Amg::MatrixX DOCA_Matrix() const
◆ set_DOCA_Vector()
| void SurveyConstraintModule::set_DOCA_Vector |
( |
Amg::VectorX & | DOCA_Vector | ) |
|
◆ set_globaltolocal()
| void SurveyConstraintModule::set_globaltolocal |
( |
Amg::Transform3D & | globaltolocal | ) |
|
◆ m_DOCA_Matrix
◆ m_DOCA_Vector
◆ m_globaltolocal
◆ m_isPixel
| bool SurveyConstraintModule::m_isPixel |
|
private |
◆ m_ModuleID
◆ m_ModulePoints
◆ m_StavePoints
The documentation for this class was generated from the following files: