renderstack::index_buffer_not_found_exception Class Reference

#include <mesh.hpp>

Public Member Functions

 index_buffer_not_found_exception (enum mesh_mode mode)
enum mesh_mode mesh_mode () const

Detailed Description

Definition at line 52 of file mesh.hpp.


Constructor & Destructor Documentation

renderstack::index_buffer_not_found_exception::index_buffer_not_found_exception ( enum mesh_mode  mode  )  [inline]

Definition at line 56 of file mesh.hpp.

00057     :   m_mesh_mode(mode)
00058     {
00059     }


Member Function Documentation

enum mesh_mode renderstack::index_buffer_not_found_exception::mesh_mode (  )  const [inline]

Definition at line 60 of file mesh.hpp.

00060 { return m_mesh_mode; }


The documentation for this class was generated from the following file:
Generated on Sun Apr 11 12:23:11 2010 for RenderStack by  doxygen 1.6.3