|
DGtal 1.4.0
|
#include <iostream>#include <queue>#include "DGtal/helpers/StdDefs.h"#include "DGtal/io/readers/VolReader.h"#include "DGtal/io/DrawWithDisplay3DModifier.h"#include "DGtal/io/Color.h"#include "DGtal/images/ImageSelector.h"#include "DGtal/images/imagesSetsUtils/SetFromImage.h"#include "DGtal/shapes/Shapes.h"#include "DGtal/topology/helpers/Surfaces.h"#include "DGtal/io/viewers/Viewer3D.h"Go to the source code of this file.
Functions | |
| void | usage (int, char **argv) |
| int | main (int argc, char **argv) |
An example file named volScanBoundary.
This file is part of the DGtal library.
Definition in file volScanBoundary.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
[volScanBoundary-readVol]
[volScanBoundary-readVol]
[volScanBoundary-KSpace]
[volScanBoundary-KSpace]
[volScanBoundary-ExtractingSurface]
[volScanBoundary-ExtractingSurface]
[volScanBoundary-DisplayingSurface]
[volScanBoundary-DisplayingSurface]
Definition at line 66 of file volScanBoundary.cpp.
References DGtal::SetFromImage< TSet >::append(), DGtal::Trace::beginBlock(), DGtal::SignedKhalimskyCell< dim, TInteger >::className(), DGtal::DigitalSetByAssociativeContainer< TDomain, TContainer >::domain(), DGtal::Trace::endBlock(), DGtal::Trace::error(), DGtal::VolReader< TImageContainer, TFunctor >::importVol(), DGtal::Trace::info(), DGtal::KhalimskySpaceND< dim, TInteger >::init(), DGtal::Viewer3D< TSpace, TKSpace >::show(), DGtal::Surfaces< TKSpace >::sMakeBoundary(), and DGtal::trace.
| void usage | ( | int | , |
| char ** | argv ) |
Definition at line 59 of file volScanBoundary.cpp.