GDS-Render v1.2.1
gds_cell_instance Struct Reference

This represents an instanc of a cell inside another cell. More...

#include <gds-types.h>

Collaboration diagram for gds_cell_instance:
[legend]

Data Fields

char ref_name [CELL_NAME_MAX]
 Name of referenced cell. More...
 
struct gds_cellcell_ref
 Referenced gds_cell structure. More...
 
struct gds_point origin
 Origin. More...
 
int flipped
 Mirrored on x-axis before rotation. More...
 
double angle
 Angle of rotation (counter clockwise) in degrees. More...
 
double magnification
 magnification More...
 

Detailed Description

This represents an instanc of a cell inside another cell.

Definition at line 110 of file gds-types.h.

Field Documentation

◆ angle

double angle

Angle of rotation (counter clockwise) in degrees.

Definition at line 115 of file gds-types.h.

◆ cell_ref

struct gds_cell* cell_ref

Referenced gds_cell structure.

Definition at line 112 of file gds-types.h.

◆ flipped

int flipped

Mirrored on x-axis before rotation.

Definition at line 114 of file gds-types.h.

◆ magnification

double magnification

magnification

Definition at line 116 of file gds-types.h.

◆ origin

struct gds_point origin

Origin.

Definition at line 113 of file gds-types.h.

◆ ref_name

char ref_name[CELL_NAME_MAX]

Name of referenced cell.

Definition at line 111 of file gds-types.h.


The documentation for this struct was generated from the following file: