View Issue Details

IDProjectCategoryView StatusLast Update
0033566CommunityOCCT:Foundation Classespublic2024-01-04 17:15
Reporterfestive-shrimp Assigned Toakaftasev  
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformLinuxOSUbuntu 22.04 
Product Version7.8.0 
Summary0033566: BVH_BoxSet::Center has improper return type.
DescriptionBVH_BoxSet is a templated class deriving from BVH_PrimitiveSet with a numeric type “NumType”. While the base class expects the Center method to return a NumType, BVH_BoxSet::Center has the following signature:

  virtual Standard_Real Center (const Standard_Integer theIndex, const Standard_Integer theAxis) const Standard_OVERRIDE;

This hardcodes Standard_Real meaning that it will not compile with e.g. Standard_ShortReal since the function signature in question is no longer overriding.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-04 17:15 festive-shrimp New Issue
2024-01-04 17:15 festive-shrimp Assigned To => akaftasev