|
VTK
9.3.0
|
#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 40 of file vtkObjectBase.h.
| typedef void *(* vtkMallocingFunction) (size_t) |
Definition at line 58 of file vtkObjectBase.h.
| typedef void *(* vtkReallocingFunction) (void *, size_t) |
Definition at line 59 of file vtkObjectBase.h.
| typedef void(* vtkFreeingFunction) (void *) |
Definition at line 60 of file vtkObjectBase.h.