#include <gre/base.h>#include <gre/3dutils.h>#include <gre/3dscene.h>#include <gre/3dgmelem.h>Include dependency graph for 3dgeomet.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | GRE |
Classes | |
| class | GRE::GEOMETRIC3D |
| Base class for 3D geometric models. More... | |
| class | GRE::GEOMETRIC3D::IMPL_FACTORY |
Defines | |
| #define | DECLARE_GEOMETRIC3D_IMPL_FACTORY(name, model) |
| #define DECLARE_GEOMETRIC3D_IMPL_FACTORY | ( | name, | |||
| model | ) |
Value:
class GEOMETRIC3D_IMPL_FACTORY_##name : public GRE::GEOMETRIC3D::IMPL_FACTORY { \ public: \ GEOMETRIC3D_IMPL_FACTORY_##name ( \ ) { GRE::GEOMETRIC3D::Register(this,model); } \ virtual GRE::GEOMETRIC3D *v_ConstructImpl () { \ return (new GRE::name); \ } \ }; \ static GEOMETRIC3D_IMPL_FACTORY_##name s_Geometric3DImplFactory_##name;
Definition at line 65 of file 3dgeomet.h.
1.5.2