Averaged EBSD data. More...
#include <EBSDAccessFunctors.h>
Public Attributes | |
EulerAngles * | _angles |
Averaged Euler angles. More... | |
unsigned int | _local_id |
Index in the per-phase list of global IDs. More... | |
unsigned int | _n |
Number of EBSD data points in the global grain. More... | |
Point | _p |
Center of mass for the global grain. More... | |
std::vector< Real > | _custom |
Grain averaged custom data columns. More... | |
unsigned int | _feature_id |
EBSD grain, symmetry, and phase data. More... | |
unsigned int | _phase |
unsigned int | _symmetry |
Averaged EBSD data.
Definition at line 49 of file EBSDAccessFunctors.h.
EulerAngles* EBSDAccessFunctors::EBSDAvgData::_angles |
Averaged Euler angles.
Definition at line 52 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDAvgDataPhi1::operator()(), EBSDAccessFunctors::EBSDAvgDataPhi::operator()(), and EBSDAccessFunctors::EBSDAvgDataPhi2::operator()().
std::vector<Real> EBSDAccessFunctors::EBSDAvgData::_custom |
Grain averaged custom data columns.
Definition at line 70 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDAvgDataCustom::operator()(), and EBSDReader::readFile().
unsigned int EBSDAccessFunctors::EBSDAvgData::_feature_id |
EBSD grain, symmetry, and phase data.
Definition at line 55 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDAvgDataFeatureID::operator()(), and EBSDReader::readFile().
unsigned int EBSDAccessFunctors::EBSDAvgData::_local_id |
Index in the per-phase list of global IDs.
Definition at line 61 of file EBSDAccessFunctors.h.
Referenced by PolycrystalEBSD::getGrainsBasedOnPoint(), and EBSDAccessFunctors::EBSDAvgDataLocalID::operator()().
unsigned int EBSDAccessFunctors::EBSDAvgData::_n |
Number of EBSD data points in the global grain.
Definition at line 64 of file EBSDAccessFunctors.h.
Referenced by EBSDReader::readFile().
Point EBSDAccessFunctors::EBSDAvgData::_p |
Center of mass for the global grain.
Definition at line 67 of file EBSDAccessFunctors.h.
Referenced by EBSDReader::readFile().
unsigned int EBSDAccessFunctors::EBSDAvgData::_phase |
Definition at line 56 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDAvgDataPhase::operator()(), and EBSDReader::readFile().
unsigned int EBSDAccessFunctors::EBSDAvgData::_symmetry |
Definition at line 57 of file EBSDAccessFunctors.h.
Referenced by EBSDAccessFunctors::EBSDAvgDataSymmetry::operator()(), and EBSDReader::readFile().