#include "raytrace_defs.h"#include "xml_util.h"#include "pluginfactory.h"#include <vector>#include "point3d.h"Include dependency graph for polygon.h:

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

Go to the source code of this file.
Classes | |
| class | Polygon |
| class | Polygon::StaticInit |
| Fake a static initializer. More... | |
Functions | |
| void | delete_plane (Polygon *polygon) |
| Renderable * | new_polygon (xmlNode *node) |
| Renderable * new_polygon | ( | xmlNode * | node | ) |
Definition at line 73 of file polygon.h.
References Polygon::add_vertex(), get_properties(), log_debug, log_err, and parse_vertex().
Referenced by Polygon::StaticInit::StaticInit().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.2