lemon/hypercube_graph.h
changeset 1988 875fe3f689e0
parent 1979 c2992fd74dad
child 1993 2115143eceea
equal deleted inserted replaced
8:5f885ed20cc4 9:9b483db0c605
   222     }
   222     }
   223 
   223 
   224     /// \brief Gives back the node by its index.
   224     /// \brief Gives back the node by its index.
   225     ///
   225     ///
   226     ///  Gives back the node by its index.
   226     ///  Gives back the node by its index.
   227     Node node(int index) const {
   227     Node operator()(int index) const {
   228       return Node(index);
   228       return Node(index);
   229     }
   229     }
   230     
   230     
   231   private:
   231   private:
   232     int _dim, _nodeNum;
   232     int _dim, _nodeNum;