aimsalgo  5.0.5
Neuroimaging image processing
geodesic::OutputBuffer Class Reference

#include <aims/geodesicpath/geodesic_memory.h>

Public Member Functions

 OutputBuffer ()
 
void clear ()
 
template<class T >
T * allocate (unsigned n)
 
template<class T >
T * get ()
 
template<class T >
unsigned capacity ()
 

Detailed Description

Definition at line 146 of file geodesic_memory.h.

Constructor & Destructor Documentation

◆ OutputBuffer()

geodesic::OutputBuffer::OutputBuffer ( )
inline

Definition at line 149 of file geodesic_memory.h.

Member Function Documentation

◆ allocate()

template<class T >
T* geodesic::OutputBuffer::allocate ( unsigned  n)
inline

Definition at line 160 of file geodesic_memory.h.

◆ capacity()

template<class T >
unsigned geodesic::OutputBuffer::capacity ( )
inline

Definition at line 180 of file geodesic_memory.h.

◆ clear()

void geodesic::OutputBuffer::clear ( )
inline

Definition at line 153 of file geodesic_memory.h.

◆ get()

template<class T >
T* geodesic::OutputBuffer::get ( )
inline

Definition at line 174 of file geodesic_memory.h.


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