#include <DGtal/io/DrawWithDisplay3DModifier.h>
Custom style class redefining the fill color and the gl_LINE/gl_POINT color. You can use DGtal::Color with alpha transparency value but you nedd to take into account the z-buffer during the Open-GL based rendering.
...
Structure representing an RGB triple with alpha component.
Aim: This semi abstract class defines the stream mechanism to display 3d primitive (like BallVector,...
CustomColors3D(const Color &penColor, const Color &fillColor)
void display(ostream &out, const AContainer &C)
- See also
- Display3D
- Examples
- dec/exampleDiscreteExteriorCalculusSolve.cpp, geometry/surfaces/greedy-plane-segmentation-ex2.cpp, geometry/surfaces/greedy-plane-segmentation.cpp, geometry/volumes/distance/distancetransform3D.cpp, geometry/volumes/distance/exampleFMM3D.cpp, geometry/volumes/fullConvexityAnalysis3D.cpp, geometry/volumes/fullConvexityThinning3D.cpp, graph/volDistanceTraversal.cpp, io/boards/dgtalBoard3D-1-points.cpp, io/boards/dgtalBoard3D-6-clipping.cpp, io/boards/dgtalBoard3DTo2D-3-objects.cpp, io/boards/dgtalBoard3DTo2D-5-custom.cpp, io/boards/dgtalBoard3DTo2D-6.cpp, io/digitalSetFromPointList.cpp, io/viewDualSurface.cpp, io/viewers/viewer3D-10-interaction.cpp, io/viewers/viewer3D-3-objects.cpp, io/viewers/viewer3D-5-custom.cpp, io/viewers/viewer3D-6-clipping.cpp, io/viewers/viewer3D-7-planes.cpp, io/viewers/viewer3D-7-stdplane.cpp, io/viewers/viewer3D-7bis-planes.cpp, io/viewers/viewer3D-7bis-stdplane.cpp, topology/3dBorderExtraction.cpp, topology/3dKSSurfaceExtraction.cpp, topology/frontierAndBoundary.cpp, topology/homotopicThinning3D.cpp, topology/volBreadthFirstTraversal.cpp, topology/volScanBoundary.cpp, topology/volTrackBoundary.cpp, and tutorial-examples/volDTGranulo.cpp.
Definition at line 129 of file DrawWithDisplay3DModifier.h.
◆ CustomColors3D()
DGtal::CustomColors3D::CustomColors3D |
( |
const Color & | penColor, |
|
|
const Color & | fillColor ) |
|
inline |
Constructor.
- Parameters
-
penColor | specifies the pen color. |
fillColor | specifies the fill color. |
Definition at line 140 of file DrawWithDisplay3DModifier.h.
◆ myFillColor
Color DGtal::CustomColors3D::myFillColor |
◆ myPenColor
Color DGtal::CustomColors3D::myPenColor |
The documentation for this struct was generated from the following file: