VTK  9.3.20240319
Classes | Macros | Typedefs
vtkObjectBase.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkDeprecation.h"
#include "vtkFeatures.h"
#include "vtkIndent.h"
#include "vtkSystemIncludes.h"
#include "vtkType.h"
#include <atomic>
#include <string>
Include dependency graph for vtkObjectBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkObjectBase
 abstract base class for most VTK objects More...
 
class  vtkObjectBase::vtkMemkindRAII
 A class to help modify and restore the global UsingMemkind state, like SetUsingMemkind(newValue), but safer. More...
 

Macros

#define VTK_HAS_INITIALIZE_OBJECT_BASE
 

Typedefs

typedef void *(* vtkMallocingFunction) (size_t)
 
typedef void *(* vtkReallocingFunction) (void *, size_t)
 
typedef void(* vtkFreeingFunction) (void *)
 

Macro Definition Documentation

◆ VTK_HAS_INITIALIZE_OBJECT_BASE

#define VTK_HAS_INITIALIZE_OBJECT_BASE

Definition at line 59 of file vtkObjectBase.h.

Typedef Documentation

◆ vtkMallocingFunction

typedef void*(* vtkMallocingFunction) (size_t)

Definition at line 78 of file vtkObjectBase.h.

◆ vtkReallocingFunction

typedef void*(* vtkReallocingFunction) (void *, size_t)

Definition at line 79 of file vtkObjectBase.h.

◆ vtkFreeingFunction

typedef void(* vtkFreeingFunction) (void *)

Definition at line 80 of file vtkObjectBase.h.