From 920b78b7a6dc47fc86dbab021f6507ac94eee460 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 12 May 2008 15:26:38 +0000 Subject: [PATCH] Add asciidoc format manpage sources for meshlab and meshlabserver --- docs/meshlab.1.txt | 53 ++++++++++++++++++++++++++++++++ docs/meshlabserver.1.txt | 65 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 docs/meshlab.1.txt create mode 100644 docs/meshlabserver.1.txt diff --git a/docs/meshlab.1.txt b/docs/meshlab.1.txt new file mode 100644 index 000000000..9e874b8b3 --- /dev/null +++ b/docs/meshlab.1.txt @@ -0,0 +1,53 @@ +MESHLAB(1) +========== + +NAME +---- +meshlab - a tool for mesh inspection, processing, and conversion + + +SYNOPSIS +-------- +meshlab [-h] [--help] [meshfile] + + +DESCRIPTION +----------- +MeshLab is an open source, portable, and extensible system for the +processing and editing of unstructured 3D triangular meshes. The system is +aimed to help the processing of the typical not-so-small unstructured models +arising in 3D scanning, providing a set of tools for editing, cleaning, +healing, inspecting, rendering and converting this kind of meshes. +The system is based on the VCG library developed at the Visual Computing Lab +of ISTI - CNR. + + +OPTIONS +------- +-h, --help:: + Show summary of options. + + +SEE ALSO +-------- +meshlabserver (1) + + +RESOURCES +--------- +Documentation wiki: http://meshlab.sourceforge.net/wiki[] + + +COPYING +------- +MeshLab Copyright 2005-2008 by Visual Computing Lab - ISTI CNR + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. diff --git a/docs/meshlabserver.1.txt b/docs/meshlabserver.1.txt new file mode 100644 index 000000000..1fedb8cc4 --- /dev/null +++ b/docs/meshlabserver.1.txt @@ -0,0 +1,65 @@ +MESHLABSERVER(1) +================ + + +NAME +---- +meshlabserver - a tool for mesh inspection, processing, and conversion + + +SYNOPSIS +-------- +meshlabserver [-i inputmesh] [-o outputmesh] [-s scriptfile] + + +DESCRIPTION +----------- +MeshLab is an open source, portable, and extensible system for the +processing and editing of unstructured 3D triangular meshes. The system is +aimed to help the processing of the typical not-so-small unstructured models +arising in 3D scanning, providing a set of tools for editing, cleaning, +healing, inspecting, rendering and converting this kind of meshes. +The system is based on the VCG library developed at the Visual Computing Lab +of ISTI - CNR. + + +OPTIONS +------- +-i inputmesh:: + The mesh file to be loaded. + +-o outputmesh:: + The mesh file where to write the result. + +-s script:: + The script to be applied. + + +There must be exactly one input mesh and at most one output mesh. Script is +optional and must be in the format saved by meshlabserver. The format of the +output mesh is guessed from the used extension. + + +SEE ALSO +-------- +meshlab (1) + + +RESOURCES +--------- +Documentation wiki: http://meshlab.sourceforge.net/wiki[] + + +COPYING +------- +MeshLab Copyright 2005-2008 by Visual Computing Lab - ISTI CNR + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details.