cee::geo::PartHitItems Class Reference

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)
 
PartHitItemsoperator= (const PartHitItems &other)
 
const Partpart () const
 Returns the part. More...
 
Partpart ()
 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...
 

Detailed Description

The part and the indices of the items within the part that was hit.

See also
cee::geo::GeometryModel

Constructor & Destructor Documentation

cee::geo::PartHitItems::PartHitItems ( )

Constructs an empty object.

Member Function Documentation

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.