Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsSaveTetraMesh.cpp
Section: mSaveTetraMesh
Date: 2006/05/09
File description:
#include "mdsSaveTetraMesh.h"
#include <MDSTk/VectorSegmentation/mdsTetraMesh.h>
#include <climits>
#include <iostream>
#include <string>
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | DEFAULT_REGION = -1 |
| Default region argument value. | |
| const std::string | F_STL_NAME = "stl" |
| const std::string | F_VRML_NAME = "vrml" |
| Allowed 'format' argument values. | |
| const std::string | MODULE_ARG_BOUNDARY = "boundary" |
| const std::string | MODULE_ARG_CUT = "cut" |
| const std::string | MODULE_ARG_FORMAT = "format" |
| Additional arguments names. | |
| const std::string | MODULE_ARG_REGION = "region" |
| const std::string | MODULE_ARG_SLIVERS = "slivers" |
| const std::string | MODULE_ARG_TETQUALITY = "tetquality" |
| const std::string | MODULE_ARGUMENTS = "format:region:boundary:cut:slivers:tetquality" |
| Additional command line arguments. | |
| const std::string | MODULE_DESCRIPTION = "Module saves an input tetrahedral mesh to the VRML or STL format." |
| Module description. | |
|
||||||||||||
|
|
|
|
Default region argument value.
|
|
|
|
|
|
Allowed 'format' argument values.
|
|
|
|
|
|
|
|
|
Additional arguments names.
|
|
|
|
|
|
|
|
|
|
|
|
Additional command line arguments.
|
|
|
Module description.
|
1.4.6-NO