Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::Render::PostCommandsRenderAction Class Reference

A render action which renders to a temporary location and then runs post commands to process image and copy to target render location. More...

#include <PostCommandsRenderAction.h>

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

List of all members.

Public Member Functions

 PostCommandsRenderAction (const std::string &renderTargetLocation, const std::string &tempRenderLocation, const std::vector< std::string > &postCommands)

Detailed Description

A render action which renders to a temporary location and then runs post commands to process image and copy to target render location.

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

Constructor & Destructor Documentation

Foundry::Katana::Render::PostCommandsRenderAction::PostCommandsRenderAction ( const std::string &  renderTargetLocation,
const std::string &  tempRenderLocation,
const std::vector< std::string > &  postCommands 
)
Parameters:
renderTargetLocationThe file location which is read and displayed in the monitor.
tempRenderLocationThe file location which is rendered to and then copied to the target location.
postCommandsThe external commands to run to convert tempRenderLocation to renderTargetLocation.

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