|
VTK
9.1.0
|
#include "vtkSetGet.h"#include "vtkType.h"#include "vtkVariant.h"#include "vtkVariantArray.h"#include <boost/archive/binary_oarchive.hpp>#include <boost/serialization/base_object.hpp>#include <boost/serialization/export.hpp>#include <boost/serialization/extended_type_info_no_rtti.hpp>#include <boost/serialization/split_free.hpp>Go to the source code of this file.
Macros | |
| #define | VTK_VARIANT_SAVE(Value, Type, Function) |
| #define | VTK_VARIANT_LOAD(Value, Type) |
Functions | |
| template<typename Archiver > | |
| void | serialize (Archiver &ar, vtkStdString &str, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | save (Archiver &ar, const std::string &str, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | save (Archiver &ar, const vtkUnicodeString &str, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | load (Archiver &ar, std::string &str, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | load (Archiver &ar, vtkUnicodeString &str, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | save (Archiver &ar, const vtkVariant &variant, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | load (Archiver &ar, vtkVariant &variant, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | save (Archiver &ar, const vtkVariantArray &c_array, const unsigned int vtkNotUsed(version)) |
| template<typename Archiver > | |
| void | load (Archiver &ar, vtkVariantArray &array, const unsigned int vtkNotUsed(version)) |
| #define VTK_VARIANT_SAVE | ( | Value, | |
| Type, | |||
| Function | |||
| ) |
| #define VTK_VARIANT_LOAD | ( | Value, | |
| Type | |||
| ) |
| void serialize | ( | Archiver & | ar, |
| vtkStdString & | str, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 54 of file vtkVariantBoostSerialization.h.
| void save | ( | Archiver & | ar, |
| const std::string & | str, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 64 of file vtkVariantBoostSerialization.h.
| void save | ( | Archiver & | ar, |
| const vtkUnicodeString & | str, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 72 of file vtkVariantBoostSerialization.h.
| void load | ( | Archiver & | ar, |
| std::string & | str, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 79 of file vtkVariantBoostSerialization.h.
| void load | ( | Archiver & | ar, |
| vtkUnicodeString & | str, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 89 of file vtkVariantBoostSerialization.h.
| void save | ( | Archiver & | ar, |
| const vtkVariant & | variant, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 103 of file vtkVariantBoostSerialization.h.
| void load | ( | Archiver & | ar, |
| vtkVariant & | variant, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 148 of file vtkVariantBoostSerialization.h.
| void save | ( | Archiver & | ar, |
| const vtkVariantArray & | c_array, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 195 of file vtkVariantBoostSerialization.h.
| void load | ( | Archiver & | ar, |
| vtkVariantArray & | array, | ||
| const unsigned int | vtkNotUsedversion | ||
| ) |
Definition at line 215 of file vtkVariantBoostSerialization.h.