Per element EBSD data point. More...
#include <EBSDAccessFunctors.h>
Public Attributes | |
Point | _p |
Element centroid position. More... | |
std::vector< Real > | _custom |
Custom data columns. More... | |
Real | _phi1 |
Euler angles. More... | |
Real | _Phi |
Real | _phi2 |
unsigned int | _feature_id |
EBSD feature id, (gklobal) grain number, symmetry, and phase data. More... | |
unsigned int | _phase |
unsigned int | _symmetry |
Per element EBSD data point.
Definition at line 27 of file EBSDAccessFunctors.h.
std::vector<Real> EBSDAccessFunctors::EBSDPointData::_custom |
Custom data columns.
Definition at line 45 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDPointDataCustom::operator()().
unsigned int EBSDAccessFunctors::EBSDPointData::_feature_id |
EBSD feature id, (gklobal) grain number, symmetry, and phase data.
Definition at line 39 of file EBSDAccessFunctors.h.
Referenced by EBSDReader::buildNodeWeightMaps(), PolycrystalEBSD::getGrainsBasedOnPoint(), and EBSDAccessFunctors::EBSDPointDataFeatureID::operator()().
Point EBSDAccessFunctors::EBSDPointData::_p |
Element centroid position.
Definition at line 36 of file EBSDAccessFunctors.h.
unsigned int EBSDAccessFunctors::EBSDPointData::_phase |
Definition at line 40 of file EBSDAccessFunctors.h.
Referenced by EBSDReader::buildNodeWeightMaps(), PolycrystalEBSD::getGrainsBasedOnPoint(), and EBSDAccessFunctors::EBSDPointDataPhase::operator()().
Real EBSDAccessFunctors::EBSDPointData::_Phi |
Definition at line 31 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDPointDataPhi::operator()().
Real EBSDAccessFunctors::EBSDPointData::_phi1 |
Euler angles.
Definition at line 30 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDPointDataPhi1::operator()().
Real EBSDAccessFunctors::EBSDPointData::_phi2 |
Definition at line 32 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDPointDataPhi2::operator()().
unsigned int EBSDAccessFunctors::EBSDPointData::_symmetry |
Definition at line 41 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDPointDataSymmetry::operator()().