Public Member Functions | Static Private Member Functions | Friends | List of all members
openni::VideoStream::FrameAllocator Class Referenceabstract

#include <OpenNI.h>

Public Member Functions

virtual void * allocateFrameBuffer (int size)=0
 
virtual void freeFrameBuffer (void *data)=0
 
virtual ~FrameAllocator ()
 

Static Private Member Functions

static void *ONI_CALLBACK_TYPE allocateFrameBufferCallback (int size, void *pCookie)
 
static void ONI_CALLBACK_TYPE freeFrameBufferCallback (void *data, void *pCookie)
 

Friends

class VideoStream
 

Detailed Description

Definition at line 688 of file OpenNI.h.

Constructor & Destructor Documentation

virtual openni::VideoStream::FrameAllocator::~FrameAllocator ( )
inlinevirtual

Definition at line 691 of file OpenNI.h.

Member Function Documentation

virtual void* openni::VideoStream::FrameAllocator::allocateFrameBuffer ( int  size)
pure virtual
static void* ONI_CALLBACK_TYPE openni::VideoStream::FrameAllocator::allocateFrameBufferCallback ( int  size,
void *  pCookie 
)
inlinestaticprivate

Definition at line 698 of file OpenNI.h.

virtual void openni::VideoStream::FrameAllocator::freeFrameBuffer ( void *  data)
pure virtual
static void ONI_CALLBACK_TYPE openni::VideoStream::FrameAllocator::freeFrameBufferCallback ( void *  data,
void *  pCookie 
)
inlinestaticprivate

Definition at line 704 of file OpenNI.h.

Friends And Related Function Documentation

friend class VideoStream
friend

Definition at line 696 of file OpenNI.h.


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


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Mon Jun 10 2019 13:46:43