#include <GR_Material.h>
|
typedef hboost::unordered_map
< int, GR_MaterialPtr,
hboost::hash< int >
, std::equal_to< int > > | Base |
| |
| typedef Base::key_type | key_type |
| |
| typedef Base::mapped_type | mapped_type |
| |
| typedef Base::value_type | value_type |
| |
| typedef Base::hasher | hasher |
| |
| typedef Base::key_equal | key_equal |
| |
| typedef Base::iterator | iterator |
| |
| typedef Base::const_iterator | const_iterator |
| |
| typedef hboost::hash< int > | Hasher |
| |
| typedef std::equal_to< int > | Equal |
| |
| using | const_key_iterator = partial_iterator_base< const_iterator, const key_type, deref_pair_first< const_iterator, const key_type >> |
| |
| using | mapped_iterator = partial_iterator_base< iterator, mapped_type, deref_pair_second< iterator, mapped_type >> |
| |
| using | const_mapped_iterator = partial_iterator_base< const_iterator, const mapped_type, deref_pair_second< const_iterator, const mapped_type >> |
| |
Definition at line 250 of file GR_Material.h.
| bool GR_MaterialAtlas::hasMaterial |
( |
int |
material_id | ) |
const |
|
inline |
| bool GR_MaterialAtlas::isDirty |
( |
fpreal |
time | ) |
const |
| void GR_MaterialAtlas::setDefaultMaterial |
( |
const GR_MaterialPtr & |
material, |
|
|
bool |
add_list = true |
|
) |
| |
|
inline |
| void GR_MaterialAtlas::setFactoryMaterial |
( |
const GR_MaterialPtr & |
material, |
|
|
bool |
add_list = true |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: