DGtal
1.5.beta
|
#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"
Go to the source code of this file.
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/.
A simple marching cube algorithm based on digital surfaces.
This file is part of the DGtal library.
Definition in file trackImplicitPolynomialSurfaceToOFF.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
[trackImplicitPolynomialSurfaceToOFF-makeSurface]
[trackImplicitPolynomialSurfaceToOFF-makeSurface]
[trackImplicitPolynomialSurfaceToOFF-KSpace]
[trackImplicitPolynomialSurfaceToOFF-KSpace]
[trackImplicitPolynomialSurfaceToOFF-SurfelAdjacency]
[trackImplicitPolynomialSurfaceToOFF-SurfelAdjacency]
[trackImplicitPolynomialSurfaceToOFF-ExtractingSurface]
[trackImplicitPolynomialSurfaceToOFF-ExtractingSurface]
[trackImplicitPolynomialSurfaceToOFF-makingOFF]
[trackImplicitPolynomialSurfaceToOFF-makingOFF]
Definition at line 88 of file trackImplicitPolynomialSurfaceToOFF.cpp.
References DGtal::GaussDigitizer< TSpace, TEuclideanShape >::attach(), DGtal::Trace::beginBlock(), domain, DGtal::Trace::endBlock(), DGtal::Trace::error(), DGtal::DigitalSurface< TDigitalSurfaceContainer >::exportEmbeddedSurfaceAs3DNOFF(), DGtal::DigitalSurface< TDigitalSurfaceContainer >::exportEmbeddedSurfaceAs3DOFF(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::getDomain(), DGtal::Trace::info(), DGtal::KhalimskySpaceND< dim, TInteger >::init(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::init(), DGtal::RegularPointEmbedder< TSpace >::init(), K, DGtal::HyperRectDomain< TSpace >::lowerBound(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::pointEmbedder(), DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::read(), DGtal::DigitalSurface< TDigitalSurfaceContainer >::size(), DGtal::trace, DGtal::HyperRectDomain< TSpace >::upperBound(), and usage().
void usage | ( | int | , |
char ** | argv | ||
) |
Definition at line 78 of file trackImplicitPolynomialSurfaceToOFF.cpp.
Referenced by main().