MRPT logo

mrpt::opengl::CCylinder Member List

This is the complete list of members for mrpt::opengl::CCylinder, including all inherited members.

_GetBaseClass()mrpt::utils::CSerializable [protected, static]
CCylinder()mrpt::opengl::CCylinder [inline, private]
CCylinder(const float baseRadius, const float topRadius, const float height, const int slices, const int stacks)mrpt::opengl::CCylinder [inline, private]
checkOpenGLError()mrpt::opengl::CRenderizable [protected, static]
classCSerializablemrpt::utils::CSerializable [static]
clone() const mrpt::opengl::CRenderizable [inline]
Create(const float baseRadius, const float topRadius, const float height=1, const int slices=10, const int stacks=10)mrpt::opengl::CCylinder [inline, static]
Create(const float radius, const float height=1, const int slices=10, const int stacks=10)mrpt::opengl::CCylinder [inline, static]
CRenderizable()mrpt::opengl::CRenderizable [inline]
duplicate() const =0mrpt::utils::CSerializable [pure virtual]
enableShowName(bool showName=true)mrpt::opengl::CRenderizable [inline]
getBottomRadius() const mrpt::opengl::CCylinder [inline]
getColor() const mrpt::opengl::CRenderizable [inline]
getColorA() const mrpt::opengl::CRenderizable [inline]
getColorB() const mrpt::opengl::CRenderizable [inline]
getColorG() const mrpt::opengl::CRenderizable [inline]
getColorR() const mrpt::opengl::CRenderizable [inline]
getHeight() const mrpt::opengl::CCylinder [inline]
getName() const mrpt::opengl::CRenderizable [inline]
getNewTextureNumber()mrpt::opengl::CRenderizable [protected, static]
getPose() const mrpt::opengl::CRenderizable
getPosePitch() const mrpt::opengl::CRenderizable [inline]
getPoseRoll() const mrpt::opengl::CRenderizable [inline]
getPoseX() const mrpt::opengl::CRenderizable [inline]
getPoseY() const mrpt::opengl::CRenderizable [inline]
getPoseYaw() const mrpt::opengl::CRenderizable [inline]
getPoseZ() const mrpt::opengl::CRenderizable [inline]
getRadius(float Z, float &r) const mrpt::opengl::CCylinder [inline, private]
GetRuntimeClass() const mrpt::utils::CSerializable [virtual]
getScaleX() const mrpt::opengl::CRenderizable [inline]
getScaleY() const mrpt::opengl::CRenderizable [inline]
getScaleZ() const mrpt::opengl::CRenderizable [inline]
getSlicesCount() const mrpt::opengl::CCylinder [inline]
getStacksCount() const mrpt::opengl::CCylinder [inline]
getTopRadius() const mrpt::opengl::CCylinder [inline]
hasBottomBase() const mrpt::opengl::CCylinder [inline]
hasTopBase() const mrpt::opengl::CCylinder [inline]
m_color_Amrpt::opengl::CRenderizable [protected]
m_color_Bmrpt::opengl::CRenderizable [protected]
m_color_Gmrpt::opengl::CRenderizable [protected]
m_color_Rmrpt::opengl::CRenderizable [protected]
m_namemrpt::opengl::CRenderizable [protected]
m_pitchmrpt::opengl::CRenderizable [protected]
m_rollmrpt::opengl::CRenderizable [protected]
m_scale_xmrpt::opengl::CRenderizable [protected]
m_scale_ymrpt::opengl::CRenderizable [protected]
m_scale_zmrpt::opengl::CRenderizable [protected]
m_show_namemrpt::opengl::CRenderizable [protected]
m_xmrpt::opengl::CRenderizable [protected]
m_ymrpt::opengl::CRenderizable [protected]
m_yawmrpt::opengl::CRenderizable [protected]
m_zmrpt::opengl::CRenderizable [protected]
mBaseRadiusmrpt::opengl::CCylinder [protected]
mHasBottomBasemrpt::opengl::CCylinder [protected]
mHasTopBasemrpt::opengl::CCylinder [protected]
mHeightmrpt::opengl::CCylinder [protected]
mrpt::opengl::COpenGLViewport classmrpt::opengl::CRenderizable [friend]
mrpt::opengl::CSetOfObjects classmrpt::opengl::CRenderizable [friend]
mrpt::utils::CStream classmrpt::utils::CSerializable [friend]
mSlicesmrpt::opengl::CCylinder [protected]
mStacksmrpt::opengl::CCylinder [protected]
mTopRadiusmrpt::opengl::CCylinder [protected]
reachesHeight(float Z) const mrpt::opengl::CCylinder [inline, private]
readFromStream(mrpt::utils::CStream &in, int version)=0mrpt::utils::CSerializable [protected, pure virtual]
readFromStreamRender(utils::CStream &in)mrpt::opengl::CRenderizable [protected]
releaseTextureName(unsigned int i)mrpt::opengl::CRenderizable [protected, static]
render() const mrpt::opengl::CCylinder [virtual]
renderTextBitmap(const char *str, void *fontStyle)mrpt::opengl::CRenderizable [static]
setColor(const mrpt::utils::TColorf &c)mrpt::opengl::CRenderizable [inline, virtual]
setColor(double R, double G, double B, double A=1)mrpt::opengl::CRenderizable [virtual]
setColorA(const double a)mrpt::opengl::CRenderizable [inline, virtual]
setColorB(const double b)mrpt::opengl::CRenderizable [inline, virtual]
setColorG(const double g)mrpt::opengl::CRenderizable [inline, virtual]
setColorR(const double r)mrpt::opengl::CRenderizable [inline, virtual]
setHasBases(bool top=true, bool bottom=true)mrpt::opengl::CCylinder [inline]
setHeight(float height)mrpt::opengl::CCylinder [inline]
setLocation(double x, double y, double z)mrpt::opengl::CRenderizable [inline]
setLocation(const mrpt::math::TPoint3D &p)mrpt::opengl::CRenderizable [inline]
setName(const std::string &n)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
setRadii(float bottom, float top)mrpt::opengl::CCylinder [inline]
setRadius(float radius)mrpt::opengl::CCylinder [inline]
setScale(float s)mrpt::opengl::CRenderizable [inline]
setScale(float sx, float sy, float sz)mrpt::opengl::CRenderizable [inline]
setSlicesCount(uint32_t slices)mrpt::opengl::CCylinder [inline]
setStacksCount(uint32_t stacks)mrpt::opengl::CCylinder [inline]
traceRay(const mrpt::poses::CPose3D &o, double &dist) const mrpt::opengl::CCylinder [virtual]
writeToStream(mrpt::utils::CStream &out, int *getVersion) const =0mrpt::utils::CSerializable [protected, pure virtual]
writeToStreamRender(utils::CStream &out) const mrpt::opengl::CRenderizable [protected]
~CCylinder()mrpt::opengl::CCylinder [inline, private, virtual]
~CRenderizable()mrpt::opengl::CRenderizable [inline, virtual]
~CSerializable()mrpt::utils::CSerializable [virtual]




Page generated by Doxygen 1.5.7.1 for MRPT 0.7.1 SVN: at Mon Aug 17 23:10:56 EDT 2009