This is the documentation for Enlighten.
class Enlighten ExporterPaths
class Enlighten::ExporterPaths
The paths to the exported scene data.
Functions
Name | Description |
---|---|
ExporterPaths(const Geo::GeoFileString &) | Constructs an ExporterPaths instance and copies the export path and sets the default scene name. |
ExporterPaths(const Geo::GeoFileString &, const Geo::GeoFileString &) | Constructs an ExporterPaths instance and copies the export path and the scene name. |
GetClusterAlbedoMaterialDataFilename(const Geo::GeoFileString &) | Returns the full path to the cluster albedo material data file for the specified system. |
GetCubemapCoreFilename(const Geo::GeoFileString &) | Returns the full path to the rad cubemap core output file for the specified cubemap. |
GetCubemapDependenciesFilename(const Geo::GeoFileString &) | Returns the full path to the system dependencies output file for the specified cubemap. |
GetDefaultSceneName() | Returns the default name of the scene. |
GetDepsFilename() | Returns the full path to the .deps file. |
GetDirectionalVisibilityFilename(const Geo::GeoFileString &) | Returns the full path to the directional visibility file for the specified system. |
GetExportPath() | Returns the export path that was supplied to the constructor. |
GetGeneratedSystemsFilename(const Geo::GeoFileString &) | Returns the full path to the generated systems file for the specified zone. |
GetInputGeometryFilename(const Geo::GeoFileString &, const Geo::GeoFileString &) | Returns the full path to the input geometry output file for a the specified geom/paramSet combination. |
GetInputSystemFilename(const Geo::GeoFileString &) | Returns the full path to the input system output file for the specified system. |
GetInputWorkspaceFilename(const Geo::GeoFileString &) | Returns the full path to the input workspace file for the specified system. |
GetLightsFilename() | Returns the full path to the.lights file. |
GetLightTransportOutputFilename(const Geo::GeoFileString &) | Returns the full path to the light transport output file for the specified system. |
GetOutputProbeOctreeFilename(const Geo::GeoFileString &) | Returns the full path to the output probe octree file for the specified input octree. |
GetPackedGeometryFilename(const Geo::GeoFileString &, const Geo::GeoFileString &) | Returns the full path to the packed geometry output file for a the specified geom/paramSet combination. |
GetPackedSystemFilename(const Geo::GeoFileString &) | Returns the full path to the packed system output file for the specified system. |
GetParamsetFilename() | Returns the full path to the paramset file. |
GetPrecomputeLogFilename() | Returns the full path to the precompute log file. |
GetProbeDependenciesFilename(const Geo::GeoFileString &) | Returns the full path to the system dependencies output file for the specified probe-set. |
GetProbeRegionFilename(const Geo::GeoFileString &) | Returns the full path to the probe region file with the specified name. |
GetProbeSetCoreFilename(const Geo::GeoFileString &) | Returns the full path to the rad probe set core output file for the specified probe set. |
GetRadCoreFilename(const Geo::GeoFileString &, const Geo::s32) | Returns the full path to the rad lightmap core file for the specified system and lod. |
GetRadiosityNormalTextureFilename(const Geo::GeoFileString &, const Geo::s32) | Returns the full path to the radiosity normal texture file for the specified system and lod. |
GetRefInputWorkspaceFilename(const Geo::GeoFileString &) | Returns the full path to the reference input workspace file for the specified system. |
GetSceneFilename() | Returns the full path to the .scene file. |
GetSceneName() | Returns the name of the scene. |
GetSceneOutputPath() | Returns the full path to the directory containing the build results. |
GetSystemDusterFilename(const Geo::GeoFileString &) | Returns the full path to the system duster output file for the specified system. |
Enlighten::ExporterPaths::ExporterPaths
public: ExporterPaths
(
const Geo::GeoFileString & exportPath
)
Constructs an ExporterPaths instance and copies the export path and sets the default scene name.
Enlighten::ExporterPaths::ExporterPaths
public: ExporterPaths
(
const Geo::GeoFileString & exportPath,
const Geo::GeoFileString & sceneName
)
Constructs an ExporterPaths instance and copies the export path and the scene name.
Geo::GeoFileString Enlighten::ExporterPaths::GetClusterAlbedoMaterialDataFilename
public: Geo::GeoFileString GetClusterAlbedoMaterialDataFilename
(
const Geo::GeoFileString & SystemName
) const
Returns the full path to the cluster albedo material data file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetCubemapCoreFilename
public: Geo::GeoFileString GetCubemapCoreFilename
(
const Geo::GeoFileString & cubemapName
) const
Returns the full path to the rad cubemap core output file for the specified cubemap.
Geo::GeoFileString Enlighten::ExporterPaths::GetCubemapDependenciesFilename
public: Geo::GeoFileString GetCubemapDependenciesFilename
(
const Geo::GeoFileString & cubemapName
) const
Returns the full path to the system dependencies output file for the specified cubemap.
static const char* Enlighten::ExporterPaths::GetDefaultSceneName
public: const char * GetDefaultSceneName()
Returns the default name of the scene.
Geo::GeoFileString Enlighten::ExporterPaths::GetDepsFilename
public: Geo::GeoFileString GetDepsFilename() const
Returns the full path to the .deps file.
Geo::GeoFileString Enlighten::ExporterPaths::GetDirectionalVisibilityFilename
public: Geo::GeoFileString GetDirectionalVisibilityFilename
(
const Geo::GeoFileString & SystemName
) const
Returns the full path to the directional visibility file for the specified system.
const Geo::GeoFileString& Enlighten::ExporterPaths::GetExportPath
public: const Geo::GeoFileString & GetExportPath() const
Returns the export path that was supplied to the constructor.
Geo::GeoFileString Enlighten::ExporterPaths::GetGeneratedSystemsFilename
public: Geo::GeoFileString GetGeneratedSystemsFilename
(
const Geo::GeoFileString & zoneName
) const
Returns the full path to the generated systems file for the specified zone.
Geo::GeoFileString Enlighten::ExporterPaths::GetInputGeometryFilename
public: Geo::GeoFileString GetInputGeometryFilename
(
const Geo::GeoFileString & geomName,
const Geo::GeoFileString & paramsetName
) const
Returns the full path to the input geometry output file for a the specified geom/paramSet combination.
Geo::GeoFileString Enlighten::ExporterPaths::GetInputSystemFilename
public: Geo::GeoFileString GetInputSystemFilename
(
const Geo::GeoFileString & systemName
) const
Returns the full path to the input system output file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetInputWorkspaceFilename
public: Geo::GeoFileString GetInputWorkspaceFilename
(
const Geo::GeoFileString & SystemName
) const
Returns the full path to the input workspace file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetLightsFilename
public: Geo::GeoFileString GetLightsFilename() const
Returns the full path to the.lights file.
Geo::GeoFileString Enlighten::ExporterPaths::GetLightTransportOutputFilename
public: Geo::GeoFileString GetLightTransportOutputFilename
(
const Geo::GeoFileString & SystemName
) const
Returns the full path to the light transport output file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetOutputProbeOctreeFilename
public: Geo::GeoFileString GetOutputProbeOctreeFilename
(
const Geo::GeoFileString & name
) const
Returns the full path to the output probe octree file for the specified input octree.
Geo::GeoFileString Enlighten::ExporterPaths::GetPackedGeometryFilename
public: Geo::GeoFileString GetPackedGeometryFilename
(
const Geo::GeoFileString & geomName,
const Geo::GeoFileString & paramsetName
) const
Returns the full path to the packed geometry output file for a the specified geom/paramSet combination.
Geo::GeoFileString Enlighten::ExporterPaths::GetPackedSystemFilename
public: Geo::GeoFileString GetPackedSystemFilename
(
const Geo::GeoFileString & systemName
) const
Returns the full path to the packed system output file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetParamsetFilename
public: Geo::GeoFileString GetParamsetFilename() const
Returns the full path to the paramset file.
Geo::GeoFileString Enlighten::ExporterPaths::GetPrecomputeLogFilename
public: Geo::GeoFileString GetPrecomputeLogFilename() const
Returns the full path to the precompute log file.
Geo::GeoFileString Enlighten::ExporterPaths::GetProbeDependenciesFilename
public: Geo::GeoFileString GetProbeDependenciesFilename
(
const Geo::GeoFileString & probeSetName
) const
Returns the full path to the system dependencies output file for the specified probe-set.
Geo::GeoFileString Enlighten::ExporterPaths::GetProbeRegionFilename
public: Geo::GeoFileString GetProbeRegionFilename
(
const Geo::GeoFileString & name
) const
Returns the full path to the probe region file with the specified name.
Geo::GeoFileString Enlighten::ExporterPaths::GetProbeSetCoreFilename
public: Geo::GeoFileString GetProbeSetCoreFilename
(
const Geo::GeoFileString & probeSetName
) const
Returns the full path to the rad probe set core output file for the specified probe set.
Geo::GeoFileString Enlighten::ExporterPaths::GetRadCoreFilename
public: Geo::GeoFileString GetRadCoreFilename
(
const Geo::GeoFileString & SystemName,
const Geo::s32 LodIndex
) const
Returns the full path to the rad lightmap core file for the specified system and lod.
Geo::GeoFileString Enlighten::ExporterPaths::GetRadiosityNormalTextureFilename
public: Geo::GeoFileString GetRadiosityNormalTextureFilename
(
const Geo::GeoFileString & SystemName,
const Geo::s32 LodIndex
) const
Returns the full path to the radiosity normal texture file for the specified system and lod.
Geo::GeoFileString Enlighten::ExporterPaths::GetRefInputWorkspaceFilename
public: Geo::GeoFileString GetRefInputWorkspaceFilename
(
const Geo::GeoFileString & SystemName
) const
Returns the full path to the reference input workspace file for the specified system.
Geo::GeoFileString Enlighten::ExporterPaths::GetSceneFilename
public: Geo::GeoFileString GetSceneFilename() const
Returns the full path to the .scene file.
const Geo::GeoFileString& Enlighten::ExporterPaths::GetSceneName
public: const Geo::GeoFileString & GetSceneName() const
Returns the name of the scene.
Geo::GeoFileString Enlighten::ExporterPaths::GetSceneOutputPath
public: Geo::GeoFileString GetSceneOutputPath() const
Returns the full path to the directory containing the build results.
Geo::GeoFileString Enlighten::ExporterPaths::GetSystemDusterFilename
public: Geo::GeoFileString GetSystemDusterFilename
(
const Geo::GeoFileString & systemName
) const
Returns the full path to the system duster output file for the specified system.