|
VTK
9.3.1
|
#include "vtkCommonCoreModule.h"#include "vtkFeatures.h"#include "vtkIndent.h"#include "vtkSystemIncludes.h"#include "vtkType.h"#include <atomic>#include <string>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 *) |
| #define VTK_HAS_INITIALIZE_OBJECT_BASE |
Definition at line 49 of file vtkObjectBase.h.
| typedef void*(* vtkMallocingFunction) (size_t) |
Definition at line 67 of file vtkObjectBase.h.
| typedef void*(* vtkReallocingFunction) (void *, size_t) |
Definition at line 68 of file vtkObjectBase.h.
| typedef void(* vtkFreeingFunction) (void *) |
Definition at line 69 of file vtkObjectBase.h.