equal
deleted
inserted
replaced
292 /// (assuming that the size of \c int is 32 bit). |
292 /// (assuming that the size of \c int is 32 bit). |
293 /// |
293 /// |
294 /// This graph type fully conforms to the \ref concepts::Graph |
294 /// This graph type fully conforms to the \ref concepts::Graph |
295 /// "Graph concept". |
295 /// "Graph concept". |
296 class HypercubeGraph : public ExtendedHypercubeGraphBase { |
296 class HypercubeGraph : public ExtendedHypercubeGraphBase { |
|
297 typedef ExtendedHypercubeGraphBase Parent; |
|
298 |
297 public: |
299 public: |
298 |
|
299 typedef ExtendedHypercubeGraphBase Parent; |
|
300 |
300 |
301 /// \brief Constructs a hypercube graph with \c dim dimensions. |
301 /// \brief Constructs a hypercube graph with \c dim dimensions. |
302 /// |
302 /// |
303 /// Constructs a hypercube graph with \c dim dimensions. |
303 /// Constructs a hypercube graph with \c dim dimensions. |
304 HypercubeGraph(int dim) { construct(dim); } |
304 HypercubeGraph(int dim) { construct(dim); } |