 /**
 * @page ToolsIvConvertToIv ivConvertToIv tool
 *
 * @B ivConvertToIv @b - convert a file to an Open Inventor files.
 *
 * @H3 SYNOPSIS: @h3
 *    @B ivConvertToIv [fileToConvert]@b
 *
 * @H3 DESCRIPTION: @h3
 * @B ivConvertToIv @b reads the input file and convert it to an Open Inventor iv files. 
 *
 * @H3 USAGE: @h3
 * The following command line options are allowed:
 *
 * @TABLE_1B
 * @TR -h           	@TD	Print usage message.
 * @TABLE_END
 *
 * @H3 EXAMPLES @h3
 *
 * To convert a file just use the following syntax
 * @code
 *   ivConvertToIv inputFile.xx -o outputfile.iv
 * @endcode
 *
 * @FILE_LIST
 * @UL
 * @LI tools/source/ivConvertToIv/ivConvertToIv.cxx @li
 * @ul
 *
 * @SEE_ALSO
 * SoInputReader
 * SoCadReaderInputParameters
 * SoInput
 * SoOutput
 *
 */
