KiCad PCB EDA Suite
Loading...
Searching...
No Matches
container_2d.h File Reference
#include "../shapes2D/object_2d.h"
#include <list>
#include <mutex>

Go to the source code of this file.

Classes

class  CONTAINER_2D_BASE
 
class  CONTAINER_2D
 
struct  BVH_CONTAINER_NODE_2D
 
class  BVH_CONTAINER_2D
 

Typedefs

typedef std::list< OBJECT_2D * > LIST_OBJECT2D
 
typedef std::list< const OBJECT_2D * > CONST_LIST_OBJECT2D
 

Typedef Documentation

◆ CONST_LIST_OBJECT2D

typedef std::list<const OBJECT_2D*> CONST_LIST_OBJECT2D

Definition at line 39 of file container_2d.h.

◆ LIST_OBJECT2D

typedef std::list<OBJECT_2D*> LIST_OBJECT2D

Definition at line 38 of file container_2d.h.