OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
IC.h
Go to the documentation of this file.
1
#ifndef IC_H_
2
#define IC_H_
3
4
#include <vector>
5
#include <string>
6
#include "
Layer.h
"
7
8
class
IC
{
9
private
:
10
std::string name;
// name of the ic
11
std::vector<Layer> layers;
// layer of which the ic is build up
12
13
public
:
14
IC
(std::string name_, std::vector<Layer> layers_);
15
16
std::string
getName
();
17
std::vector<Layer>
getLayers
();
18
19
};
20
21
#endif
22
Layer.h
IC
Definition
IC.h:8
IC::getLayers
std::vector< Layer > getLayers()
Definition
IC.cpp:7
IC::IC
IC(std::string name_, std::vector< Layer > layers_)
Definition
IC.cpp:3
IC::getName
std::string getName()
Definition
IC.cpp:5
Services
EDAImportService
src
header
IC.h
Generated by
1.10.0