aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs/files/pageconverter.html
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /docs/api_docs/files/pageconverter.html
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'docs/api_docs/files/pageconverter.html')
-rw-r--r--docs/api_docs/files/pageconverter.html37
1 files changed, 14 insertions, 23 deletions
diff --git a/docs/api_docs/files/pageconverter.html b/docs/api_docs/files/pageconverter.html
index 18ac0a3..70c805c 100644
--- a/docs/api_docs/files/pageconverter.html
+++ b/docs/api_docs/files/pageconverter.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>NVIDIA(R) Blast(R) SDK 1.0 API Reference: DataConverter</title>
+ <title>NVIDIA(R) Blast(R) SDK 1.1 API Reference: LegacyConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
</head>
@@ -20,38 +20,29 @@
</div>
<!-- Generated by Doxygen 1.5.8 -->
<div class="contents">
-<h1><a class="anchor" name="pageconverter">DataConverter </a></h1><div class="fragment"><pre class="fragment">
+<h1><a class="anchor" name="pageconverter">LegacyConverter </a></h1><div class="fragment"><pre class="fragment">
USAGE:
- DataConverter -i &lt;infile&gt; -o &lt;outfile&gt; [-v &lt;outversion&gt;] [--]
- [--version] [-h]
+ LegacyConverter &lt;infile&gt; [-t &lt;type&gt;] [-o &lt;outfile&gt;] [-e &lt;encoding&gt;]
Where:
- -i &lt;infile&gt;, --infile &lt;infile&gt;
- (required) Input binary file.
+ &lt;infile&gt; (required) Input legacy format file.
- -o &lt;outfile&gt;, --outfile &lt;outfile&gt;
- (required) Output binary file.
+ -t &lt;type&gt;
+ (optional) The file format of &lt;infile&gt;. Must be one of: {llasset, tkasset, bpxa, pllasset, ptkasset, pbpxa} (case insensitive).
+ If not given, the file extension of &lt;infile&gt; is used.
+
+ -outfile &lt;outfile&gt;
+ (optional) Filename (including path) of the output converted file.
+ If not given, the filename &lt;infile&gt; is used, with extension (if it has one) changed to .blast.
- -v &lt;outversion&gt;, --outversion &lt;outversion&gt;
- Output binary block version. Pass -1 or ignore this parameter to
- convert to latest version.
-
- --, --ignore_rest
- Ignores the rest of the labeled arguments following this flag.
-
- --version
- Displays version information and exits.
-
- -h, --help
- Displays usage information and exits.
+ -e &lt;encoding&gt;
+ (optional) Encoding to use for output file. Must be one of: {cpnb, raw} (case insensitive).
+ If not given, cpnb (Cap'n Proto binary) is used.
</pre></div><p>
-Blast&trade; low-level and Tk libraries will only load data in the most current format. If your data is in an older format, you may use the <a class="el" href="pageextconverterll.html">Data Format Conversion Extension (NvBlastExtConverterLL)</a> API to convert to the current format.<p>
-DataConverter.exe is a utility to convert Blast&trade; data from an older format into the current format. The data must be stored in a binary-format file with filename given as the &lt;infile&gt; parameter. It uses the <a class="el" href="pageextconverterll.html">Data Format Conversion Extension (NvBlastExtConverterLL)</a> API to perform the conversion.<p>
-Currently, DataConverter only works on the low-level data formats for an asset (<a class="el" href="struct_nv_blast_asset.html">NvBlastAsset</a>) and family (<a class="el" href="struct_nv_blast_family.html">NvBlastFamily</a>). The .blast files used by SampleAssetViewer (see <a class="el" href="pagesamples.html">Samples</a>) may be converted using this tool.<p>
<br>
</div>
<!-- start footer part -->