DGtal 1.3.0
Loading...
Searching...
No Matches
Data Fields
DGtal::Display3D< Space, KSpace >::LineD3D Struct Reference

#include <DGtal/io/Display3D.h>

Inheritance diagram for DGtal::Display3D< Space, KSpace >::LineD3D:
DGtal::Display3D< Space, KSpace >::CommonD3D

Data Fields

RealPoint point1
 
RealPoint point2
 
double width
 
bool isSigned
 
bool signPos
 
- Data Fields inherited from DGtal::Display3D< Space, KSpace >::CommonD3D
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...
 

Additional Inherited Members

- Protected Member Functions inherited from DGtal::Display3D< Space, KSpace >::CommonD3D
 ~CommonD3D ()=default
 Protected destructor to disallow polymorphism. More...
 

Detailed Description

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

The graphical structure that represents a 3D line segment in Display3D.

Definition at line 149 of file Display3D.h.

Field Documentation

◆ isSigned

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
bool DGtal::Display3D< Space, KSpace >::LineD3D::isSigned

Definition at line 153 of file Display3D.h.

◆ point1

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
RealPoint DGtal::Display3D< Space, KSpace >::LineD3D::point1

Definition at line 150 of file Display3D.h.

◆ point2

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
RealPoint DGtal::Display3D< Space, KSpace >::LineD3D::point2

Definition at line 151 of file Display3D.h.

◆ signPos

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
bool DGtal::Display3D< Space, KSpace >::LineD3D::signPos

Definition at line 154 of file Display3D.h.

◆ width

template<typename Space = Z3i::Space, typename KSpace = Z3i::KSpace>
double DGtal::Display3D< Space, KSpace >::LineD3D::width

Definition at line 152 of file Display3D.h.


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