VTK
Static Public Member Functions | Static Public Attributes | List of all members
vtkVRMLAllocator Struct Reference

#include <vtkVRML.h>

Collaboration diagram for vtkVRMLAllocator:
[legend]

Static Public Member Functions

static void Initialize ()
 
static void * AllocateMemory (size_t n)
 
static void CleanUp ()
 
static char * StrDup (const char *str)
 

Static Public Attributes

static vtkHeapHeap
 

Detailed Description

Definition at line 42 of file vtkVRML.h.

Member Function Documentation

static void vtkVRMLAllocator::Initialize ( )
inlinestatic

Definition at line 44 of file vtkVRML.h.

static void* vtkVRMLAllocator::AllocateMemory ( size_t  n)
inlinestatic

Definition at line 52 of file vtkVRML.h.

static void vtkVRMLAllocator::CleanUp ( )
inlinestatic

Definition at line 57 of file vtkVRML.h.

static char* vtkVRMLAllocator::StrDup ( const char *  str)
inlinestatic

Definition at line 66 of file vtkVRML.h.

Member Data Documentation

vtkHeap* vtkVRMLAllocator::Heap
static

Definition at line 71 of file vtkVRML.h.


The documentation for this struct was generated from the following file: