Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::Render::CopyRenderAction Class Reference

A render action which renders to a temporary location and then copies the rendered file to the target location. More...

#include <CopyRenderAction.h>

Inheritance diagram for Foundry::Katana::Render::CopyRenderAction:
Foundry::Katana::Render::RenderAction Foundry::Katana::Render::CopyAndConvertRenderAction Foundry::Katana::Render::PostCommandsRenderAction

List of all members.

Public Member Functions

 CopyRenderAction (const std::string &renderTargetLocation, const std::string &tempRenderLocation)

Detailed Description

A render action which renders to a temporary location and then copies the rendered file to the target location.

Note:
The temporary file is deleted unless the KATANA_KEEP_TEMP_RENDER_FILES environment variable is set.

Constructor & Destructor Documentation

Foundry::Katana::Render::CopyRenderAction::CopyRenderAction ( const std::string &  renderTargetLocation,
const std::string &  tempRenderLocation 
)
Parameters:
renderTargetLocationThe file location which read and displayed in the monitor.
tempRenderLocationThe file location which is rendered to and then copied to the target location.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator