+ViewBTree::ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int type):Canvas::Group (*parent, 0, 0),
+ BTree (filename, block_size, BTree::TYPE_UNIQUE, type)
+{
+ /* Cada bytes lo hago de 5 units de ancho */
+ node_width = 5 * block_size;
+ node_height = node_width/10;
+ byte_to_pixels = node_width/block_size;