VTK
9.4.20250208
|
#include "vtkObject.h"
#include "vtkCommonCoreModule.h"
#include "vtkSmartPointer.h"
#include "vtkTypeUInt8Array.h"
#include "vtkWeakPointer.h"
#include "vtk_nlohmannjson.h"
#include <VTK_NLOHMANN_JSON(json.hpp)>
#include <memory>
#include <set>
Go to the source code of this file.
Classes | |
class | vtkMarshalContext |
Shared context used by vtkSerializer and vtkDeserializer More... | |
class | vtkMarshalContext::ScopedParentTracker |
Convenient to push a parent as the 'active' identifier and add children to that parent when (de)serializing sub-states or sub-objects. More... | |