nsol  0.4.1
Nsol - Neuroscience Objects Library
nsol::XmlSceneWriter Class Reference

#include <XmlSceneWriter.h>

+ Collaboration diagram for nsol::XmlSceneWriter:

Static Public Member Functions

static bool writeToXml (const std::string &fileName, const Columns &columns, std::map< std::string, NeuronMorphologyPtr > morphologies, bool relativeToXmlMorphologyPath=false)
 Write structure and optinally morphologies to xml file. More...
 

Detailed Description

This class allows to write the structure and optionally morphologies of a given container of columns.

Definition at line 36 of file XmlSceneWriter.h.

Member Function Documentation

static bool nsol::XmlSceneWriter::writeToXml ( const std::string &  fileName,
const Columns columns,
std::map< std::string, NeuronMorphologyPtr morphologies,
bool  relativeToXmlMorphologyPath = false 
)
static

Write structure and optinally morphologies to xml file.

Parameters
fileNamename of file to write to
columnscontainer of columns to be written
morphologiesmorphologies to be written to SWC files and linked in the Xml
relativeToXmlMorphologyPathif true morphology paths will be set to be relative to the xml
Returns
true if everything went ok

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