#include "raytrace_defs.h"#include "material.h"#include "pluginfactory.h"#include "scene.h"Include dependency graph for checkermaterial.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | CheckeredMaterial | 
| class | CheckeredMaterial::StaticInit | 
| Helper class to provide static initialization.  More... | |
Functions | |
| void | delete_checkermaterial (Material *checker_material) | 
| Material * | new_checker_material (std::map< std::string, std::string > props) | 
| void delete_checkermaterial | ( | Material * | checker_material | ) | 
| Material * new_checker_material | ( | std::map< std::string, std::string > | props | ) | 
Definition at line 103 of file checkermaterial.h.
References Scene::get_instance(), and Scene::get_material().
Referenced by CheckeredMaterial::StaticInit::StaticInit().
Here is the call graph for this function:

Here is the caller graph for this function:

 1.5.2