mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
BoundingBox, Print - methods inlined, added const accessors.
This commit is contained in:
parent
e6fddd364d
commit
c96d794604
4 changed files with 17 additions and 49 deletions
|
@ -36,12 +36,6 @@ Print::clear_objects()
|
|||
this->clear_regions();
|
||||
}
|
||||
|
||||
PrintObject*
|
||||
Print::get_object(size_t idx)
|
||||
{
|
||||
return objects.at(idx);
|
||||
}
|
||||
|
||||
void
|
||||
Print::delete_object(size_t idx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue