www.mooseframework.org
Public Attributes | List of all members
EBSDAccessFunctors::EBSDAvgData Struct Reference

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
 

Detailed Description

Averaged EBSD data.

Definition at line 49 of file EBSDAccessFunctors.h.

Member Data Documentation

◆ _angles

EulerAngles* EBSDAccessFunctors::EBSDAvgData::_angles

Averaged Euler angles.

Definition at line 52 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _custom

std::vector<Real> EBSDAccessFunctors::EBSDAvgData::_custom

Grain averaged custom data columns.

Definition at line 70 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _feature_id

unsigned int EBSDAccessFunctors::EBSDAvgData::_feature_id

EBSD grain, symmetry, and phase data.

Definition at line 55 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _local_id

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 EBSDAccessFunctorsTest::SetUp().

◆ _n

unsigned int EBSDAccessFunctors::EBSDAvgData::_n

Number of EBSD data points in the global grain.

Definition at line 64 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _p

Point EBSDAccessFunctors::EBSDAvgData::_p

Center of mass for the global grain.

Definition at line 67 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _phase

unsigned int EBSDAccessFunctors::EBSDAvgData::_phase

Definition at line 56 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().

◆ _symmetry

unsigned int EBSDAccessFunctors::EBSDAvgData::_symmetry

Definition at line 57 of file EBSDAccessFunctors.h.

Referenced by EBSDAccessFunctorsTest::SetUp().


The documentation for this struct was generated from the following file: