torc-master
|
#include <VectorNet.hpp>
Public Types | |
typedef VectorNet | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
virtual VectorNetSharedPtr | newVectorNetPtr (const std::string &inName, const ViewSharedPtr &inViewPtr, const size_t &inSize, const NetBundleSharedPtr &inParentCollection=NetBundleSharedPtr(), const ChildFactorySharedPtr &inFactory=BaseVectorType::ChildFactorySharedPtr(new BaseVectorType::ChildFactory()), const std::string &inOriginalName=std::string()) throw (Error) |
virtual VectorNetSharedPtr | newVectorNetPtr (const std::string &inName, const ViewSharedPtr &inViewPtr, const std::vector< size_t > &inLimits, const NetBundleSharedPtr &inParentCollection=NetBundleSharedPtr(), const ChildFactorySharedPtr &inFactory=BaseVectorType::ChildFactorySharedPtr(new BaseVectorType::ChildFactory()), const std::string &inOriginalName=std::string()) throw (Error) |
virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create a vector net.
Definition at line 55 of file VectorNet.hpp.
|
inherited |
A pointer to an object of type Type
Definition at line 45 of file FactoryType.hpp.
|
inherited |
A rename of the parameter type
Definition at line 40 of file FactoryType.hpp.
|
inherited |
A weak pointer to an object of type Type
Definition at line 50 of file FactoryType.hpp.
|
inlinevirtualinherited |
Create an object of the Type specification of Factory. If the object has a boost::weak_ptr to itself, it is the task of this method to set this after the object is created.
Definition at line 58 of file FactoryType.hpp.
|
virtual |
Create a vector net.
[in] | inName | Name of the vector net to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inSize | Size of the net array. |
[in] | inParentCollection | Pointer to parent bundle. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the vector net [optional]. |
Create a vector net.
[in] | inName | Name of the vector net to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inSize | Size of the net array. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the vector net [optional]. |
Definition at line 49 of file VectorNet.cpp.
|
virtual |
Create a vector net.
[in] | inName | Name of the vector net to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inLimits | Dimensions of the vector. |
[in] | inParentCollection | Pointer to parent bundle. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the vector net [optional]. |
Create a vector net.
[in] | inName | Name of the vector net to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inLimits | Dimensions of the vector. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the vector net [optional]. |
Definition at line 75 of file VectorNet.cpp.