cleaned up some forward declarations
parent
8a34e39713
commit
5253cb594c
|
@ -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.
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
MTS_NAMESPACE_BEGIN
|
MTS_NAMESPACE_BEGIN
|
||||||
|
|
||||||
class Random;
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
// Miscellaneous
|
// Miscellaneous
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue