KiCad PCB EDA Suite
Loading...
Searching...
No Matches
board_adapter.h File Reference

Go to the source code of this file.

Classes

class  BOARD_ADAPTER
 Helper class to handle information needed to display 3D board. More...
 

Macros

#define RANGE_SCALE_3D   8.0f
 This defines the range that all coord will have to be rendered.
 

Typedefs

typedef std::map< PCB_LAYER_ID, BVH_CONTAINER_2D * > MAP_CONTAINER_2D_BASE
 A type that stores a container of 2d objects for each layer id.
 
typedef std::map< PCB_LAYER_ID, SHAPE_POLY_SET * > MAP_POLY
 A type that stores polysets for each layer id.
 

Macro Definition Documentation

◆ RANGE_SCALE_3D

#define RANGE_SCALE_3D   8.0f

Typedef Documentation

◆ MAP_CONTAINER_2D_BASE

A type that stores a container of 2d objects for each layer id.

Definition at line 59 of file board_adapter.h.

◆ MAP_POLY

typedef std::map<PCB_LAYER_ID, SHAPE_POLY_SET*> MAP_POLY

A type that stores polysets for each layer id.

Definition at line 62 of file board_adapter.h.