#include <Exporter.h>
Inheritance diagram for Exporter:
Public Member Functions | |
Exporter (FILE *f, bool c) | |
virtual void | explore (SceneGraphObject &obj) |
bool | result (void) const |
void | setOutput (FILE *f, bool c) |
Protected Member Functions | |
void | _indent (unsigned depth, const char *ind=" ") |
virtual bool | _explore (SceneGraphObject &) |
virtual bool | _iterate (SceneGraphObject &) |
virtual bool | _process_leaf (SceneGraphObject &)=0 |
virtual void | _accept_new_transformation (const Matrix4 &)=0 |
Protected Attributes | |
FILE * | _file |
bool | _close |
bool | _result |
std::stack< Matrix4 * > | _trStack |
Definition at line 15 of file Exporter.h.
|
Definition at line 27 of file Exporter.h. |
|
Implemented in BVExplorer, LightsExplorer, NExtentsExplorer, NodesByNameExpl, ObjsInAreaExplorer, POGExplorer, POVRayExporter, RadiusExplorer, RayIntExplorer, and ShadowExplorer. Referenced by Explorer::_explore(). |
|
Reimplemented in NodesByNameExpl, ObjsAheadExplorer, RayIntExplorer, and ShadowExplorer. Definition at line 6 of file Explorer.cc. References Explorer::_accept_new_transformation(), Explorer::_iterate(), Explorer::_process_leaf(), Explorer::_trStack, Transform::get(), SceneGraphObject::hasSubnodes(), and SceneGraphObject::transformation(). Referenced by ObjsInAreaExplorer::_iterate(), ObjsExplorer::_iterate(), Explorer::_iterate(), and Exporter::explore(). |
|
Definition at line 22 of file Exporter.h. References Exporter::_file. Referenced by POVRayExporter::_write_light_source(), POVRayExporter::_write_mesh(), POVRayExporter::_write_sphere(), and POVRayExporter::_write_texture(). |
|
Reimplemented in BVExplorer, ObjsExplorer, ObjsInAreaExplorer, RayIntExplorer, and ShadowExplorer. Definition at line 33 of file Explorer.cc. References Explorer::_explore(), IteratorSDS::firstChild(), IteratorSDS::initChildrenSearch(), IteratorSDS::nextChild(), and SceneGraphObject::traverseSubnodes(). Referenced by NodesByNameExpl::_explore(), Explorer::_explore(), and BVExplorer::_iterate(). |
|
Implemented in BVExplorer, LightsExplorer, NExtentsExplorer, NodesByNameExpl, ObjsInAreaExplorer, POGExplorer, POVRayExporter, RadiusExplorer, RayIntExplorer, and ShadowExplorer. Referenced by Explorer::_explore(). |
|
Reimplemented from Explorer. Definition at line 32 of file Exporter.h. References Exporter::_close, Explorer::_explore(), Exporter::_file, Exporter::_result, and Explorer::_trStack. |
|
Definition at line 42 of file Exporter.h. References Exporter::_result. |
|
Definition at line 44 of file Exporter.h. References Exporter::_close, and Exporter::_file. |
|
Definition at line 18 of file Exporter.h. Referenced by Exporter::explore(), and Exporter::setOutput(). |
|
Definition at line 17 of file Exporter.h. Referenced by Exporter::_indent(), POVRayExporter::_write_light_source(), POVRayExporter::_write_mesh(), POVRayExporter::_write_sphere(), POVRayExporter::_write_texture(), Exporter::explore(), and Exporter::setOutput(). |
|
Definition at line 19 of file Exporter.h. Referenced by Exporter::explore(), and Exporter::result(). |
|