#include <Cell.hpp>
Public Member Functions | |
virtual CellSharedPtr | newCellPtr (const std::string &inName, const LibrarySharedPtr &inLibraryPtr, const Cell::Type &inCellType=Cell::eTypeGeneric, const std::string &inOriginalName=std::string()) throw (Error) |
Definition at line 97 of file Cell.hpp.
CellSharedPtr torc::generic::Cell::Factory::newCellPtr | ( | const std::string & | inName, | |
const LibrarySharedPtr & | inLibraryPtr, | |||
const Cell::Type & | inCellType = Cell::eTypeGeneric , |
|||
const std::string & | inOriginalName = std::string() | |||
) | throw (Error) [virtual] |
Create a cell
[in] | inName | Name of the cell to be created. |
[in] | inLibraryPtr | Pointer to parented(Library) object. |
[in] | inCellType | Cell Type. |
[in] | inOriginalName | Original name of the cell [optional]. |
[in] | inName | Name of the cell to be created. |
[in] | inLibraryPtr | Pointer to parented(Library) object. |
[in] | inCellType | Cell Type |
[in] | inOriginalName | Original name of the cell [optional] |