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...
 
class  EDA_3D_BOARD_HOLDER
 

Macros

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

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. More...
 
typedef std::map< PCB_LAYER_ID, SHAPE_POLY_SET * > MAP_POLY
 A type that stores polysets for each layer id. More...
 

Macro Definition Documentation

◆ RANGE_SCALE_3D

#define RANGE_SCALE_3D   8.0f

This defines the range that all coord will have to be rendered.

It will use this value to convert to a normalized value between -(RANGE_SCALE_3D/2) .. +(RANGE_SCALE_3D/2)

Definition at line 63 of file board_adapter.h.

Typedef Documentation

◆ MAP_CONTAINER_2D_BASE

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

Definition at line 55 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 58 of file board_adapter.h.