|
DGtal 2.0.0
|
#include <iostream>#include "DGtal/helpers/StdDefs.h"#include "DGtal/topology/helpers/Surfaces.h"#include "DGtal/topology/DigitalSurface.h"#include "DGtal/topology/SetOfSurfels.h"#include "DGtal/math/MPolynomial.h"#include "DGtal/shapes/GaussDigitizer.h"#include "DGtal/shapes/implicit/ImplicitPolynomial3Shape.h"#include "DGtal/shapes/implicit/ImplicitFunctionDiff1LinearCellEmbedder.h"#include "DGtal/io/readers/MPolynomialReader.h"#include "DGtal/topology/SCellsFunctors.h"#include "DGtal/topology/helpers/BoundaryPredicate.h"#include "DGtal/io/viewers/PolyscopeViewer.h"#include "DGtal/io/colormaps/GradientColorMap.h"#include <boost/math/special_functions/fpclassify.hpp>Go to the source code of this file.
Typedefs | |
| typedef Space::RealPoint | RealPointT |
| typedef RealPointT::Coordinate | Ring |
| typedef MPolynomial< 3, Ring > | Polynomial3 |
| typedef MPolynomialReader< 3, Ring > | Polynomial3Reader |
| typedef ImplicitPolynomial3Shape< Space > | ImplicitShape |
| typedef GaussDigitizer< Space, ImplicitShape > | DigitalShape |
| typedef DigitalShape::PointEmbedder | DigitalEmbedder |
Functions | |
| void | usage (int, 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/.
This file is part of the DGtal library.
Definition in file testPolynomial.cpp.
Definition at line 74 of file testPolynomial.cpp.
| typedef GaussDigitizer<Space,ImplicitShape> DigitalShape |
Definition at line 73 of file testPolynomial.cpp.
| typedef ImplicitPolynomial3Shape<Space> ImplicitShape |
Definition at line 72 of file testPolynomial.cpp.
| typedef MPolynomial<3, Ring> Polynomial3 |
Definition at line 70 of file testPolynomial.cpp.
| typedef MPolynomialReader<3, Ring> Polynomial3Reader |
Definition at line 71 of file testPolynomial.cpp.
| typedef Space::RealPoint RealPointT |
Definition at line 68 of file testPolynomial.cpp.
| typedef RealPointT::Coordinate Ring |
Definition at line 69 of file testPolynomial.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 78 of file testPolynomial.cpp.
References DGtal::Display3D< Space, KSpace >::allowReuseList, DGtal::GaussDigitizer< TSpace, TEuclideanShape >::attach(), domain, DGtal::Surfaces< TKSpace >::findABel(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::getDomain(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::init(), K, DGtal::ImplicitPolynomial3Shape< TSpace >::meanCurvature(), DGtal::ImplicitPolynomial3Shape< TSpace >::nearestPoint(), DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::read(), DGtal::PolyscopeViewer< Space, KSpace >::show(), DGtal::trace, DGtal::Surfaces< TKSpace >::trackBoundary(), and usage().
| void usage | ( | int | , |
| char ** | argv ) |
Definition at line 58 of file testPolynomial.cpp.