_GetBaseClass() | mrpt::opengl::CSetOfLines | protectedstatic |
_init_CSetOfLines | mrpt::opengl::CSetOfLines | protectedstatic |
appendLine(const mrpt::math::TSegment3D &sgm) | mrpt::opengl::CSetOfLines | inline |
appendLine(float x0, float y0, float z0, float x1, float y1, float z1) | mrpt::opengl::CSetOfLines | inline |
appendLine(T p0, U p1) | mrpt::opengl::CSetOfLines | inline |
appendLines(const T &sgms) | mrpt::opengl::CSetOfLines | inline |
appendLines(const T_it &begin, const T_it &end) | mrpt::opengl::CSetOfLines | inline |
appendLineStrip(float x, float y, float z) | mrpt::opengl::CSetOfLines | inline |
appendLineStrip(const U &point) | mrpt::opengl::CSetOfLines | inline |
begin() const | mrpt::opengl::CSetOfLines | inline |
begin() | mrpt::opengl::CSetOfLines | inline |
checkOpenGLError() | mrpt::opengl::CRenderizable | protectedstatic |
classCObject | mrpt::utils::CObject | static |
classCRenderizable | mrpt::opengl::CRenderizable | static |
classCRenderizableDisplayList | mrpt::opengl::CRenderizableDisplayList | static |
classCSerializable | mrpt::utils::CSerializable | static |
classCSetOfLines | mrpt::opengl::CSetOfLines | static |
classinfo | mrpt::opengl::CSetOfLines | static |
clear() | mrpt::opengl::CSetOfLines | inline |
clone() const | mrpt::opengl::CRenderizableDisplayList | inline |
const_iterator typedef | mrpt::opengl::CSetOfLines | |
const_reverse_iterator typedef | mrpt::opengl::CSetOfLines | |
Create() | mrpt::opengl::CSetOfLines | static |
Create(const std::vector< mrpt::math::TSegment3D > &sgms, const bool antiAliasing=true) | mrpt::opengl::CSetOfLines | static |
CreateObject() | mrpt::opengl::CSetOfLines | static |
CRenderizable() | mrpt::opengl::CRenderizable | |
CRenderizableDisplayList() | mrpt::opengl::CRenderizableDisplayList | |
CSetOfLines() | mrpt::opengl::CSetOfLines | private |
CSetOfLines(const std::vector< mrpt::math::TSegment3D > &sgms, bool antiAliasing=true) | mrpt::opengl::CSetOfLines | private |
duplicate() const MRPT_OVERRIDE | mrpt::opengl::CSetOfLines | virtual |
duplicateGetSmartPtr() const | mrpt::utils::CObject | inline |
empty() const | mrpt::opengl::CSetOfLines | inline |
enableAntiAliasing(bool enable=true) | mrpt::opengl::CSetOfLines | inline |
end() const | mrpt::opengl::CSetOfLines | inline |
end() | mrpt::opengl::CSetOfLines | inline |
getBoundingBox(mrpt::math::TPoint3D &bb_min, mrpt::math::TPoint3D &bb_max) const MRPT_OVERRIDE | mrpt::opengl::CSetOfLines | virtual |
getLineByIndex(size_t index, double &x0, double &y0, double &z0, double &x1, double &y1, double &z1) const | mrpt::opengl::CSetOfLines | |
getLineCount() const | mrpt::opengl::CSetOfLines | inline |
getLineWidth() const | mrpt::opengl::CSetOfLines | inline |
getNewTextureNumber() | mrpt::opengl::CRenderizable | protectedstatic |
getPose() const | mrpt::opengl::CRenderizable | |
getPoseRef() const | mrpt::opengl::CRenderizable | inline |
GetRuntimeClass() const | mrpt::opengl::CSetOfLines | virtual |
isAntiAliasingEnabled() const | mrpt::opengl::CSetOfLines | inline |
isVisible() const | mrpt::opengl::CRenderizable | inline |
iterator typedef | mrpt::opengl::CSetOfLines | |
m_antiAliasing | mrpt::opengl::CSetOfLines | protected |
m_color | mrpt::opengl::CRenderizable | protected |
m_dl | mrpt::opengl::CRenderizableDisplayList | mutableprivate |
m_dl_recreate | mrpt::opengl::CRenderizableDisplayList | mutableprivate |
m_name | mrpt::opengl::CRenderizable | protected |
m_pose | mrpt::opengl::CRenderizable | protected |
m_scale_x | mrpt::opengl::CRenderizable | protected |
m_scale_y | mrpt::opengl::CRenderizable | protected |
m_scale_z | mrpt::opengl::CRenderizable | protected |
m_show_name | mrpt::opengl::CRenderizable | protected |
m_visible | mrpt::opengl::CRenderizable | protected |
mLineWidth | mrpt::opengl::CSetOfLines | protected |
mSegments | mrpt::opengl::CSetOfLines | protected |
notifyChange() const | mrpt::opengl::CRenderizableDisplayList | inlineprotected |
operator delete(void *ptr) | mrpt::opengl::CSetOfLines | inline |
operator delete(void *memory, void *ptr) | mrpt::opengl::CSetOfLines | inline |
operator delete(void *ptr, const std::nothrow_t &) | mrpt::opengl::CSetOfLines | inline |
operator delete[](void *ptr) | mrpt::opengl::CSetOfLines | inline |
operator new(size_t size) | mrpt::opengl::CSetOfLines | inline |
operator new(size_t size, void *ptr) | mrpt::opengl::CSetOfLines | inlinestatic |
operator new(size_t size, const std::nothrow_t &) | mrpt::opengl::CSetOfLines | inline |
operator new[](size_t size) | mrpt::opengl::CSetOfLines | inline |
rbegin() const | mrpt::opengl::CSetOfLines | inline |
readFromStream(mrpt::utils::CStream &in, int version) MRPT_OVERRIDE | mrpt::opengl::CSetOfLines | protectedvirtual |
readFromStreamRender(mrpt::utils::CStream &in) | mrpt::opengl::CRenderizableDisplayList | inlineprotected |
releaseTextureName(unsigned int i) | mrpt::opengl::CRenderizable | protectedstatic |
rend() const | mrpt::opengl::CSetOfLines | inline |
render() const MRPT_OVERRIDE | mrpt::opengl::CRenderizableDisplayList | virtual |
render_dl() const MRPT_OVERRIDE | mrpt::opengl::CSetOfLines | virtual |
renderTextBitmap(const char *str, void *fontStyle) | mrpt::opengl::CRenderizable | static |
renderTextBitmap(int screen_x, int screen_y, const std::string &str, float color_r=1, float color_g=1, float color_b=1, mrpt::opengl::TOpenGLFont font=mrpt::opengl::MRPT_GLUT_BITMAP_TIMES_ROMAN_24) | mrpt::opengl::CRenderizable | static |
reserve(size_t r) | mrpt::opengl::CSetOfLines | inline |
resize(size_t nLines) | mrpt::opengl::CSetOfLines | inline |
reverse_iterator typedef | mrpt::opengl::CSetOfLines | |
setColor(const mrpt::utils::TColorf &c) | mrpt::opengl::CRenderizable | inline |
setColor(double R, double G, double B, double A=1) | mrpt::opengl::CRenderizable | inline |
setColor_u8(const mrpt::utils::TColor &c) | mrpt::opengl::CRenderizable | virtual |
setColor_u8(uint8_t R, uint8_t G, uint8_t B, uint8_t A=255) | mrpt::opengl::CRenderizable | inline |
setLineByIndex(size_t index, const mrpt::math::TSegment3D &segm) | mrpt::opengl::CSetOfLines | |
setLineByIndex(size_t index, double x0, double y0, double z0, double x1, double y1, double z1) | mrpt::opengl::CSetOfLines | inline |
setLineWidth(float w) | mrpt::opengl::CSetOfLines | inline |
setLocation(double x, double y, double z) | mrpt::opengl::CRenderizable | inline |
setLocation(const mrpt::math::TPoint3D &p) | mrpt::opengl::CRenderizable | inline |
setPose(const mrpt::poses::CPose3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::math::TPose3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::poses::CPoint3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::poses::CPoint2D &o) | mrpt::opengl::CRenderizable | |
setVisibility(bool visible=true) | mrpt::opengl::CRenderizable | inline |
should_skip_display_list_cache() const | mrpt::opengl::CRenderizableDisplayList | inlineprotectedvirtual |
size() const | mrpt::opengl::CSetOfLines | inline |
SmartPtr typedef | mrpt::opengl::CSetOfLines | |
textBitmapWidth(const std::string &str, mrpt::opengl::TOpenGLFont font=mrpt::opengl::MRPT_GLUT_BITMAP_TIMES_ROMAN_24) | mrpt::opengl::CRenderizable | static |
traceRay(const mrpt::poses::CPose3D &o, double &dist) const | mrpt::opengl::CRenderizable | virtual |
writeToMatlab() const | mrpt::utils::CSerializable | inlinevirtual |
writeToStream(mrpt::utils::CStream &out, int *getVersion) const MRPT_OVERRIDE | mrpt::opengl::CSetOfLines | protectedvirtual |
writeToStreamRender(utils::CStream &out) const | mrpt::opengl::CRenderizable | protected |
~CObject() | mrpt::utils::CObject | inlinevirtual |
~CRenderizable() | mrpt::opengl::CRenderizable | virtual |
~CRenderizableDisplayList() | mrpt::opengl::CRenderizableDisplayList | virtual |
~CSerializable() | mrpt::utils::CSerializable | inlinevirtual |
~CSetOfLines() | mrpt::opengl::CSetOfLines | inlineprivatevirtual |