Macros | Functions
vtkRenderingAnnotationSerDes.h File Reference
#include "vtkRenderingAnnotationModule.h"
Include dependency graph for vtkRenderingAnnotationSerDes.h:

Go to the source code of this file.

Macros

#define RegisterClasses_vtkRenderingAnnotation   VTK_ABI_NAMESPACE_MANGLE(RegisterClasses_vtkRenderingAnnotation)
 

Functions

VTK_ABI_NAMESPACE_BEGIN VTKRENDERINGANNOTATION_EXPORT int RegisterClasses_vtkRenderingAnnotation (void *serializer, void *deserializer, void *invoker, const char **error)
 Register the (de)serialization handlers of classes in a serialized library. More...
 

Macro Definition Documentation

◆ RegisterClasses_vtkRenderingAnnotation

#define RegisterClasses_vtkRenderingAnnotation   VTK_ABI_NAMESPACE_MANGLE(RegisterClasses_vtkRenderingAnnotation)

Definition at line 8 of file vtkRenderingAnnotationSerDes.h.

Function Documentation

◆ RegisterClasses_vtkRenderingAnnotation()

VTK_ABI_NAMESPACE_BEGIN VTKRENDERINGANNOTATION_EXPORT int RegisterClasses_vtkRenderingAnnotation ( void *  serializer,
void *  deserializer,
void *  invoker,
const char **  error 
)

Register the (de)serialization handlers of classes in a serialized library.

Parameters
serializera vtkSerializer instance
deserializera vtkDeserializer instance
invokera vtkInvoker instance
errorwhen registration fails, the error message is contained in error.
Warning
The memory pointed to by error is NOT dynamically allocated. Do not free it.