torc-master
|
#include <InstanceArray.hpp>
Public Types | |
typedef _Tp | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
virtual InstanceArraySharedPtr | newInstanceArrayPtr (const std::string &inName, const ViewSharedPtr &inViewPtr, const ViewSharedPtr &inMaster, const size_t &inSize, const ChildFactorySharedPtr &inFactory=BaseVectorType::ChildFactorySharedPtr(new BaseVectorType::ChildFactory()), const std::string &inOriginalName=std::string()) throw (Error) |
virtual InstanceArraySharedPtr | newInstanceArrayPtr (const std::string &inName, const ViewSharedPtr &inViewPtr, const ViewSharedPtr &inMaster, 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 an instance array.
Definition at line 61 of file InstanceArray.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 an instance array
[in] | inName | Name of the instance array to be created. |
[in] | inViewPtr | Pointer to parented(view) object. |
[in] | inMaster | Pointer to master object. |
[in] | inSize | Size of the instance array. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the instance array [optional]. |
Definition at line 51 of file InstanceArray.cpp.
|
virtual |
Create an instance array
[in] | inName | Name of the instance array to be created. |
[in] | inViewPtr | Pointer to parented(view) object. |
[in] | inMaster | Pointer to master object. |
[in] | inLimits | Dimensions of the vector. |
[in] | inFactory | Factory for the child. |
[in] | inOriginalName | Original name of the instance array [optional]. |
Definition at line 77 of file InstanceArray.cpp.