![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/geodesicpath/geodesic_memory.h>

Public Types | |
| typedef T * | pointer |
Public Member Functions | |
| SimlpeMemoryAllocator (unsigned block_size=0, unsigned max_number_of_blocks=0) | |
| ~SimlpeMemoryAllocator () | |
| void | reset (unsigned block_size, unsigned max_number_of_blocks) |
| pointer | allocate (unsigned const n) |
Definition at line 14 of file geodesic_memory.h.
| typedef T* geodesic::SimlpeMemoryAllocator< T >::pointer |
Definition at line 17 of file geodesic_memory.h.
|
inline |
Definition at line 19 of file geodesic_memory.h.
References geodesic::SimlpeMemoryAllocator< T >::reset().
|
inline |
Definition at line 26 of file geodesic_memory.h.
|
inline |
Definition at line 42 of file geodesic_memory.h.
|
inline |
Definition at line 28 of file geodesic_memory.h.
Referenced by geodesic::Mesh::initialize_mesh_data(), and geodesic::SimlpeMemoryAllocator< T >::SimlpeMemoryAllocator().