Inheritance:
Public Classes
-
enum Type
Public Methods
-
Array(Type arrayType=ArrayType, GLint dataSize=0, GLenum dataType=0)
-
Array(const Array& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* libraryName() const
-
virtual const char* className() const
-
virtual void accept(ArrayVisitor&)
-
virtual void accept(ConstArrayVisitor&) const
-
virtual void accept(unsigned int index, ValueVisitor&)
-
virtual void accept(unsigned int index, ConstValueVisitor&) const
-
virtual int compare(unsigned int lhs, unsigned int rhs) const
- return -1 if lhs element is less than rhs element, 0 is equal, 1 if lhs element is greater than rhs elementreturn -1 if lhs element is less than rhs element, 0 is equal, 1 if lhs element is greater than rhs element
-
Type getType() const
-
GLint getDataSize() const
-
GLenum getDataType() const
-
virtual const GLvoid* getDataPointer() const
-
virtual unsigned int getTotalDataSize() const
-
virtual unsigned int getNumElements() const
Protected Fields
-
Type _arrayType
-
GLint _dataSize
-
GLenum _dataType
Protected Methods
-
virtual ~Array()
Inherited from Object:
Public Classes
-
enum DataVariance
Public Methods
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp&) const
-
inline void setDataVariance(DataVariance dv)
-
inline DataVariance getDataVariance() const
-
inline void setUserData(Referenced* obj)
-
inline Referenced* getUserData()
-
inline const Referenced* getUserData() const
Protected Fields
-
DataVariance _dataVariance
-
ref_ptr<Referenced> _userData
Public Methods
-
inline Referenced& operator = (const Referenced&)
-
static void setDeleteHandler(DeleteHandler* handler)
-
static DeleteHandler* getDeleteHandler()
-
inline void ref() const
-
inline void unref_nodelete() const
-
inline int referenceCount() const
-
inline void unref() const
Protected Fields
-
mutable OpenThreads::Mutex _refMutex
-
mutable int _refCount
Documentation
- enum Type
- ArrayType
- ByteArrayType
- ShortArrayType
- IntArrayType
- UByteArrayType
- UShortArrayType
- UIntArrayType
- UByte4ArrayType
- FloatArrayType
- Vec2ArrayType
- Vec3ArrayType
- Vec4ArrayType
- Array(Type arrayType=ArrayType, GLint dataSize=0, GLenum dataType=0)
- Array(const Array& array, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- virtual bool isSameKindAs(const Object* obj) const
- virtual const char* libraryName() const
- virtual const char* className() const
- virtual void accept(ArrayVisitor&)
- virtual void accept(ConstArrayVisitor&) const
- virtual void accept(unsigned int index, ValueVisitor&)
- virtual void accept(unsigned int index, ConstValueVisitor&) const
- virtual int compare(unsigned int lhs, unsigned int rhs) const
- return -1 if lhs element is less than rhs element, 0 is equal, 1 if lhs element is greater than rhs elementreturn -1 if lhs element is less than rhs element, 0 is equal, 1 if lhs element is greater than rhs element
- Type getType() const
- GLint getDataSize() const
- GLenum getDataType() const
- virtual const GLvoid* getDataPointer() const
- virtual unsigned int getTotalDataSize() const
- virtual unsigned int getNumElements() const
- virtual ~Array()
- Type _arrayType
- GLint _dataSize
- GLenum _dataType
- Direct child classes:
- TemplateArray
IndexArray
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.