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. --- .../html/classirr_1_1scene_1_1_c_index_buffer.html | 707 +++++++++++++++++++++ 1 file changed, 707 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_index_buffer.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_index_buffer.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_index_buffer.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_index_buffer.html new file mode 100644 index 0000000..b1bfd18 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_c_index_buffer.html @@ -0,0 +1,707 @@ + + + + +Irrlicht 3D Engine: irr::scene::CIndexBuffer Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::CIndexBuffer Class Reference
+
+
+ +

#include <CIndexBuffer.h>

+
+ + Inheritance diagram for irr::scene::CIndexBuffer:
+
+
+ + +

List of all members.

+

+Classes

+ +

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+
+

Definition at line 15 of file CIndexBuffer.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
irr::scene::CIndexBuffer::CIndexBuffer (video::E_INDEX_TYPE IndexType) [inline]
+
+
+ +

Definition at line 93 of file CIndexBuffer.h.

+ +

References setType().

+ +
+
+ +
+
+ + + + + + + + +
irr::scene::CIndexBuffer::CIndexBuffer (const IIndexBufferIndexBufferCopy) [inline]
+
+ +
+ +
+
+ + + + + + + +
virtual irr::scene::CIndexBuffer::~CIndexBuffer () [inline, virtual]
+
+
+ +

Definition at line 107 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+

Member Function Documentation

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 185 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+ +
+
+ + + + + + + +
virtual u32 irr::scene::CIndexBuffer::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::IIndexBuffer.

+ +

Definition at line 215 of file CIndexBuffer.h.

+ +

References ChangedID.

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 144 of file CIndexBuffer.h.

+ +

References Indices.

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

get the current hardware mapping hint

+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 196 of file CIndexBuffer.h.

+ +

References MappingHint.

+ +
+
+ +
+
+ + + + + + + +
virtual u32 irr::scene::CIndexBuffer::getLast () [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 165 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+ +
+
+ + + + + + + +
virtual video::E_INDEX_TYPE irr::scene::CIndexBuffer::getType () const [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 146 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+ +
+
+ + + + + + + + +
virtual u32 irr::scene::CIndexBuffer::operator[] (u32 index) const [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 160 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+ +
+
+ + + + + + + +
virtual void* irr::scene::CIndexBuffer::pointer () [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 190 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CIndexBuffer::push_back (const u32element) [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 155 of file CIndexBuffer.h.

+ +

References Indices.

+ +

Referenced by CIndexBuffer().

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 180 of file CIndexBuffer.h.

+ +

References Indices.

+ +

Referenced by CIndexBuffer().

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 175 of file CIndexBuffer.h.

+ +

References Indices.

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

flags the mesh as changed, reloads hardware buffers

+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 208 of file CIndexBuffer.h.

+ +

References ChangedID.

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

set the hardware mapping hint, for driver

+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 202 of file CIndexBuffer.h.

+ +

References MappingHint.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::CIndexBuffer::setType (video::E_INDEX_TYPE IndexType) [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 113 of file CIndexBuffer.h.

+ +

References irr::video::EIT_16BIT, irr::video::EIT_32BIT, and Indices.

+ +

Referenced by CIndexBuffer().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::CIndexBuffer::setValue (u32 index,
u32 value 
) [inline, virtual]
+
+
+ +

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 170 of file CIndexBuffer.h.

+ +

References Indices.

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 150 of file CIndexBuffer.h.

+ +

References Indices.

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

Implements irr::scene::IIndexBuffer.

+ +

Definition at line 148 of file CIndexBuffer.h.

+ +

References Indices.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Definition at line 218 of file CIndexBuffer.h.

+ +

Referenced by getChangedID(), and setDirty().

+ +
+
+ + + +
+ +
+ +

Definition at line 217 of file CIndexBuffer.h.

+ +

Referenced by getHardwareMappingHint(), and setHardwareMappingHint().

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