mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: minor consistency improvements for bounding box
- a valid() method (same as !empty() call) for consistency with other containers and data types - a centre() method (same as midpoint() method) for consistency with other OpenFOAM geometric entities
This commit is contained in:
@ -25,7 +25,7 @@ Class
|
||||
Foam::treeBoundBox
|
||||
|
||||
Description
|
||||
Standard boundBox + extra functionality for use in octree.
|
||||
Standard boundBox with extra functionality for use in octree.
|
||||
|
||||
Numbering of corner points is according to octant numbering.
|
||||
|
||||
@ -153,7 +153,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct null setting points to zero
|
||||
//- Construct without any points - an inverted bounding box
|
||||
inline treeBoundBox();
|
||||
|
||||
//- Construct from a boundBox
|
||||
|
||||
Reference in New Issue
Block a user