OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
CvMemStorage Struct Reference

#include "types_c.h"

Public Attributes

int block_size
 
CvMemBlockbottom
 
int free_space
 
struct CvMemStorageparent
 
int signature
 
CvMemBlocktop
 

Member Data Documentation

int CvMemStorage::block_size

Block size.

CvMemBlock* CvMemStorage::bottom

First allocated block.

int CvMemStorage::free_space

Remaining free space in current block.

struct CvMemStorage* CvMemStorage::parent

We get new blocks from parent as needed.

int CvMemStorage::signature
CvMemBlock* CvMemStorage::top

Current memory block - top of the stack.


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