<!-- ##### SECTION Title ##### -->
visu_dump

<!-- ##### SECTION Short_Description ##### -->
Some resources to add the ability to export the rendered data to an other format (usually image format).

<!-- ##### SECTION Long_Description ##### -->
<para>
V_Sim can export loaded data to othe formats. This module descibes the methods
and structure to create a dumping extension. Basically, a dumping extension is just
a #FileFormat and a method that is called when exporting is required. No method exists
to create a dumping extension, just allocate and initialize the #DumpType structure.
</para>
<para>
The #writeDumpFunc should suspend its process to allow the calling program to refresh
itself if the dump process is slow. Ideally, the argument @waitFunction should be called
exactly 100 times.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT DumpType_struct ##### -->
<para>

</para>

@bitmap: 
@fileType: 
@writeFunc: 

<!-- ##### TYPEDEF DumpType ##### -->
<para>

</para>


<!-- ##### USER_FUNCTION writeDumpFunc ##### -->
<para>

</para>

@format: 
@buffer: 
@fileName: 
@width: 
@height: 
@dataObj: 
@image: 
@functionWait: 
@data: 
@Returns: 


<!-- ##### USER_FUNCTION initDumpModuleFunc ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION getAllDumpModules ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION getNbDumpModules ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION abortDump ##### -->
<para>

</para>

@obj: 
@data: 


<!-- ##### FUNCTION initDumpModule ##### -->
<para>

</para>

@Returns: 


