A simple example of cellular grid space with several cells instantiated and visualized in 3D. This program outputs this image.
- See also
- Cells may be unsigned or signed
#include <iostream>
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/viewers/PolyscopeViewer.h"
int main(
int argc,
char** argv )
{
K.init( plow, pup,
true );
typedef PolyscopeViewer<Space, KSpace>
MyViewer;
SCell ptlow =
K.sPointel( plow );
SCell ptup1 =
K.sPointel( pup );
viewer << ptlow << ptup1 << ptup2;
viewer << p1 << p2 << p3 << p4 << p5 << p6 << p7 << p8;
viewer << linel0<< linel1<< linel2 << linel3 ;
viewer << linel4<< linel5<< linel6 << linel7 ;
viewer << linel8<< linel9<< linel10 << linel11 << linel12;
viewer << surfelA << surfelB << surfelC;
viewer << vox1 << vox2;
viewer.show();
return 0;
}
static Self diagonal(Component val=1)
Z3i this namespace gathers the standard of types for 3D imagery.
DGtal is the top-level namespace which contains all DGtal functions and types.
HyperRectDomain< Space > Domain
PolyscopeViewer< Space, KSpace > MyViewer