2025-06-23 16:37:10 +00:00
|
|
|
#include "visiblecube_access.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-06-28 09:10:02 +00:00
|
|
|
std::shared_ptr<Serializable> Get3DBox::newDefault() const
|
2025-06-23 16:37:10 +00:00
|
|
|
{
|
|
|
|
return std::make_shared<Get3DBox>();
|
|
|
|
}
|
|
|
|
|
2025-06-28 09:10:02 +00:00
|
|
|
std::shared_ptr<Serializable> Box3DDesc::newDefault() const
|
2025-06-23 16:37:10 +00:00
|
|
|
{
|
|
|
|
return std::make_shared<Box3DDesc>();
|
|
|
|
}
|
|
|
|
|
2025-06-28 09:10:02 +00:00
|
|
|
std::shared_ptr<Serializable> Set3DBoxD3Data::newDefault() const
|
2025-06-23 16:37:10 +00:00
|
|
|
{
|
|
|
|
return std::make_shared<Set3DBoxD3Data>();
|
|
|
|
}
|
|
|
|
|
2025-06-28 09:10:02 +00:00
|
|
|
std::shared_ptr<Serializable> Set3DBoxPosture::newDefault() const
|
2025-06-23 16:37:10 +00:00
|
|
|
{
|
|
|
|
return std::make_shared<Set3DBoxPosture>();
|
|
|
|
}
|
|
|
|
|
2025-06-28 09:10:02 +00:00
|
|
|
std::shared_ptr<Serializable> Set3DBoxLLAPos::newDefault() const
|
2025-06-23 16:37:10 +00:00
|
|
|
{
|
|
|
|
return std::make_shared<Set3DBoxLLAPos>();
|
|
|
|
}
|