Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsTetraMeshIsotropicEdgeSplitting.cpp
Section: mTetraMeshIsotropicEdgeSplitting
Date: 2007/03/03
Description:
#include "mdsTetraMeshIsotropicEdgeSplitting.h"
#include <MDSTk/VectorSegmentation/mdsTetraEdgeIterator.h>
#include <MDSTk/VectorSegmentation/mdsTetraTriIterator.h>
#include <climits>
#include <iostream>
#include <string>
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const double | DEFAULT_MIN_LENGTH = mds::seg::CTetraMesh::DEFAULT_MIN_EDGE_LENGTH |
Default arguments values. | |
const double | DEFAULT_THRESHOLD = 0.5 |
const double | MAX_LENGTH = 50.0 |
const double | MAX_THRESHOLD = 1.0 |
const double | MIN_LENGTH = 0.1 |
Allowed arguments values. | |
const double | MIN_THRESHOLD = 0.0 |
const std::string | MODULE_ARG_BOUNDARY = "boundary" |
const std::string | MODULE_ARG_CDT = "cdt" |
const std::string | MODULE_ARG_MIN_LENGTH = "minlength" |
Additional arguments names. | |
const std::string | MODULE_ARG_THRESHOLD = "threshold" |
const std::string | MODULE_ARGUMENTS = "minlength:threshold:boundary:cdt" |
Additional command line arguments. | |
const std::string | MODULE_DESCRIPTION = "Module provides edge splitting algorithm for adaptation of a tetrahedral mesh to an underlying volume data." |
Module description. |
|
|
|
Default arguments values.
|
|
|
|
|
|
|
|
Allowed arguments values.
|
|
|
|
|
|
|
|
Additional arguments names.
|
|
|
|
Additional command line arguments.
|
|
Module description.
|