|
torc-master
|
#include <ParameterArray.hpp>
Inheritance diagram for torc::generic::ParameterArray::Factory:
Collaboration diagram for torc::generic::ParameterArray::Factory:Public Types | |
| typedef ParameterArray | Type |
| typedef SelfReferencing< Type > ::Pointer | Pointer |
| typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
| virtual ParameterArraySharedPtr | newParameterArrayPtr (const std::string &inName, const size_t &inSize, const ChildFactorySharedPtr &inFactory=BaseVectorType::ChildFactorySharedPtr(new BaseVectorType::ChildFactory()), const std::string &inOriginalName=std::string()) throw (Error) |
| virtual ParameterArraySharedPtr | newParameterArrayPtr (const std::string &inName, const std::vector< size_t > &inLimits, 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 parameter array.
Definition at line 57 of file ParameterArray.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 parameter array.
| [in] | inName | Name of the parameter array to be created. |
| [in] | inSize | Size of the instance array. |
| [in] | inFactory | Factory for the child. |
| [in] | inOriginalName | Original name of the parameter array [optional]. |
Create a parameter array.
| [in] | inName | Name of the parameter array to be created. |
| [in] | inUnit | Unit of the parameter array. |
| [in] | inFactory | Factory for the child. |
| [in] | inOriginalName | Original name of the parameter array [optional]. |
Definition at line 55 of file ParameterArray.cpp.
Here is the call graph for this function:
|
virtual | ||||||||||||||||||||||||||||
Create a parameter array.
| [in] | inName | Name of the parameter array to be created. |
| [in] | inLimits | Dimensions of the vector. |
| [in] | inFactory | Factory for the child. |
| [in] | inOriginalName | Original name of the parameter array [optional]. |
Create a parameter array.
| [in] | inName | Name of the parameter array to be created. |
| [in] | inLimits | Dimensions of the vector. |
| [in] | inValue | Value of the parameter array. |
| [in] | inUnit | Unit of the parameter array. |
| [in] | inFactory | Factory for the child. |
| [in] | inOriginalName | Original name of the parameter array [optional]. |
Definition at line 80 of file ParameterArray.cpp.
Here is the call graph for this function: