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