DGtal
1.5.beta
|
#include <iostream>
#include <algorithm>
#include "DGtal/base/Common.h"
#include "DGtal/shapes/SurfaceMesh.h"
#include "DGtal/geometry/meshes/CorrectedNormalCurrentComputer.h"
#include "DGtal/io/writers/SurfaceMeshWriter.h"
#include "DGtal/io/colormaps/GradientColorMap.h"
#include "DGtal/helpers/Shortcuts.h"
#include "DGtal/io/readers/SurfaceMeshReader.h"
#include "DGtal/io/colormaps/QuantifiedColorMap.h"
Go to the source code of this file.
Functions | |
DGtal::GradientColorMap< double > | makeColorMap (double min_value, double max_value) |
[curvature-measures-Includes] More... | |
void | usage (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
An example file named obj-curvature-measures-icnc-XY-3d.
This file is part of the DGtal library.
Definition in file obj-curvature-measures-icnc-XY-3d.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
[curvature-measures-Typedefs]
[curvature-measures-Typedefs]
[curvature-measures-SurfaceMesh]
[curvature-measures-SurfaceMesh]
[curvature-measures-CNC]
[curvature-measures-CNC]
[curvature-measures-estimations]
[curvature-measures-estimations]
[curvature-measures-check]
[curvature-measures-check]
[curvature-measures-output]
[curvature-measures-output]
Definition at line 110 of file obj-curvature-measures-icnc-XY-3d.cpp.
References DGtal::Trace::error(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::inf(), DGtal::Trace::info(), makeColorMap(), DGtal::makeQuantifiedColorMap(), DGtal::PointVector< dim, TEuclideanRing, TContainer >::sup(), DGtal::trace, and usage().
DGtal::GradientColorMap< double > makeColorMap | ( | double | min_value, |
double | max_value | ||
) |
[curvature-measures-Includes]
[curvature-measures-Includes]
Definition at line 81 of file obj-curvature-measures-icnc-XY-3d.cpp.
References DGtal::GradientColorMap< PValue, PDefaultPreset, PDefaultFirstColor, PDefaultLastColor >::addColor().
Referenced by main().
void usage | ( | int | argc, |
char * | argv[] | ||
) |