MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Internal structure used by WeightReader. More...
#include <WeightReader.hpp>
Public Attributes | |
std::vector< TagHandle > | handles |
std::vector< double > | weights |
size_t | elementIndex |
Internal structure used by WeightReader.
Store per-PatchData information.
Definition at line 53 of file WeightReader.hpp.
Definition at line 57 of file WeightReader.hpp.
Referenced by MBMesquite::WeightReader::get_weight().
std::vector< TagHandle > MBMesquite::WeightReaderData::handles |
Definition at line 55 of file WeightReader.hpp.
Referenced by MBMesquite::WeightReader::get_weight(), MBMesquite::WeightReader::notify_patch_destroyed(), and MBMesquite::WeightReader::notify_sub_patch().
std::vector< double > MBMesquite::WeightReaderData::weights |
Definition at line 56 of file WeightReader.hpp.
Referenced by MBMesquite::WeightReader::get_weight(), MBMesquite::WeightReader::notify_new_patch(), and MBMesquite::WeightReader::notify_patch_destroyed().