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

#include "Gds2Structure.h"

Public Member Functions

 Gds2Structure (std::string name, std::vector< MyPolygon > polygons)
 
 Gds2Structure (std::string name)
 
 Gds2Structure ()
 
std::string getName ()
 
std::vector< MyPolygongetPolygons ()
 
std::vector< StructRefgetStructRef ()
 
std::vector< Gds2PathgetPaths ()
 
void setStructRef (std::vector< StructRef > structRef)
 
void setPolygons (std::vector< MyPolygon > polygons)
 
void setPaths (std::vector< Gds2Path > paths)
 
void addStuctRef (StructRef newStrRef)
 

Constructor & Destructor Documentation

◆ Gds2Structure() [1/3]

Gds2Structure::Gds2Structure ( std::string name,
std::vector< MyPolygon > polygons )

◆ Gds2Structure() [2/3]

Gds2Structure::Gds2Structure ( std::string name)

◆ Gds2Structure() [3/3]

Gds2Structure::Gds2Structure ( )

Member Function Documentation

◆ addStuctRef()

void Gds2Structure::addStuctRef ( StructRef newStrRef)

◆ getName()

std::string Gds2Structure::getName ( )

◆ getPaths()

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

◆ getPolygons()

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

◆ getStructRef()

std::vector< StructRef > Gds2Structure::getStructRef ( )

◆ setPaths()

void Gds2Structure::setPaths ( std::vector< Gds2Path > paths)

◆ setPolygons()

void Gds2Structure::setPolygons ( std::vector< MyPolygon > polygons)

◆ setStructRef()

void Gds2Structure::setStructRef ( std::vector< StructRef > structRef)

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