KiCad PCB EDA Suite
Loading...
Searching...
No Matches
container_3d.h File Reference
#include "../shapes3D/object_3d.h"
#include <list>
#include <vector>

Go to the source code of this file.

Classes

class  CONTAINER_3D_BASE
 
class  CONTAINER_3D
 

Typedefs

typedef std::list< OBJECT_3D * > LIST_OBJECT
 
typedef std::vector< OBJECT_3D * > VECTOR_OBJECT
 
typedef std::vector< const OBJECT_3D * > CONST_VECTOR_OBJECT
 

Typedef Documentation

◆ CONST_VECTOR_OBJECT

typedef std::vector<const OBJECT_3D*> CONST_VECTOR_OBJECT

Definition at line 38 of file container_3d.h.

◆ LIST_OBJECT

typedef std::list<OBJECT_3D*> LIST_OBJECT

Definition at line 36 of file container_3d.h.

◆ VECTOR_OBJECT

typedef std::vector<OBJECT_3D*> VECTOR_OBJECT

Definition at line 37 of file container_3d.h.