gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
6 #ifndef PARTITION_REGION_H
7 #define PARTITION_REGION_H
48 :
public std::binary_function<partitionRegion *, partitionRegion *, bool> {
virtual GeomType geomType() const
std::vector< int > _partitions
bool operator()(const partitionRegion *e1, const partitionRegion *e2) const
virtual int getPartition(std::size_t index) const
partitionRegion(GModel *model, int num, const std::vector< int > &partitions)
virtual const std::vector< int > & getPartitions() const
virtual void setPartitions(std::vector< int > &partitions)
partitionRegion(GModel *model, int num)
virtual std::size_t numPartitions() const
virtual ~partitionRegion()
virtual GEntity * getParentEntity()
partitionRegion(GModel *model, const std::vector< int > &partitions)
virtual void setParentEntity(GEntity *r)