Classes | Namespaces | Typedefs | Enumerations | Functions

layout_2d.h File Reference

#include "common/common.h"
Include dependency graph for layout_2d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  layout::layout_info_t
struct  layout::object_t

Namespaces

namespace  layout

Typedefs

typedef std::vector< object_t > layout::vec_obj_t

Enumerations

enum  layout::eLayoutType {
  layout::eLayout_Horizontal = 1,
  layout::eLayout_Vertical = 2,
  layout::eLayout_Invalid = 0
}

Functions

void layout::performLayout (IN const layout_info_t &info, IO vec_obj_t &objects)
 the only function in the 2D layout library!