OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
NCVMemNativeAllocator Class Reference

#include "NCV.hpp"

Inheritance diagram for NCVMemNativeAllocator:
INCVMemAllocator

Public Member Functions

 NCVMemNativeAllocator (NCVMemoryType memT, Ncv32u alignment)
 
virtual ~NCVMemNativeAllocator ()
 
virtual Ncv32u alignment (void) const
 
virtual NCVStatus alloc (NCVMemSegment &seg, size_t size)
 
virtual NCVStatus dealloc (NCVMemSegment &seg)
 
virtual NcvBool isCounting (void) const
 
virtual NcvBool isInitialized (void) const
 
virtual size_t maxSize (void) const
 
virtual NCVMemoryType memType (void) const
 
- Public Member Functions inherited from INCVMemAllocator
virtual ~INCVMemAllocator ()=0
 

Detailed Description

NCVMemNativeAllocator

Constructor & Destructor Documentation

NCVMemNativeAllocator::NCVMemNativeAllocator ( NCVMemoryType  memT,
Ncv32u  alignment 
)
virtual NCVMemNativeAllocator::~NCVMemNativeAllocator ( )
virtual

Member Function Documentation

virtual Ncv32u NCVMemNativeAllocator::alignment ( void  ) const
virtual

Implements INCVMemAllocator.

virtual NCVStatus NCVMemNativeAllocator::alloc ( NCVMemSegment seg,
size_t  size 
)
virtual

Implements INCVMemAllocator.

virtual NCVStatus NCVMemNativeAllocator::dealloc ( NCVMemSegment seg)
virtual

Implements INCVMemAllocator.

virtual NcvBool NCVMemNativeAllocator::isCounting ( void  ) const
virtual

Implements INCVMemAllocator.

virtual NcvBool NCVMemNativeAllocator::isInitialized ( void  ) const
virtual

Implements INCVMemAllocator.

virtual size_t NCVMemNativeAllocator::maxSize ( void  ) const
virtual

Implements INCVMemAllocator.

virtual NCVMemoryType NCVMemNativeAllocator::memType ( void  ) const
virtual

Implements INCVMemAllocator.


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