cleaned up some forward declarations

metadata
Wenzel Jakob 2010-09-14 14:28:25 +02:00
parent 8a34e39713
commit 5253cb594c
6 changed files with 1 additions and 9 deletions

View File

@ -23,8 +23,6 @@
MTS_NAMESPACE_BEGIN MTS_NAMESPACE_BEGIN
class Utility;
/** /**
* \brief Abstract plugin class -- represents loadable configurable objects * \brief Abstract plugin class -- represents loadable configurable objects
* and utilities. * and utilities.

View File

@ -21,7 +21,6 @@
MTS_NAMESPACE_BEGIN MTS_NAMESPACE_BEGIN
class Random;
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// Miscellaneous // Miscellaneous
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------

View File

@ -27,8 +27,6 @@ namespace fs = boost::filesystem;
MTS_NAMESPACE_BEGIN MTS_NAMESPACE_BEGIN
class Bitmap;
/** \brief Abstract Film base class - used to store samples /** \brief Abstract Film base class - used to store samples
* generated by the Integrator. * generated by the Integrator.
*/ */

View File

@ -74,6 +74,7 @@ class Texture;
struct TriAccel; struct TriAccel;
struct TriAccel4; struct TriAccel4;
class TriMesh; class TriMesh;
class Utility;
class VolumeDataSource; class VolumeDataSource;
struct VPL; struct VPL;

View File

@ -25,8 +25,6 @@
MTS_NAMESPACE_BEGIN MTS_NAMESPACE_BEGIN
class RenderJob;
/** /**
* Parallel process for rendering with sampling-based integrators. Splits * Parallel process for rendering with sampling-based integrators. Splits
* an image into square pixel regions, which can be processed independently. * an image into square pixel regions, which can be processed independently.

View File

@ -24,8 +24,6 @@
MTS_NAMESPACE_BEGIN MTS_NAMESPACE_BEGIN
class RenderJob;
/** /**
* Abstract render listener - can be used to react to * Abstract render listener - can be used to react to
* progress messages (e.g. in a GUI) * progress messages (e.g. in a GUI)