OMToolkit
1.0
The polygonal mesh processing tool.
|
#include "viewer.h"
#include <OMToolkit\IO\OMIO.h>
#include <OMToolkitOSG\OMLegendGeo.h>
#include <OMToolkit\OMTypes.h>
#include <OMToolkitOSG\OMGeometry.h>
#include <OMToolkitOSG\OMDirectionsGeo.h>
#include <osg\geode>
#include <osg\material>
#include <osg\blendfunc>
#include <osgViewer\viewer>
#include <locale>
Typedefs | |
typedef OMToolkit::Types::ModuleMeshd | MeshT |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const std::string | MODULE_DESCRIPTION = "Module for viewing a mesh" |
const std::string | MODULE_ARGUMENTS = "visualise:component:omit:directions" |
const std::string | MODULE_ARG_VISUALISE = "visualise" |
const std::string | MODULE_ARG_NORMALS = "directions" |
const std::string | MODULE_ARG_OMMIT = "omit" |
const std::string | MODULE_ARG_VECTOR = "component" |
const std::string | VISUALISE_NONE = "none" |
const std::string | VISUALISE_CURVATURE = "curvature" |
const std::string | VISUALISE_VATTRIBUTES = "vattributes" |
const std::string | VISUALISE_VCOLOR = "vcolor" |
const std::string | VISUALISE_DEFAULT = VISUALISE_NONE |
const double | VISUALISE_OMMIT_DEFAULT = 2.0 |
const std::string | DIRECTIONS_NONE = "none" |
const std::string | DIRECTIONS_CURVATURE = "curvature" |
const std::string | DIRECTIONS_FNORMALS = "fnormals" |
const std::string | DIRECTIONS_VNORMALS = "vnormals" |
const std::string | DIRECTIONS_DEFAULT = DIRECTIONS_NONE |
const double | DIRECTION_DEFAULT_LENGHT = 0.5 |
const int | VECTOR_COMPONENT_DEFAULT = 0 |
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/25
Module description:
typedef OMToolkit::Types::ModuleMeshd MeshT |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const double DIRECTION_DEFAULT_LENGHT = 0.5 |
const std::string DIRECTIONS_CURVATURE = "curvature" |
const std::string DIRECTIONS_DEFAULT = DIRECTIONS_NONE |
const std::string DIRECTIONS_FNORMALS = "fnormals" |
const std::string DIRECTIONS_NONE = "none" |
const std::string DIRECTIONS_VNORMALS = "vnormals" |
const std::string MODULE_ARG_NORMALS = "directions" |
const std::string MODULE_ARG_OMMIT = "omit" |
const std::string MODULE_ARG_VECTOR = "component" |
const std::string MODULE_ARG_VISUALISE = "visualise" |
const std::string MODULE_ARGUMENTS = "visualise:component:omit:directions" |
const std::string MODULE_DESCRIPTION = "Module for viewing a mesh" |
const int VECTOR_COMPONENT_DEFAULT = 0 |
const std::string VISUALISE_CURVATURE = "curvature" |
const std::string VISUALISE_DEFAULT = VISUALISE_NONE |
const std::string VISUALISE_NONE = "none" |
const double VISUALISE_OMMIT_DEFAULT = 2.0 |
const std::string VISUALISE_VATTRIBUTES = "vattributes" |
const std::string VISUALISE_VCOLOR = "vcolor" |