public

Inheritance Graph

graph BT
	WriterDAE
	click WriterDAE "classMinSG_1_1SceneManagement_1_1WriterDAE"

Description

Class to save a COLLAborative Design Activity (COLLADA) stored inside a Digital Asset Exchange (DAE) XML document.

Author: Benjamin Eikel

Date: 2009-08-08

See also: http://www.khronos.org/collada/

Public Static Functions

   
   
bool saveFile(const Util::FileName & fileName, Node * scene)

Documentation

function
MinSG::SceneManagement::WriterDAE::saveFile

public static
     
     
bool saveFile( const Util::FileName & fileName,
  Node * scene
)    

Save the scene given by its root node to a document given by its file name.

Parameters

fileName
File name of the file to save. If empty, output the data to standard output.
scene
Root node of the scene graph

Returns

trueon success,falseotherwise

Defined in MinSG/SceneManagement/Exporter/WriterDAE.h:51