NCBI C++ ToolKit
|
Search Toolkit Book for BondStyle
#include "style_manager.hpp"
(Private to src/app/cn3d
.)
Classes | |
struct | EndStyle |
Public Attributes | |
EndStyle | end1 |
EndStyle | end2 |
bool | midCap |
double | tension |
Definition at line 393 of file style_manager.hpp.
EndStyle BondStyle::end1 |
Definition at line 403 of file style_manager.hpp.
Referenced by Bond::Draw(), OpenGLRenderer::DrawBond(), and StyleManager::GetBondStyle().
EndStyle BondStyle::end2 |
Definition at line 403 of file style_manager.hpp.
Referenced by Bond::Draw(), OpenGLRenderer::DrawBond(), and StyleManager::GetBondStyle().
bool BondStyle::midCap |
Definition at line 404 of file style_manager.hpp.
Referenced by OpenGLRenderer::DrawBond(), and StyleManager::GetBondStyle().
double BondStyle::tension |
Definition at line 405 of file style_manager.hpp.
Referenced by OpenGLRenderer::DrawBond(), and StyleManager::GetBondStyle().