COPASI API
4.40.278
|
#include <utility_classes.h>
Public Member Functions | |
CLLineStippleTexture (const std::vector< unsigned int > &dasharray) | |
~CLLineStippleTexture () | |
Public Attributes | |
unsigned int | mPatternLength |
unsigned int | mTextureLength |
GLuint | mTextureName |
CLLineStippleTexture::CLLineStippleTexture | ( | const std::vector< unsigned int > & | dasharray | ) |
References mPatternLength, mTextureLength, and mTextureName.
CLLineStippleTexture::~CLLineStippleTexture | ( | ) |
References mTextureName.
unsigned int CLLineStippleTexture::mPatternLength |
Referenced by CLLineStippleTexture(), and CLLayoutRenderer::draw_line().
unsigned int CLLineStippleTexture::mTextureLength |
Referenced by CLLineStippleTexture(), and CLLayoutRenderer::draw_line().
GLuint CLLineStippleTexture::mTextureName |
Referenced by CLLineStippleTexture(), CLLayoutRenderer::draw_line(), and ~CLLineStippleTexture().