VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs | Enumerations | Functions
stb_rect_pack.h File Reference

Go to the source code of this file.

Classes

struct  stbrp_rect
 
struct  stbrp_node
 
struct  stbrp_context
 

Macros

#define STB_RECT_PACK_VERSION   1
 
#define STBRP_DEF   extern
 

Typedefs

typedef struct stbrp_context stbrp_context
 
typedef struct stbrp_node stbrp_node
 
typedef struct stbrp_rect stbrp_rect
 
typedef unsigned short stbrp_coord
 

Enumerations

enum  { STBRP_HEURISTIC_Skyline_default =0, STBRP_HEURISTIC_Skyline_BL_sortHeight = STBRP_HEURISTIC_Skyline_default, STBRP_HEURISTIC_Skyline_BF_sortHeight }
 

Functions

STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects)
 
STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes)
 
STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem)
 
STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic)
 

Macro Definition Documentation

#define STB_RECT_PACK_VERSION   1
#define STBRP_DEF   extern

Typedef Documentation

typedef struct stbrp_context stbrp_context
typedef struct stbrp_node stbrp_node
typedef struct stbrp_rect stbrp_rect
typedef unsigned short stbrp_coord

Enumeration Type Documentation

anonymous enum
Enumerator
STBRP_HEURISTIC_Skyline_default 
STBRP_HEURISTIC_Skyline_BL_sortHeight 
STBRP_HEURISTIC_Skyline_BF_sortHeight 

Function Documentation

STBRP_DEF int stbrp_pack_rects ( stbrp_context context,
stbrp_rect rects,
int  num_rects 
)
STBRP_DEF void stbrp_init_target ( stbrp_context context,
int  width,
int  height,
stbrp_node nodes,
int  num_nodes 
)
STBRP_DEF void stbrp_setup_allow_out_of_mem ( stbrp_context context,
int  allow_out_of_mem 
)
STBRP_DEF void stbrp_setup_heuristic ( stbrp_context context,
int  heuristic 
)

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)