PLaSK library
|
Geometry object + its bounding box. More...
Public Member Functions | |
GeometryObjectBBox () | |
GeometryObjectBBox (shared_ptr< const Translation< DIMS > > obj, const typename Primitive< DIMS >::Box &boundingBox) | |
GeometryObjectBBox (shared_ptr< const Translation< DIMS > > obj) | |
Public Attributes | |
shared_ptr< const Translation< DIMS > > | obj |
Primitive< DIMS >::Box | boundingBox |
Geometry object + its bounding box.
Definition at line 21 of file spatial_index.cpp.
|
inline |
Definition at line 27 of file spatial_index.cpp.
|
inline |
Definition at line 29 of file spatial_index.cpp.
|
inline |
Definition at line 32 of file spatial_index.cpp.
Primitive<DIMS>::Box plask::GeometryObjectBBox< DIMS >::boundingBox |
Definition at line 25 of file spatial_index.cpp.
shared_ptr<const Translation<DIMS> > plask::GeometryObjectBBox< DIMS >::obj |
Definition at line 23 of file spatial_index.cpp.