OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
Layer Class Reference

#include "Layer.h"

Public Member Functions

 Layer (int id_, std::vector< MyPolygon > poly, float height_, float thickness_)
 
int getId ()
 
float getThikness ()
 
float getHeight ()
 
std::vector< MyPolygongetPolygons ()
 
std::vector< Gds2PathgetPaths ()
 
void setPaths (std::vector< Gds2Path > _paths)
 

Constructor & Destructor Documentation

◆ Layer()

Layer::Layer ( int id_,
std::vector< MyPolygon > poly,
float height_,
float thickness_ )

Member Function Documentation

◆ getHeight()

float Layer::getHeight ( )

◆ getId()

int Layer::getId ( )

◆ getPaths()

std::vector< Gds2Path > Layer::getPaths ( )

◆ getPolygons()

std::vector< MyPolygon > Layer::getPolygons ( )

◆ getThikness()

float Layer::getThikness ( )

◆ setPaths()

void Layer::setPaths ( std::vector< Gds2Path > _paths)

The documentation for this class was generated from the following files: