#include <mkshapes.h>
Inheritance diagram for OpParamMakeNodesShapes:
Public Member Functions | |
OpParamMakeNodesShapes () | |
OpParamMakeNodesShapes (std::list< Node * > *plpNodes) | |
Public Attributes | |
std::list< Node * > * | m_plpNodes |
std::list<Node*>* | plpNodes a list of pointers to Nodes, which [INPUTS] OpMakeNodesShapes should convert into paths. |
Definition at line 174 of file mkshapes.h.
|
Definition at line 177 of file mkshapes.h. 00178 { 00179 ERROR2RAW("OpParamMakeNodesShapes default constructor should not be called!"); 00180 }
|
|
Definition at line 182 of file mkshapes.h. 00183 { 00184 m_plpNodes = plpNodes; 00185 }
|
|
Definition at line 187 of file mkshapes.h. |