View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033566 | Community | OCCT:Foundation Classes | public | 2024-01-04 17:15 | 2024-06-07 14:59 |
Reporter | festive-shrimp | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Platform | Linux | OS | Ubuntu 22.04 | ||
Product Version | 7.8.0 | ||||
Summary | 0033566: BVH_BoxSet::Center has improper return type. | ||||
Description | BVH_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. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-04 17:15 | festive-shrimp | New Issue | |
2024-01-04 17:15 | festive-shrimp | Assigned To | => akaftasev |
2024-06-07 14:59 | akaftasev | Assigned To | akaftasev => |