Loading...
Searching...
No Matches
bitpit::VolOctree::OctantInfo Struct Reference
Public Member Functions | |
OctantInfo (uint32_t _id, bool _internal) | |
bool | operator== (const OctantInfo &other) const |
Public Attributes | |
uint32_t | id |
bool | internal |
Detailed Description
OctantInfo allows to uniquely identify an octant of the underlying octree.
Definition at line 43 of file voloctree.hpp.
Constructor & Destructor Documentation
◆ OctantInfo() [1/2]
|
inline |
Definition at line 44 of file voloctree.hpp.
◆ OctantInfo() [2/2]
|
inline |
Definition at line 45 of file voloctree.hpp.
Member Function Documentation
◆ operator==()
|
inline |
Definition at line 47 of file voloctree.hpp.
Member Data Documentation
◆ id
uint32_t bitpit::VolOctree::OctantInfo::id |
Definition at line 52 of file voloctree.hpp.
◆ internal
bool bitpit::VolOctree::OctantInfo::internal |
Definition at line 53 of file voloctree.hpp.
The documentation for this struct was generated from the following file:
- src/voloctree/voloctree.hpp
