DGtal
1.5.beta
|
#include <iostream>
#include <queue>
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/viewers/Viewer3D.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/shapes/SurfaceMesh.h"
#include "DGtal/io/readers/SurfaceMeshReader.h"
#include "DGtal/geometry/volumes/DigitalConvexity.h"
#include "ConfigExamples.h"
Go to the source code of this file.
Namespaces | |
DGtal | |
DGtal is the top-level namespace which contains all DGtal functions and types. | |
Typedefs | |
typedef Z3i::Space | Space |
typedef Z3i::Integer | Integer |
typedef Z3i::KSpace | KSpace |
typedef Z3i::Domain | Domain |
typedef Z3i::SCell | SCell |
typedef Space::Point | Point |
typedef Space::RealPoint | RealPoint |
typedef Space::RealVector | RealVector |
typedef Space::Vector | Vector |
typedef std::vector< Point > | PointRange |
typedef MedianPlane< false, true > | Plane |
Functions | |
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 standardDigitalPolyhedronBuilder3D
This file is part of the DGtal library.
Definition in file standardDigitalPolyhedronBuilder3D.cpp.
typedef Z3i::Domain Domain |
Definition at line 82 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Z3i::Integer Integer |
Definition at line 80 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Z3i::KSpace KSpace |
Definition at line 81 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef MedianPlane< false, true > Plane |
Definition at line 120 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Space::Point Point |
Definition at line 84 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef std::vector<Point> PointRange |
Definition at line 88 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Space::RealPoint RealPoint |
Definition at line 85 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Space::RealVector RealVector |
Definition at line 86 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Z3i::SCell SCell |
Definition at line 83 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Z3i::Space Space |
Definition at line 79 of file standardDigitalPolyhedronBuilder3D.cpp.
typedef Space::Vector Vector |
Definition at line 87 of file standardDigitalPolyhedronBuilder3D.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 122 of file standardDigitalPolyhedronBuilder3D.cpp.
References DGtal::SurfaceMesh< TRealPoint, TRealVector >::allIncidentVertices(), DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::error(), DGtal::Trace::info(), insert(), DGtal::SurfaceMesh< TRealPoint, TRealVector >::nbFaces(), DGtal::SurfaceMesh< TRealPoint, TRealVector >::nbVertices(), DGtal::SurfaceMesh< TRealPoint, TRealVector >::position(), DGtal::DigitalConvexity< TKSpace >::relativeEnvelope(), DGtal::Viewer3D< TSpace, TKSpace >::show(), surfmesh, and DGtal::trace.