![]() |
Prusa Slicer 2.6.0
|
Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::BoundingBox &bb) |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::BoundingBox3 &bb) |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::BoundingBoxf &bb) |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::BoundingBoxf3 &bb) |
| template<class T > | |
| void | load_optional (BinaryInputArchive &ar, std::shared_ptr< const T > &ptr) |
| template<class T > | |
| void | save_optional (BinaryOutputArchive &ar, const std::shared_ptr< const T > &ptr) |
| template<class T > | |
| void | load_by_value (BinaryInputArchive &ar, T &obj) |
| template<class T > | |
| void | save_by_value (BinaryOutputArchive &ar, const T &obj) |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::Vec2i &v) |
| template<class Archive , class T , int N> | |
| void | serialize (Archive &archive, Eigen::Transform< T, N, Eigen::Affine, Eigen::DontAlign > &t) |
| template<class Archive > | |
| void | load (Archive &archive, Slic3r::DynamicPrintConfig &config) |
| template<class Archive > | |
| void | save (Archive &archive, const Slic3r::DynamicPrintConfig &config) |
| template<class Archive > | |
| void | serialize (Archive &archive, Slic3r::t_layer_height_range &lhr) |
| template<class Archive > | |
| void | load (Archive &archive, Slic3r::TriangleMesh &mesh) |
| template<class Archive > | |
| void | save (Archive &archive, const Slic3r::TriangleMesh &mesh) |
| template<class T > | |
| void | save (BinaryOutputArchive &ar, T *const &ptr) |
| template<class T > | |
| void | load (BinaryInputArchive &ar, T *&ptr) |
| template<class T > | |
| void | save (BinaryOutputArchive &ar, const std::unique_ptr< T > &ptr) |
| template<class T > | |
| void | load (BinaryInputArchive &ar, std::unique_ptr< T > &ptr) |
| template<class T > | |
| void | save (BinaryOutputArchive &ar, const std::shared_ptr< const T > &ptr) |
| template<class T > | |
| void | load (BinaryInputArchive &ar, std::shared_ptr< const T > &ptr) |
| struct cereal::specialize< Archive, Slic3r::DynamicPrintConfig, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::GUI::GLGizmosManager, cereal::specialization::member_load_save > |
| struct cereal::specialize< Archive, Slic3r::Model *, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::ModelConfigObject, cereal::specialization::member_serialize > |
| struct cereal::specialize< Archive, Slic3r::ModelInstance *, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::ModelMaterial *, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::ModelObject *, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::ModelVolume *, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, Slic3r::ModelVolume, cereal::specialization::member_load_save > |
| struct cereal::specialize< Archive, Slic3r::TriangleMesh, cereal::specialization::non_member_load_save > |
| struct cereal::specialize< Archive, std::shared_ptr< Slic3r::TriangleMesh >, cereal::specialization::non_member_load_save > |
| void cereal::load | ( | Archive & | archive, |
| Slic3r::DynamicPrintConfig & | config | ||
| ) |
References Slic3r::ConfigDef::by_serialization_key_ordinal, Slic3r::DynamicConfig::clear(), Slic3r::print_config_def, and Slic3r::DynamicConfig::set_key_value().
Referenced by Slic3r::ModelVolume::load(), Slic3r::FontProp::load(), and Slic3r::TextConfiguration::load().
Here is the call graph for this function:
Here is the caller graph for this function:| void cereal::load | ( | Archive & | archive, |
| Slic3r::TriangleMesh & | mesh | ||
| ) |
References indexed_triangle_set::indices, Slic3r::TriangleMesh::its, Slic3r::TriangleMesh::stats(), and indexed_triangle_set::vertices.
Here is the call graph for this function:References Slic3r::UndoRedo::StackImpl::load_immutable_object().
Here is the call graph for this function:| void cereal::load | ( | BinaryInputArchive & | ar, |
| std::unique_ptr< T > & | ptr | ||
| ) |
References Slic3r::UndoRedo::StackImpl::load_mutable_object().
Here is the call graph for this function:| void cereal::load | ( | BinaryInputArchive & | ar, |
| T *& | ptr | ||
| ) |
References Slic3r::UndoRedo::StackImpl::load_mutable_object().
Here is the call graph for this function:| void cereal::load_by_value | ( | BinaryInputArchive & | ar, |
| T & | obj | ||
| ) |
References Slic3r::UndoRedo::StackImpl::load_mutable_object().
Referenced by Slic3r::Internal::StaticSerializationWrapper< T >::load(), and Slic3r::ModelVolume::load().
Here is the call graph for this function:
Here is the caller graph for this function:| void cereal::load_optional | ( | BinaryInputArchive & | ar, |
| std::shared_ptr< const T > & | ptr | ||
| ) |
References Slic3r::UndoRedo::StackImpl::load_immutable_object().
Referenced by Slic3r::ModelVolume::load().
Here is the call graph for this function:
Here is the caller graph for this function:| void cereal::save | ( | Archive & | archive, |
| const Slic3r::DynamicPrintConfig & | config | ||
| ) |
References Slic3r::DynamicConfig::cbegin(), Slic3r::DynamicConfig::cend(), Slic3r::ConfigDef::get(), Slic3r::print_config_def, Slic3r::ConfigOptionDef::save_option_to_archive(), Slic3r::ConfigOptionDef::serialization_key_ordinal, and Slic3r::DynamicConfig::size().
Referenced by Slic3r::ModelVolume::save(), Slic3r::FontProp::save(), and Slic3r::TextConfiguration::save().
Here is the call graph for this function:
Here is the caller graph for this function:| void cereal::save | ( | Archive & | archive, |
| const Slic3r::TriangleMesh & | mesh | ||
| ) |
References indexed_triangle_set::indices, Slic3r::TriangleMesh::its, Slic3r::TriangleMesh::stats(), and indexed_triangle_set::vertices.
Here is the call graph for this function:| void cereal::save | ( | BinaryOutputArchive & | ar, |
| const std::shared_ptr< const T > & | ptr | ||
| ) |
Referenced by Slic3r::Internal::StaticSerializationWrapper< T >::save(), and Slic3r::ModelVolume::save().
Here is the caller graph for this function:| void cereal::save_optional | ( | BinaryOutputArchive & | ar, |
| const std::shared_ptr< const T > & | ptr | ||
| ) |
Referenced by Slic3r::ModelVolume::save().
Here is the caller graph for this function:
|
inline |
References Eigen::Transform< _Scalar, _Dim, _Mode, _Options >::matrix().
Here is the call graph for this function:| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::BoundingBox & | bb | ||
| ) |
| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::BoundingBox3 & | bb | ||
| ) |
| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::BoundingBoxf & | bb | ||
| ) |
| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::BoundingBoxf3 & | bb | ||
| ) |
| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::t_layer_height_range & | lhr | ||
| ) |
| void cereal::serialize | ( | Archive & | archive, |
| Slic3r::Vec2i & | v | ||
| ) |