DGtal  1.4.beta
DGtal::Display3D< Space, KSpace >::CommonD3D Struct Reference

#include <DGtal/io/Display3D.h>

Inheritance diagram for DGtal::Display3D< Space, KSpace >::CommonD3D:
[legend]

Data Fields

DGtal::Color color
 Color used for displaying the graphical structure. More...
 
DGtal::int32_t name
 The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none). More...
 

Protected Member Functions

 ~CommonD3D ()=default
 Protected destructor to disallow polymorphism. More...
 

Detailed Description

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
struct DGtal::Display3D< Space, KSpace >::CommonD3D

Common data to most graphical structures used in Display3D.

Definition at line 138 of file Display3D.h.

Constructor & Destructor Documentation

◆ ~CommonD3D()

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
DGtal::Display3D< Space, KSpace >::CommonD3D::~CommonD3D ( )
protecteddefault

Protected destructor to disallow polymorphism.

Field Documentation

◆ color

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
DGtal::Color DGtal::Display3D< Space, KSpace >::CommonD3D::color

Color used for displaying the graphical structure.

Definition at line 139 of file Display3D.h.

◆ name

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
DGtal::int32_t DGtal::Display3D< Space, KSpace >::CommonD3D::name

The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none).

Definition at line 140 of file Display3D.h.


The documentation for this struct was generated from the following file: