nsol
0.4.1
Nsol - Neuroscience Objects Library
|
#include <XmlSceneWriter.h>
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... | |
This class allows to write the structure and optionally morphologies of a given container of columns.
Definition at line 36 of file XmlSceneWriter.h.
|
static |
Write structure and optinally morphologies to xml file.
fileName | name of file to write to |
columns | container of columns to be written |
morphologies | morphologies to be written to SWC files and linked in the Xml |
relativeToXmlMorphologyPath | if true morphology paths will be set to be relative to the xml |