VTK  9.5.20251031
Classes | Typedefs
vtkMarshalContext.h File Reference
#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>
Include dependency graph for vtkMarshalContext.h:
This graph shows which files directly or indirectly include this file:

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...
 

Typedefs

typedef int(* vtkMarshalContextRegistrarFunc) (void *ser, void *deser, void *invoker, const char **error)
 

Typedef Documentation

◆ vtkMarshalContextRegistrarFunc

typedef int(* vtkMarshalContextRegistrarFunc) (void *ser, void *deser, void *invoker, const char **error)

Definition at line 36 of file vtkMarshalContext.h.