Version 1.2 (June 2013)
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
povray.PovRayWriter Class Reference

Class that writes POV-Ray files that can be used to visualise simulation results. More...

Inheritance diagram for povray.PovRayWriter:

Public Member Functions

void initPovRay (Simulator aSim, String outPath)
 Initialises a POV-Ray writer object to produce simulation statistics that can be presented using POV-Ray. More...
 
void write (int fileIndex)
 Writes model state information to the POV-Ray file for representation in POV-Ray. More...
 

Detailed Description

Class that writes POV-Ray files that can be used to visualise simulation results.

Class that writes POV-Ray files that can be used to visualise simulation results

Author
João Xavier (xavie.nosp@m.rj@m.nosp@m.skcc..nosp@m.org), Memorial Sloan-Kettering Cancer Center (NY, USA)
Laurent Lardon (lardo.nosp@m.nl@s.nosp@m.upagr.nosp@m.o.in.nosp@m.ra.fr), INRA, France

Member Function Documentation

void povray.PovRayWriter.initPovRay ( Simulator  aSim,
String  outPath 
)

Initialises a POV-Ray writer object to produce simulation statistics that can be presented using POV-Ray.

Initialises a POV-Ray writer object to produce simulation statistics that can be presented using POV-Ray. Creates the required output file paths and the archive in which these files will be stored

Parameters
aSimThe simulation object used to simulate the conditions specified in the protocol file
outPathA string stating the directory in which POV-Ray output files should be stored
void povray.PovRayWriter.write ( int  fileIndex)

Writes model state information to the POV-Ray file for representation in POV-Ray.

Writes model state information to the POV-Ray file for representation in POV-Ray. Utilises the current run iteration within the file name to state when this snapshot was taken (added by BVM 27.1.09)

Parameters
fileIndexThe current run iteration. Used in the creation of the file name

The documentation for this class was generated from the following file: