The part and the indices of the items within the part that was hit. More...
Public Member Functions | |
PartHitItems () | |
Constructs an empty object. More... | |
PartHitItems (const PartHitItems &other) | |
PartHitItems & | operator= (const PartHitItems &other) |
const Part * | part () const |
Returns the part. More... | |
Part * | part () |
Returns the part. More... | |
const std::vector< size_t > & | itemIndexArr () const |
Returns the array of the indices of all the items in the part that was hit. More... | |
The part and the indices of the items within the part that was hit.
cee::geo::PartHitItems::PartHitItems | ( | ) |
Constructs an empty object.
const std::vector< size_t > & cee::geo::PartHitItems::itemIndexArr | ( | ) | const |
Returns the array of the indices of all the items in the part that was hit.
const Part * cee::geo::PartHitItems::part | ( | ) | const |
Returns the part.
Part * cee::geo::PartHitItems::part | ( | ) |
Returns the part.