MCPcopy Create free account
hub / github.com/Kitware/VTK / Initialize

Function Initialize

IO/Import/vtkVRML.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31struct vtkVRMLAllocator
32{
33 static void Initialize()
34 {
35 if (Heap == nullptr)
36 {
37 Heap = vtkHeap::New();
38 }
39 }
40
41 static void* AllocateMemory(size_t n) { return Heap->AllocateMemory(n); }
42

Callers 14

InitMethod · 0.70
ImportBeginMethod · 0.70
TreeInformationMethod · 0.50
CodecForNameMethod · 0.50
CodecToHandleMethod · 0.50
InitializeVTKmFunction · 0.50
InitializeMethod · 0.50
IMAGE_BENCHMARK_MAINFunction · 0.50
GetInteractiveConsoleFunction · 0.50

Calls 1

NewFunction · 0.50

Tested by 2