Classes | Namespaces | Macros | Functions | Variables
vtkViewsCoreModule.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkViewsCoreModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VTK_ABI_NAMESPACE_END::vtkViewsCore_SerDesRegistrar
 

Namespaces

 VTK_ABI_NAMESPACE_END
 

Macros

#define VTKVIEWSCORE_EXPORT   __attribute__((visibility("default")))
 
#define VTKVIEWSCORE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKVIEWSCORE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKVIEWSCORE_DEPRECATED_EXPORT   VTKVIEWSCORE_EXPORT VTKVIEWSCORE_DEPRECATED
 
#define VTKVIEWSCORE_DEPRECATED_NO_EXPORT   VTKVIEWSCORE_NO_EXPORT VTKVIEWSCORE_DEPRECATED
 

Functions

VTK_ABI_NAMESPACE_BEGIN VTKVIEWSCORE_EXPORT void AddRegistrar_vtkViewsCore ()
 

Variables

struct VTK_ABI_NAMESPACE_END::vtkViewsCore_SerDesRegistrar VTK_ABI_NAMESPACE_END::vtkViewsCore_SerDesRegistrar_Instance
 

Macro Definition Documentation

◆ VTKVIEWSCORE_EXPORT

#define VTKVIEWSCORE_EXPORT   __attribute__((visibility("default")))

Definition at line 15 of file vtkViewsCoreModule.h.

◆ VTKVIEWSCORE_NO_EXPORT

#define VTKVIEWSCORE_NO_EXPORT   __attribute__((visibility("hidden")))

Definition at line 20 of file vtkViewsCoreModule.h.

◆ VTKVIEWSCORE_DEPRECATED

#define VTKVIEWSCORE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkViewsCoreModule.h.

◆ VTKVIEWSCORE_DEPRECATED_EXPORT

#define VTKVIEWSCORE_DEPRECATED_EXPORT   VTKVIEWSCORE_EXPORT VTKVIEWSCORE_DEPRECATED

Definition at line 29 of file vtkViewsCoreModule.h.

◆ VTKVIEWSCORE_DEPRECATED_NO_EXPORT

#define VTKVIEWSCORE_DEPRECATED_NO_EXPORT   VTKVIEWSCORE_NO_EXPORT VTKVIEWSCORE_DEPRECATED

Definition at line 33 of file vtkViewsCoreModule.h.

Function Documentation

◆ AddRegistrar_vtkViewsCore()

VTK_ABI_NAMESPACE_BEGIN VTKVIEWSCORE_EXPORT void AddRegistrar_vtkViewsCore ( )