Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for IGraphics, including all inherited members.
appendMatrix(const CMatrix4x4 &matrix)=0 | IGraphics | pure virtual |
beginBlock()=0 | IGraphics | pure virtual |
beginStencilBuffer()=0 | IGraphics | pure virtual |
BlockNull | IGraphics | static |
blockTextWithModifiers(const std::string &text, const iv::ui::TextModifier &textModifier, double *widthText, double *heightTextOut)=0 | IGraphics | pure virtual |
clear()=0 | IGraphics | pure virtual |
defineLight(IGraphics::ELight light, IGraphics::ELightType lightType, double rColor, double gColor, double bColor)=0 | IGraphics | pure virtual |
defineMaterial(const iv::ui::graphics::Material *material, const bool &isChanged)=0 | IGraphics | pure virtual |
defineOrthogonal(double xOrg, double yOrg, double zOrg, double xMin, double yMin, double zMin, double xMax, double yMax, double zMax)=0 | IGraphics | pure virtual |
definePerspective(double fovy, double ratioXForY, double zNear, double zFar)=0 | IGraphics | pure virtual |
drawArc(double radiusMark, iv::types::radian angleInitial, iv::types::radian angleFinal, float thickness, uint64_t kPrvNumPoints)=0 | IGraphics | pure virtual |
drawBlock(uint32_t idBlock)=0 | IGraphics | pure virtual |
drawBlockText(uint32_t idBlockText, double x, double y, double widthText, double heightText, unsigned char justify)=0 | IGraphics | pure virtual |
drawContours(const std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point3d > > > &contours)=0 | IGraphics | pure virtual |
drawFanTriangles(const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex)=0 | IGraphics | pure virtual |
drawImage(double x, double y, double width, double height, const iv::ui::resources::ImageResource &resource)=0 | IGraphics | pure virtual |
drawImageRawSize(double x, double y, const iv::ui::resources::ImageResource &resource)=0 | IGraphics | pure virtual |
drawImageWithColor(double x, double y, iv::types::color colorRgb, double width, double height, const iv::ui::resources::ImageResource &resource)=0 | IGraphics | pure virtual |
drawLine(double x1, double y1, double z1, double x2, double y2, double z2)=0 | IGraphics | pure virtual |
drawLineWithStyle(double x1, double y1, double z1, double x2, double y2, double z2, IGraphics::EDashedLineType dashedLineType)=0 | IGraphics | pure virtual |
drawPolyline(const float *vertex, uint64_t numVertex)=0 | IGraphics | pure virtual |
drawPolylineFilled(const float *vertex, uint64_t numVertex)=0 | IGraphics | pure virtual |
drawPolylinesWithColors(const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &points, const std::vector< iv::math::geometry::Point3d > &rgb)=0 | IGraphics | pure virtual |
drawQuads(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, double x4, double y4, double z4)=0 | IGraphics | pure virtual |
drawRect(double x1, double y1, double x2, double y2)=0 | IGraphics | pure virtual |
drawRectFilled(double x1, double y1, double x2, double y2)=0 | IGraphics | pure virtual |
drawStripTriangles(const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex)=0 | IGraphics | pure virtual |
drawText(const std::string &text, double x, double y, double height, unsigned char justify)=0 | IGraphics | pure virtual |
drawTextWithDeviceHeight(const std::string &text, double x, double y, double height, unsigned char justify)=0 | IGraphics | pure virtual |
drawTriangle(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3)=0 | IGraphics | pure virtual |
drawTriangles(const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex)=0 | IGraphics | pure virtual |
drawUnitCone(IGraphics::EDetailLevel detailLevel)=0 | IGraphics | pure virtual |
drawUnitCube()=0 | IGraphics | pure virtual |
drawUnitCylinder(IGraphics::EDetailLevel detailLevel)=0 | IGraphics | pure virtual |
drawUnitDisk(IGraphics::EDetailLevel detailLevel)=0 | IGraphics | pure virtual |
drawUnitSphere(IGraphics::EDetailLevel detailLevel)=0 | IGraphics | pure virtual |
EDashedLineType enum name | IGraphics | |
EDetailLevel enum name | IGraphics | |
EDrawSolidType enum name | IGraphics | |
ELight enum name | IGraphics | |
ELightType enum name | IGraphics | |
EMatrixModel enum name | IGraphics | |
endBlock(uint32_t idBlock)=0 | IGraphics | pure virtual |
endBlockText(uint32_t *idBlockText)=0 | IGraphics | pure virtual |
endStencilBuffer()=0 | IGraphics | pure virtual |
getCoordTextCornerLeftDown(const std::string &text, double x, double y, double heightCharacter, unsigned char justify, double *xCornerLeftDown, double *yCornerLeftDown, double *widthTextOpt, double *heightTextOpt)=0 | IGraphics | pure virtual |
getSizePixelToWorld(double sizePixelX, double sizePixelY, double *sizeWorldXOpt, double *sizeWorldYOpt)=0 | IGraphics | pure virtual |
getSizeText(const std::string &text, double heightCharacter, double *widthText, double *heightText)=0 | IGraphics | pure virtual |
hasBlockText() const =0 | IGraphics | pure virtual |
hasDrawPolylineFilled() const =0 | IGraphics | pure virtual |
hasManagerBlocks() const =0 | IGraphics | pure virtual |
initDevice()=0 | IGraphics | pure virtual |
initLight()=0 | IGraphics | pure virtual |
isDefinedMaterial(const std::string &materialName)=0 | IGraphics | pure virtual |
loadImage(const iv::ui::resources::ImageResource &resource)=0 | IGraphics | pure virtual |
offStencilBuffer()=0 | IGraphics | pure virtual |
onStencilBuffer()=0 | IGraphics | pure virtual |
popMaterial()=0 | IGraphics | pure virtual |
popTransformation()=0 | IGraphics | pure virtual |
positionCamera(double eyeX, double eyeY, double eyeZ, double pointReferenceX, double pointReferenceY, double pointReferenceZ, double upX, double upY, double upZ)=0 | IGraphics | pure virtual |
positionLight(IGraphics::ELight light, double x, double y, double z)=0 | IGraphics | pure virtual |
pushMaterial()=0 | IGraphics | pure virtual |
pushTransformation()=0 | IGraphics | pure virtual |
removeBlock(uint32_t *idBlock)=0 | IGraphics | pure virtual |
resetAlpha()=0 | IGraphics | pure virtual |
resetTransformation()=0 | IGraphics | pure virtual |
rotation(double angleDegrees, double Ux, double Uy, double Uz)=0 | IGraphics | pure virtual |
scale(double sx, double sy, double sz)=0 | IGraphics | pure virtual |
setAlpha(float alpha)=0 | IGraphics | pure virtual |
setBackGroundColor(iv::types::color rgb)=0 | IGraphics | pure virtual |
setBlend(bool isEnable)=0 | IGraphics | pure virtual |
setClearColor()=0 | IGraphics | pure virtual |
setColorARGB(iv::types::color argb)=0 | IGraphics | pure virtual |
setColorRGB(iv::types::color rgb)=0 | IGraphics | pure virtual |
setLineWidth(float width)=0 | IGraphics | pure virtual |
setMaterial(const std::string &layerName)=0 | IGraphics | pure virtual |
setModeDraw(IGraphics::EDrawSolidType drawSolidType)=0 | IGraphics | pure virtual |
setModelMatrix(IGraphics::EMatrixModel matrixModel)=0 | IGraphics | pure virtual |
setNormal(double Nx, double Ny, double Nz)=0 | IGraphics | pure virtual |
setOnTexture(bool enableTexture)=0 | IGraphics | pure virtual |
setTestDepth(bool isEnable)=0 | IGraphics | pure virtual |
translation(double tx, double ty, double tz)=0 | IGraphics | pure virtual |
viewport(int32_t x, int32_t y, uint64_t sizeX, uint64_t sizeY)=0 | IGraphics | pure virtual |
~IGraphics()=default | IGraphics | virtual |