DGtal
1.3.beta
|
#include <iostream>
#include <queue>
#include "DGtal/base/Common.h"
#include "DGtal/io/viewers/Viewer3D.h"
#include "DGtal/io/DrawWithDisplay3DModifier.h"
#include "DGtal/io/Color.h"
#include "DGtal/io/colormaps/SimpleDistanceColorMap.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/helpers/Shortcuts.h"
#include "DGtal/images/ImageContainerBySTLVector.h"
#include "DGtal/geometry/volumes/TangencyComputer.h"
#include "ConfigExamples.h"
Go to the source code of this file.
Typedefs | |
typedef Z3i::Space | Space |
typedef Z3i::KSpace | KSpace |
typedef Z3i::Domain | Domain |
typedef Z3i::SCell | SCell |
typedef Shortcuts< KSpace > | SH3 |
typedef Space::Point | Point |
typedef Space::RealPoint | RealPoint |
typedef Space::Vector | Vector |
Functions | |
int | reaction (void *viewer, DGtal::int32_t name, void *data) |
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 fullConvexityShortestPaths3D
This file is part of the DGtal library.
Definition in file fullConvexityShortestPaths3D.cpp.
typedef Z3i::Domain Domain |
Definition at line 82 of file fullConvexityShortestPaths3D.cpp.
typedef Z3i::KSpace KSpace |
Definition at line 81 of file fullConvexityShortestPaths3D.cpp.
typedef Space::Point Point |
Definition at line 85 of file fullConvexityShortestPaths3D.cpp.
typedef Space::RealPoint RealPoint |
Definition at line 86 of file fullConvexityShortestPaths3D.cpp.
typedef Z3i::SCell SCell |
Definition at line 83 of file fullConvexityShortestPaths3D.cpp.
Definition at line 84 of file fullConvexityShortestPaths3D.cpp.
typedef Z3i::Space Space |
Definition at line 80 of file fullConvexityShortestPaths3D.cpp.
typedef Space::Vector Vector |
Definition at line 87 of file fullConvexityShortestPaths3D.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
[Tangency3D-shortest-paths]
[Tangency3D-shortest-paths]
[Tangency3D-shortest-path]
[Tangency3D-shortest-path]
Definition at line 98 of file fullConvexityShortestPaths3D.cpp.
References DGtal::Shortcuts< TKSpace >::defaultParameters(), DGtal::Shortcuts< TKSpace >::getKSpace(), DGtal::Shortcuts< TKSpace >::getSurfelRange(), DGtal::Trace::info(), DGtal::TangencyComputer< TKSpace >::init(), K, DGtal::TangencyComputer< TKSpace >::length(), DGtal::Shortcuts< TKSpace >::makeBinaryImage(), DGtal::Shortcuts< TKSpace >::makeDigitalSurface(), DGtal::TangencyComputer< TKSpace >::makeShortestPaths(), DGtal::TangencyComputer< TKSpace >::point(), reaction(), DGtal::KhalimskySpaceND< dim, TInteger >::sCoords(), DGtal::KhalimskySpaceND< dim, TInteger >::sDirect(), DGtal::TangencyComputer< TKSpace >::shortestPaths(), DGtal::Viewer3D< TSpace, TKSpace >::show(), DGtal::KhalimskySpaceND< dim, TInteger >::sIncident(), DGtal::TangencyComputer< TKSpace >::size(), DGtal::KhalimskySpaceND< dim, TInteger >::sOrthDir(), and DGtal::trace.
int reaction | ( | void * | viewer, |
DGtal::int32_t | name, | ||
void * | data | ||
) |