OMToolkit
1.0
The polygonal mesh processing tool.
|
#include "SubdivideMesh.h"
#include <OMToolkit\IO\OMIO.h>
#include <OMToolkit\OMTypes.h>
#include <OpenMesh\Tools\Subdivider\Uniform\Sqrt3T.hh>
#include <OpenMesh\Tools\Subdivider\Uniform\LoopT.hh>
#include <OpenMesh\Tools\Subdivider\Uniform\CompositeLoopT.hh>
#include <OpenMesh\Tools\Subdivider\Uniform\CompositeSqrt3T.hh>
Typedefs | |
typedef OMToolkit::Types::ModuleMeshd | MeshT |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const std::string | MODULE_DESCRIPTION = "Module that uniformly subdivides mesh data" |
const std::string | MODULE_ARGUMENTS = "method:iterations" |
const std::string | MODULE_ARG_METHOD = "method" |
const std::string | MODULE_ARG_ITERATIONS = "iterations" |
const std::string | METHOD_LOOP = "loop" |
const std::string | METHOD_SQRT3 = "sqrt3" |
const std::string | METHOD_DEFAULT = METHOD_SQRT3 |
const int | DEFAULT_ITERATIONS = 1 |
OpenMesh Toolkit for mesh analysis
Copyright (c) 2010 by Rostislav Hulik
Author: Rostislav Hulik, ihuli k@fi t.vut br.c z
Date: 2010/10/27
Module description:
typedef OMToolkit::Types::ModuleMeshd MeshT |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const int DEFAULT_ITERATIONS = 1 |
const std::string METHOD_DEFAULT = METHOD_SQRT3 |
const std::string METHOD_LOOP = "loop" |
const std::string METHOD_SQRT3 = "sqrt3" |
const std::string MODULE_ARG_ITERATIONS = "iterations" |
const std::string MODULE_ARG_METHOD = "method" |
const std::string MODULE_ARGUMENTS = "method:iterations" |
const std::string MODULE_DESCRIPTION = "Module that uniformly subdivides mesh data" |