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