DGtal
1.5.beta
|
#include <iostream>
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/readers/VolReader.h"
#include "DGtal/io/DrawWithDisplay3DModifier.h"
#include "DGtal/io/viewers/Viewer3D.h"
#include "DGtal/io/Color.h"
#include "DGtal/io/colormaps/HueShadeColorMap.h"
#include "DGtal/images/ImageSelector.h"
#include "DGtal/images/imagesSetsUtils/SetFromImage.h"
#include "DGtal/shapes/implicit/ImplicitBall.h"
#include "DGtal/shapes/GaussDigitizer.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/topology/DigitalSurface.h"
#include "DGtal/topology/ExplicitDigitalSurface.h"
#include "DGtal/topology/helpers/FrontierPredicate.h"
#include "DGtal/topology/helpers/BoundaryPredicate.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
An example file named qglViewer.
This file is part of the DGtal library.
Definition in file frontierAndBoundary.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
[frontierAndBoundary-LabelledImage]
[frontierAndBoundary-LabelledImage]
[frontierAndBoundary-KSpace]
[frontierAndBoundary-KSpace]
[frontierAndBoundary-SetUpDigitalSurface]
[frontierAndBoundary-SetUpDigitalSurface]
[volBreadthFirstTraversal-DisplayingSurface]
[volBreadthFirstTraversal-DisplayingSurface]
Definition at line 59 of file frontierAndBoundary.cpp.
References DGtal::GaussDigitizer< TSpace, TEuclideanShape >::attach(), DGtal::HyperRectDomain< TSpace >::begin(), DGtal::Trace::beginBlock(), DGtal::HyperRectDomain< TSpace >::className(), domain, DGtal::HyperRectDomain< TSpace >::end(), DGtal::Trace::endBlock(), DGtal::Trace::error(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::getDomain(), image(), DGtal::Trace::info(), DGtal::KhalimskySpaceND< dim, TInteger >::init(), DGtal::GaussDigitizer< TSpace, TEuclideanShape >::init(), K, DGtal::HyperRectDomain< TSpace >::lowerBound(), DGtal::KhalimskySpaceND< dim, TInteger >::POS, DGtal::Viewer3D< TSpace, TKSpace >::show(), DGtal::KhalimskySpaceND< dim, TInteger >::sIncident(), DGtal::KhalimskySpaceND< dim, TInteger >::sSpel(), DGtal::trace, and DGtal::HyperRectDomain< TSpace >::upperBound().