ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | List of all members
GraphCutFS::Block< Type > Class Template Reference

#include <block.h>

Public Member Functions

 Block (int size, void(*err_function)(char *)=NULL)
 
 ~Block ()
 
Type * New (int num=1)
 
Type * ScanFirst ()
 
Type * ScanNext ()
 
void Reset ()
 

Constructor & Destructor Documentation

◆ Block()

template<class Type >
GraphCutFS::Block< Type >::Block ( int  size,
void(*)(char *)  err_function = NULL 
)
inline

◆ ~Block()

template<class Type >
GraphCutFS::Block< Type >::~Block ( )
inline

Member Function Documentation

◆ New()

template<class Type >
Type * GraphCutFS::Block< Type >::New ( int  num = 1)
inline

◆ Reset()

template<class Type >
void GraphCutFS::Block< Type >::Reset ( )
inline

◆ ScanFirst()

template<class Type >
Type * GraphCutFS::Block< Type >::ScanFirst ( )
inline

◆ ScanNext()

template<class Type >
Type * GraphCutFS::Block< Type >::ScanNext ( )
inline

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