mesh3d::attribute_map_not_found_exception Struct Reference

#include <exception.h>

Public Member Functions

 attribute_map_not_found_exception (std::string const &name)

Data Fields

std::string name

Detailed Description

Definition at line 34 of file exception.h.


Constructor & Destructor Documentation

mesh3d::attribute_map_not_found_exception::attribute_map_not_found_exception ( std::string const &  name  )  [inline]

Definition at line 36 of file exception.h.

00037     {
00038         this->name = name;
00039     }


Field Documentation

Definition at line 40 of file exception.h.


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