#include "common/common.h"
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! |