#include <View.hpp>
Public Member Functions | |
virtual ViewSharedPtr | newViewPtr (const std::string &inName, const CellSharedPtr &inCellPtr, const View::Type &inViewType=View::eTypeNetlist, const std::string &inOriginalName=std::string()) throw (Error) |
Definition at line 110 of file View.hpp.
ViewSharedPtr torc::generic::View::Factory::newViewPtr | ( | const std::string & | inName, | |
const CellSharedPtr & | inCellPtr, | |||
const View::Type & | inViewType = View::eTypeNetlist , |
|||
const std::string & | inOriginalName = std::string() | |||
) | throw (Error) [virtual] |
Create a view
[in] | inName | Name of the view to be created. |
[in] | inCellPtr | Pointer to parented(Cell) object. |
[in] | inViewType | View Type. |
[in] | inOriginalName | Original name of the view [optional]. |
[in] | inName | Name of the view to be created. |
[in] | inCellPtr | Pointer to parented(Cell) object. |
[in] | inViewType | View Type. |
[in] | inOriginalName | Original name of the view [optional]. |