Public Methods | |
TemplateArray () | |
TemplateArray (const TemplateArray &ta, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
TemplateArray (unsigned int no) | |
TemplateArray (unsigned int no, T *ptr) | |
template<class InputIterator> | TemplateArray (InputIterator first, InputIterator last) |
virtual Object * | cloneType () const |
Clone the type of an object, with Object* return type. | |
virtual Object * | clone (const CopyOp ©op) const |
Clone the an object, with Object* return type. | |
virtual void | accept (ArrayVisitor &av) |
virtual const GLvoid * | getDataPointer () const |
virtual unsigned int | getNumElements () const |
Protected Methods | |
virtual | ~TemplateArray () |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from osg::Array. |
|
Clone the an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
Clone the type of an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
Implements osg::Array. |
|
Implements osg::Array. |