//! Returns the bounding box with the given index.
virtual BVH_Box <NumType, Dimension> Box (const Standard_Integer theIndex) const Standard_OVERRIDE
{
- return myBoxes[myIndices[theIndex]];
+ return this->myBoxes[myIndices[theIndex]];
}
//! Swaps indices of two specified boxes.
//! Returns the Element with the index theIndex.
virtual DataType Element (const Standard_Integer theIndex) const
{
- return myElements[myIndices[theIndex]];
+ return this->myElements[myIndices[theIndex]];
}
protected: //! @name Fields