_GetBaseClass() | mrpt::opengl::CPolyhedron | protectedstatic |
addEdges(const TPolyhedronFace &e) | mrpt::opengl::CPolyhedron | private |
augment(double height) const | mrpt::opengl::CPolyhedron | |
augment(double height, size_t numVertices) const | mrpt::opengl::CPolyhedron | |
augment(bool direction=false) const | mrpt::opengl::CPolyhedron | |
augment(size_t numVertices, bool direction=false) const | mrpt::opengl::CPolyhedron | |
cantellate(double factor) const | mrpt::opengl::CPolyhedron | |
checkConsistence(const std::vector< mrpt::math::TPoint3D > &vertices, const std::vector< TPolyhedronFace > &faces) | mrpt::opengl::CPolyhedron | privatestatic |
className | mrpt::opengl::CPolyhedron | static |
clone() const override | mrpt::opengl::CPolyhedron | virtual |
ConstPtr typedef | mrpt::opengl::CPolyhedron | |
ConstUniquePtr typedef | mrpt::opengl::CPolyhedron | |
CPolyhedron() | mrpt::opengl::CPolyhedron | inline |
CPolyhedron(const std::vector< mrpt::math::TPoint3D > &vertices, const std::vector< TPolyhedronFace > &faces, bool doCheck=true) | mrpt::opengl::CPolyhedron | inline |
CPolyhedron(const std::vector< math::TPolygon3D > &polys) | mrpt::opengl::CPolyhedron | |
CPolyhedron(const std::vector< mrpt::math::TPoint3D > &vertices, const std::vector< std::vector< uint32_t >> &faces) | mrpt::opengl::CPolyhedron | |
Create(Args &&... args) | mrpt::opengl::CPolyhedron | inlinestatic |
CreateAlloc(const Alloc &alloc, Args &&... args) | mrpt::opengl::CPolyhedron | inlinestatic |
CreateArchimedeanRegularAntiprism(uint32_t numBaseEdges, double baseRadius) | mrpt::opengl::CPolyhedron | static |
CreateArchimedeanRegularPrism(uint32_t numBaseEdges, double baseRadius) | mrpt::opengl::CPolyhedron | static |
CreateBifrustum(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height1, double ratio1, double height2, double ratio2) | mrpt::opengl::CPolyhedron | static |
CreateCatalanDoublePyramid(uint32_t numBaseEdges, double height) | mrpt::opengl::CPolyhedron | static |
CreateCatalanTrapezohedron(uint32_t numBaseEdges, double height) | mrpt::opengl::CPolyhedron | static |
CreateCubicPrism(double x1, double x2, double y1, double y2, double z1, double z2) | mrpt::opengl::CPolyhedron | static |
CreateCubicPrism(const mrpt::math::TPoint3D &p1, const mrpt::math::TPoint3D &p2) | mrpt::opengl::CPolyhedron | static |
CreateCuboctahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateCupola(uint32_t numBaseEdges, double edgeLength) | mrpt::opengl::CPolyhedron | static |
CreateCustomAntiprism(const std::vector< mrpt::math::TPoint2D > &bottomBase, const std::vector< mrpt::math::TPoint2D > &topBase, double height) | mrpt::opengl::CPolyhedron | static |
CreateCustomPrism(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height) | mrpt::opengl::CPolyhedron | static |
CreateDeltoidalHexecontahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateDeltoidalIcositetrahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateDodecahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateDoublePyramid(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height1, double height2) | mrpt::opengl::CPolyhedron | static |
CreateEmpty() | mrpt::opengl::CPolyhedron | static |
CreateFrustum(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height, double ratio) | mrpt::opengl::CPolyhedron | static |
CreateHexahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateIcosahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateIcosidodecahedron(double radius, bool type=true) | mrpt::opengl::CPolyhedron | static |
CreateJohnsonSolidWithConstantBase(uint32_t numBaseEdges, double baseRadius, const std::string &components, size_t shifts=0) | mrpt::opengl::CPolyhedron | static |
CreateNoCheck(const std::vector< mrpt::math::TPoint3D > &vertices, const std::vector< TPolyhedronFace > &faces) | mrpt::opengl::CPolyhedron | static |
CreateObject() | mrpt::opengl::CPolyhedron | static |
CreateOctahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateParallelepiped(const mrpt::math::TPoint3D &base, const mrpt::math::TPoint3D &v1, const mrpt::math::TPoint3D &v2, const mrpt::math::TPoint3D &v3) | mrpt::opengl::CPolyhedron | static |
CreatePentagonalRotunda(double radius) | mrpt::opengl::CPolyhedron | static |
CreatePentakisDodecahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreatePyramid(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height) | mrpt::opengl::CPolyhedron | static |
CreateRandomPolyhedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateRegularAntiprism(uint32_t numBaseEdges, double baseRadius, double height) | mrpt::opengl::CPolyhedron | static |
CreateRegularBifrustum(uint32_t numBaseEdges, double baseRadius, double height1, double ratio1, double height2, double ratio2) | mrpt::opengl::CPolyhedron | static |
CreateRegularDoublePyramid(uint32_t numBaseEdges, double baseRadius, double height1, double height2) | mrpt::opengl::CPolyhedron | static |
CreateRegularFrustum(uint32_t numBaseEdges, double baseRadius, double height, double ratio) | mrpt::opengl::CPolyhedron | static |
CreateRegularPrism(uint32_t numBaseEdges, double baseRadius, double height) | mrpt::opengl::CPolyhedron | static |
CreateRegularPyramid(uint32_t numBaseEdges, double baseRadius, double height) | mrpt::opengl::CPolyhedron | static |
CreateRegularTruncatedPyramid(uint32_t numBaseEdges, double baseRadius, double height, double ratio) | mrpt::opengl::CPolyhedron | static |
CreateRhombicDodecahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateRhombicosidodecahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateRhombicTriacontahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateRhombicuboctahedron(double radius, bool type=true) | mrpt::opengl::CPolyhedron | static |
CreateTetrahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTetrakisHexahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTrapezohedron(uint32_t numBaseEdges, double baseRadius, double basesDistance) | mrpt::opengl::CPolyhedron | static |
CreateTriakisIcosahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTriakisOctahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTriakisTetrahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedDodecahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedHexahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedIcosahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedOctahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedPyramid(const std::vector< mrpt::math::TPoint2D > &baseVertices, double height, double ratio) | mrpt::opengl::CPolyhedron | static |
CreateTruncatedTetrahedron(double radius) | mrpt::opengl::CPolyhedron | static |
CreateUnique(Args &&... args) | mrpt::opengl::CPolyhedron | inlinestatic |
CRenderizable() | mrpt::opengl::CRenderizable | |
CRenderizableShaderTriangles()=default | mrpt::opengl::CRenderizableShaderTriangles | |
CRenderizableShaderWireFrame()=default | mrpt::opengl::CRenderizableShaderWireFrame | |
duplicateGetSmartPtr() const | mrpt::rtti::CObject | inline |
edgesInVertex(size_t vertex) const | mrpt::opengl::CPolyhedron | private |
enableAntiAliasing(bool enable=true) | mrpt::opengl::CRenderizableShaderWireFrame | inline |
enableShowName(bool showName=true) | mrpt::opengl::CRenderizable | inline |
enqueForRenderRecursive([[maybe_unused]] const mrpt::opengl::TRenderMatrices &state, [[maybe_unused]] RenderQueue &rq) const | mrpt::opengl::CRenderizable | inlinevirtual |
facesInVertex(size_t vertex) const | mrpt::opengl::CPolyhedron | private |
freeOpenGLResources() override | mrpt::opengl::CPolyhedron | inlinevirtual |
generateBase(uint32_t numBaseEdges, double baseRadius) | mrpt::opengl::CPolyhedron | privatestatic |
generateBase(uint32_t numBaseEdges, double baseRadius, double height, std::vector< mrpt::math::TPoint3D > &vec) | mrpt::opengl::CPolyhedron | privatestatic |
generateShiftedBase(uint32_t numBaseEdges, double baseRadius) | mrpt::opengl::CPolyhedron | privatestatic |
generateShiftedBase(uint32_t numBaseEdges, double baseRadius, double height, double shift, std::vector< mrpt::math::TPoint3D > &vec) | mrpt::opengl::CPolyhedron | privatestatic |
getBoundingBox(mrpt::math::TPoint3D &bb_min, mrpt::math::TPoint3D &bb_max) const override | mrpt::opengl::CPolyhedron | virtual |
getCenter(mrpt::math::TPoint3D ¢er) const | mrpt::opengl::CPolyhedron | |
getClassName() | mrpt::opengl::CPolyhedron | inlinestatic |
getColor() const | mrpt::opengl::CRenderizable | inline |
getColor_u8() const | mrpt::opengl::CRenderizable | inline |
getColorA() const | mrpt::opengl::CRenderizable | inline |
getColorA_u8() const | mrpt::opengl::CRenderizable | inline |
getColorB() const | mrpt::opengl::CRenderizable | inline |
getColorB_u8() const | mrpt::opengl::CRenderizable | inline |
getColorG() const | mrpt::opengl::CRenderizable | inline |
getColorG_u8() const | mrpt::opengl::CRenderizable | inline |
getColorR() const | mrpt::opengl::CRenderizable | inline |
getColorR_u8() const | mrpt::opengl::CRenderizable | inline |
getDual() const | mrpt::opengl::CPolyhedron | |
getEdges(std::vector< TPolyhedronEdge > &edges) const | mrpt::opengl::CPolyhedron | inline |
getEdgesLength(std::vector< double > &lengths) const | mrpt::opengl::CPolyhedron | |
getFaces(std::vector< TPolyhedronFace > &faces) const | mrpt::opengl::CPolyhedron | inline |
getFacesArea(std::vector< double > &areas) const | mrpt::opengl::CPolyhedron | |
getIntersection(const CPolyhedron::Ptr &p1, const CPolyhedron::Ptr &p2, T &container) | mrpt::opengl::CPolyhedron | inlinestatic |
getLineWidth() const | mrpt::opengl::CRenderizableShaderWireFrame | inline |
getLocalRepresentativePoint() const | mrpt::opengl::CRenderizable | inlinevirtual |
getName() const | mrpt::opengl::CRenderizable | inline |
getNumberOfEdges() const | mrpt::opengl::CPolyhedron | inline |
getNumberOfFaces() const | mrpt::opengl::CPolyhedron | inline |
getNumberOfVertices() const | mrpt::opengl::CPolyhedron | inline |
getPose() const | mrpt::opengl::CRenderizable | |
getPosePitch() const | mrpt::opengl::CRenderizable | inline |
getPosePitchRad() const | mrpt::opengl::CRenderizable | inline |
getPoseRef() const | mrpt::opengl::CRenderizable | inline |
getPoseRoll() const | mrpt::opengl::CRenderizable | inline |
getPoseRollRad() const | mrpt::opengl::CRenderizable | inline |
getPoseX() const | mrpt::opengl::CRenderizable | inline |
getPoseY() const | mrpt::opengl::CRenderizable | inline |
getPoseYaw() const | mrpt::opengl::CRenderizable | inline |
getPoseYawRad() const | mrpt::opengl::CRenderizable | inline |
getPoseZ() const | mrpt::opengl::CRenderizable | inline |
GetRuntimeClass() const override | mrpt::opengl::CPolyhedron | virtual |
GetRuntimeClassIdStatic() | mrpt::opengl::CPolyhedron | static |
getScaleX() const | mrpt::opengl::CRenderizable | inline |
getScaleY() const | mrpt::opengl::CRenderizable | inline |
getScaleZ() const | mrpt::opengl::CRenderizable | inline |
getSetOfPolygons(std::vector< math::TPolygon3D > &vec) const | mrpt::opengl::CPolyhedron | |
getSetOfPolygonsAbsolute(std::vector< math::TPolygon3D > &vec) const | mrpt::opengl::CPolyhedron | |
getVertices(std::vector< mrpt::math::TPoint3D > &vertices) const | mrpt::opengl::CPolyhedron | inline |
getVolume() const | mrpt::opengl::CPolyhedron | |
hasToUpdateBuffers() const | mrpt::opengl::CRenderizable | inline |
InitFromVertAndFaces(const std::vector< mrpt::math::TPoint3D > &vertices, const std::vector< TPolyhedronFace > &faces, bool doCheck=true) | mrpt::opengl::CPolyhedron | inline |
initializeTextures() const | mrpt::opengl::CRenderizable | inlinevirtual |
isAntiAliasingEnabled() const | mrpt::opengl::CRenderizableShaderWireFrame | inline |
isClosed() const | mrpt::opengl::CPolyhedron | inline |
isShowNameEnabled() const | mrpt::opengl::CRenderizable | inline |
isVisible() const | mrpt::opengl::CRenderizable | inline |
isWireframe() const | mrpt::opengl::CPolyhedron | inline |
labelObject() const | mrpt::opengl::CRenderizable | |
m_antiAliasing | mrpt::opengl::CRenderizableShaderWireFrame | protected |
m_color | mrpt::opengl::CRenderizable | protected |
m_color_buffer_data | mrpt::opengl::CRenderizableShaderWireFrame | mutableprotected |
m_Edges | mrpt::opengl::CPolyhedron | protected |
m_Faces | mrpt::opengl::CPolyhedron | protected |
m_label_obj | mrpt::opengl::CRenderizable | mutableprotected |
m_lineWidth | mrpt::opengl::CRenderizableShaderWireFrame | protected |
m_name | mrpt::opengl::CRenderizable | protected |
m_outdatedBuffers | mrpt::opengl::CRenderizable | protected |
m_pose | mrpt::opengl::CRenderizable | protected |
m_representativePoint | 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_triangles | mrpt::opengl::CRenderizableShaderTriangles | mutableprotected |
m_vertex_buffer_data | mrpt::opengl::CRenderizableShaderWireFrame | mutableprotected |
m_Vertices | mrpt::opengl::CPolyhedron | protected |
m_visible | mrpt::opengl::CRenderizable | protected |
m_Wireframe | mrpt::opengl::CPolyhedron | protected |
makeConvexPolygons() | mrpt::opengl::CPolyhedron | |
notifyChange() const | mrpt::opengl::CRenderizable | inline |
onUpdateBuffers_Triangles() override | mrpt::opengl::CPolyhedron | virtual |
onUpdateBuffers_Wireframe() override | mrpt::opengl::CPolyhedron | virtual |
polygonsUpToDate | mrpt::opengl::CPolyhedron | mutableprotected |
Ptr typedef | mrpt::opengl::CPolyhedron | |
readFromStreamRender(mrpt::serialization::CArchive &in) | mrpt::opengl::CRenderizable | protected |
render(const RenderContext &rc) const override | mrpt::opengl::CPolyhedron | virtual |
renderUpdateBuffers() const override | mrpt::opengl::CPolyhedron | virtual |
requiredShaders() const override | mrpt::opengl::CPolyhedron | inlinevirtual |
rotate(double angle) const | mrpt::opengl::CPolyhedron | |
runtimeClassId | mrpt::opengl::CPolyhedron | protectedstatic |
scale(double factor) const | mrpt::opengl::CPolyhedron | |
serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) override | mrpt::opengl::CPolyhedron | protectedvirtual |
mrpt::opengl::CRenderizableShaderWireFrame::serializeFrom(CSchemeArchiveBase &in) | mrpt::serialization::CSerializable | inlineprotectedvirtual |
serializeGetVersion() const override | mrpt::opengl::CPolyhedron | protectedvirtual |
serializeTo(mrpt::serialization::CArchive &out) const override | mrpt::opengl::CPolyhedron | protectedvirtual |
mrpt::opengl::CRenderizableShaderWireFrame::serializeTo(CSchemeArchiveBase &out) const | mrpt::serialization::CSerializable | inlineprotectedvirtual |
setColor(const mrpt::img::TColorf &c) | mrpt::opengl::CRenderizable | inline |
setColor(float R, float G, float B, float A=1) | mrpt::opengl::CRenderizable | inline |
setColor_u8(const mrpt::img::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 |
setColorA(const float a) | mrpt::opengl::CRenderizable | inline |
setColorA_u8(const uint8_t a) | mrpt::opengl::CRenderizable | inlinevirtual |
setColorB(const float b) | mrpt::opengl::CRenderizable | inline |
setColorB_u8(const uint8_t b) | mrpt::opengl::CRenderizable | inlinevirtual |
setColorG(const float g) | mrpt::opengl::CRenderizable | inline |
setColorG_u8(const uint8_t g) | mrpt::opengl::CRenderizable | inlinevirtual |
setColorR(const float r) | mrpt::opengl::CRenderizable | inline |
setColorR_u8(const uint8_t r) | mrpt::opengl::CRenderizable | inlinevirtual |
setLineWidth(float w) | mrpt::opengl::CRenderizableShaderWireFrame | inline |
setLocalRepresentativePoint(const mrpt::math::TPoint3Df &p) | mrpt::opengl::CRenderizable | 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 |
setNormal(TPolyhedronFace &f, bool doCheck=true) | mrpt::opengl::CPolyhedron | private |
setPose(const mrpt::poses::CPose3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::poses::CPose2D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::math::TPose3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::math::TPose2D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::poses::CPoint3D &o) | mrpt::opengl::CRenderizable | |
setPose(const mrpt::poses::CPoint2D &o) | mrpt::opengl::CRenderizable | |
setScale(float s) | mrpt::opengl::CRenderizable | inline |
setScale(float sx, float sy, float sz) | mrpt::opengl::CRenderizable | inline |
setVisibility(bool visible=true) | mrpt::opengl::CRenderizable | inline |
setWireframe(bool enabled=true) | mrpt::opengl::CPolyhedron | inline |
tempPolygons | mrpt::opengl::CPolyhedron | mutableprotected |
traceRay(const mrpt::poses::CPose3D &o, double &dist) const override | mrpt::opengl::CPolyhedron | virtual |
truncate(double factor) const | mrpt::opengl::CPolyhedron | |
UniquePtr typedef | mrpt::opengl::CPolyhedron | |
updateBuffers() const | mrpt::opengl::CRenderizable | inline |
updatePolygons() const | mrpt::opengl::CPolyhedron | |
writeToMatlab() const | mrpt::serialization::CSerializable | inlinevirtual |
writeToStreamRender(mrpt::serialization::CArchive &out) const | mrpt::opengl::CRenderizable | protected |
~CObject()=default | mrpt::rtti::CObject | virtual |
~CPolyhedron() override=default | mrpt::opengl::CPolyhedron | |
~CRenderizable() override | mrpt::opengl::CRenderizable | |
~CRenderizableShaderTriangles() override | mrpt::opengl::CRenderizableShaderTriangles | virtual |
~CRenderizableShaderWireFrame() | mrpt::opengl::CRenderizableShaderWireFrame | virtual |
~CSerializable() override=default | mrpt::serialization::CSerializable | |