@@ -51,7 +51,7 @@ void Grid::clear()
5151 row_index_to_y_dbu_.clear ();
5252}
5353
54- void Grid::visitDbRows (dbBlock* block,
54+ void Grid::visitDbRows (odb:: dbBlock* block,
5555 const std::function<void (dbRow*)>& func) const
5656{
5757 for (auto row : block->getRows ()) {
@@ -88,7 +88,7 @@ void Grid::allocateGrid()
8888 row_sites_.resize (row_count_.v );
8989}
9090
91- void Grid::markHopeless (dbBlock* block,
91+ void Grid::markHopeless (odb:: dbBlock* block,
9292 const int max_displacement_x,
9393 const int max_displacement_y)
9494{
@@ -137,7 +137,7 @@ void Grid::markHopeless(dbBlock* block,
137137 }
138138}
139139
140- void Grid::markBlocked (dbBlock* block)
140+ void Grid::markBlocked (odb:: dbBlock* block)
141141{
142142 const odb::Rect core = getCore ();
143143 auto addBlockedLayers
@@ -214,7 +214,7 @@ void Grid::markBlocked(dbBlock* block)
214214}
215215
216216void Grid::initGrid (dbDatabase* db,
217- dbBlock* block,
217+ odb:: dbBlock* block,
218218 std::shared_ptr<Padding> padding,
219219 int max_displacement_x,
220220 int max_displacement_y)
@@ -685,7 +685,7 @@ bool Grid::cellFitsInCore(Node* cell) const
685685 && cell->getHeight ().v <= core_.dy ();
686686}
687687
688- void Grid::examineRows (dbBlock* block)
688+ void Grid::examineRows (odb:: dbBlock* block)
689689{
690690 block_ = block;
691691 has_hybrid_rows_ = false ;
0 commit comments