Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsSaveTriMesh.cpp
Section: mSaveTriMesh
Date: 2005/09/28
File description:
#include "mdsSaveTriMesh.h"
#include <MDSTk/VectorSegmentation/mdsTriMesh.h>
#include <climits>
#include <iostream>
#include <string>
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const std::string | F_STL_NAME = "stl" |
const std::string | F_VRML_NAME = "vrml" |
Allowed 'format' argument values. | |
const std::string | MODULE_ARG_FORMAT = "format" |
Additional arguments names. | |
const std::string | MODULE_ARGUMENTS = "format" |
Additional command line arguments. | |
const std::string | MODULE_DESCRIPTION = "Module saves an input triangular mesh to the VRML or STL format." |
Module description. |
|
|
|
|
|
Allowed 'format' argument values.
|
|
Additional arguments names.
|
|
Additional command line arguments.
|
|
Module description.
|