From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../classirr_1_1scene_1_1_c_vertex_buffer.html | 673 +++++++++++++++++++++ 1 file changed, 673 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html new file mode 100644 index 0000000..10e56cd --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html @@ -0,0 +1,673 @@ + + + + +Irrlicht 3D Engine: irr::scene::CVertexBuffer Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::CVertexBuffer Class Reference
+
+
+ +

#include <CVertexBuffer.h>

+
+ + Inheritance diagram for irr::scene::CVertexBuffer:
+
+
+ + +

List of all members.

+

+Classes

+ +

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+
+

Definition at line 16 of file CVertexBuffer.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
irr::scene::CVertexBuffer::CVertexBuffer (video::E_VERTEX_TYPE vertexType) [inline]
+
+
+ +

Definition at line 75 of file CVertexBuffer.h.

+ +

References setType().

+ +
+
+ +
+
+ + + + + + + + +
irr::scene::CVertexBuffer::CVertexBuffer (const IVertexBufferVertexBufferCopy) [inline]
+
+ +
+ +
+
+ + + + + + + +
virtual irr::scene::CVertexBuffer::~CVertexBuffer () [inline, virtual]
+
+
+ +

Definition at line 92 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual u32 irr::scene::CVertexBuffer::allocated_size () const [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 169 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual u32 irr::scene::CVertexBuffer::getChangedID () const [inline, virtual]
+
+
+ +

Get the currently used ID for identification of changes.

+

This shouldn't be used for anything outside the VideoDriver.

+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 199 of file CVertexBuffer.h.

+ +

References ChangedID.

+ +
+
+ +
+
+ + + + + + + +
virtual void* irr::scene::CVertexBuffer::getData () [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 133 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual E_HARDWARE_MAPPING irr::scene::CVertexBuffer::getHardwareMappingHint () const [inline, virtual]
+
+
+ +

get the current hardware mapping hint

+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 180 of file CVertexBuffer.h.

+ +

References MappingHint.

+ +
+
+ +
+
+ + + + + + + +
virtual video::S3DVertex& irr::scene::CVertexBuffer::getLast () [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 154 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual video::E_VERTEX_TYPE irr::scene::CVertexBuffer::getType () const [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 135 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + + +
virtual video::S3DVertex& irr::scene::CVertexBuffer::operator[] (const u32 index) const [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 149 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual video::S3DVertex* irr::scene::CVertexBuffer::pointer () [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 174 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CVertexBuffer::push_back (const video::S3DVertexelement) [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 144 of file CVertexBuffer.h.

+ +

References Vertices.

+ +

Referenced by CVertexBuffer().

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CVertexBuffer::reallocate (u32 new_size) [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 164 of file CVertexBuffer.h.

+ +

References Vertices.

+ +

Referenced by CVertexBuffer().

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CVertexBuffer::set_used (u32 usedNow) [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 159 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual void irr::scene::CVertexBuffer::setDirty () [inline, virtual]
+
+
+ +

flags the mesh as changed, reloads hardware buffers

+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 192 of file CVertexBuffer.h.

+ +

References ChangedID.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CVertexBuffer::setHardwareMappingHint (E_HARDWARE_MAPPING NewMappingHint) [inline, virtual]
+
+
+ +

set the hardware mapping hint, for driver

+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 186 of file CVertexBuffer.h.

+ +

References MappingHint.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CVertexBuffer::setType (video::E_VERTEX_TYPE vertexType) [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 98 of file CVertexBuffer.h.

+ +

References irr::video::EVT_2TCOORDS, irr::video::EVT_STANDARD, irr::video::EVT_TANGENTS, and Vertices.

+ +

Referenced by CVertexBuffer().

+ +
+
+ +
+
+ + + + + + + +
virtual u32 irr::scene::CVertexBuffer::size () const [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 139 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+ +
+
+ + + + + + + +
virtual u32 irr::scene::CVertexBuffer::stride () const [inline, virtual]
+
+
+ +

Implements irr::scene::IVertexBuffer.

+ +

Definition at line 137 of file CVertexBuffer.h.

+ +

References Vertices.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Definition at line 202 of file CVertexBuffer.h.

+ +

Referenced by getChangedID(), and setDirty().

+ +
+
+ +
+ +
+ +

Definition at line 201 of file CVertexBuffer.h.

+ +

Referenced by getHardwareMappingHint(), and setHardwareMappingHint().

+ +
+
+ + +
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1