STIRA
0.1
|
This is the complete list of members for stira::imagetools::DrawImageTools, including all inherited members.
DrawArrow(Image *pImage, common::Point< int > p, common::Point< int > q, ColorValue cv, const float scale=0.2) (defined in stira::imagetools::DrawImageTools) | stira::imagetools::DrawImageTools | static |
DrawBoolOnInput(ArrayGrid< double > *pGrid, ArrayGrid< bool > *pGridBool, ColorValue cv=ColorValue(255, 0, 0, TYPE_RGB)) | stira::imagetools::DrawImageTools | static |
DrawCircle(Image *pImageInOut, common::Point< int > myCenterPoint, double radius, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB)) | stira::imagetools::DrawImageTools | static |
DrawDisk(Image *pImageInOut, common::Point< int > myCenterPoint, double radius, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB)) | stira::imagetools::DrawImageTools | static |
DrawDisk(ArrayGrid< double > *pGridInOut, common::Point< int > myCenterPoint, double radius, double newValue) | stira::imagetools::DrawImageTools | static |
DrawImageTools() | stira::imagetools::DrawImageTools | |
DrawLine(Image *pImageInOut, int xStart, int xStop, int yStart, int yStop, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB)) | stira::imagetools::DrawImageTools | static |
DrawLine(Image *pImageInOut, common::Point< int > startPoint, common::Point< int > stopPoint, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB)) | stira::imagetools::DrawImageTools | static |
DrawLine(ArrayGrid< double > *pGridInOut, common::Point< int > startPoint, common::Point< int > stopPoint, double newValue) | stira::imagetools::DrawImageTools | static |
DrawPoint(Image *pImageInOut, int x, int y, ColorValue newColor) | stira::imagetools::DrawImageTools | static |
DrawPoint(Image *pImageInOut, common::Point< int > myPoint, ColorValue newColor) | stira::imagetools::DrawImageTools | static |
DrawPoint(ArrayGrid< double > *pGridInOut, common::Point< int > myPoint, double newValue) | stira::imagetools::DrawImageTools | static |
DrawPoint(ArrayGrid< double > *pGridInOut, int x, int y, double newValue) | stira::imagetools::DrawImageTools | static |
DrawPoints(ArrayGrid< double > *pGridInOut, std::vector< common::Point< int > > vPoints, double newValue) | stira::imagetools::DrawImageTools | static |
DrawPoints(Image *pImageInOut, std::vector< common::Point< int > > vPoints, ColorValue newColor) | stira::imagetools::DrawImageTools | static |
DrawPolygon(Image *pImageInOut, common::Polygon myPolygon, ColorValue newColor) | stira::imagetools::DrawImageTools | static |
DrawPolygon(ArrayGrid< double > *pGridInOut, common::Polygon myPolygon, double newValue) | stira::imagetools::DrawImageTools | static |
DrawRectangle(ArrayGrid< double > *pGridInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, double newValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawRectangle(ArrayGrid< double > *pGridInOut, common::RectangularROI< int > rroi, double newValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawRectangle(Image *pImageInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, double newValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawRectangle(Image *pImageInOut, common::RectangularROI< int > rroi, double newValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawRectangle(Image *pImageInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, ColorValue newColorValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawRectangle(Image *pImageInOut, common::RectangularROI< int > rroi, ColorValue newColorValue, bool fillSurface) | stira::imagetools::DrawImageTools | static |
DrawSquare(Image *pImageInOut, common::Point< int > myCenterPoint, int halfLength, ColorValue newColor) | stira::imagetools::DrawImageTools | static |
Plot8CirclePoints(Image *pImage, int xCenter, int yCenter, int x, int y, ColorValue cv) | stira::imagetools::DrawImageTools | static |
~DrawImageTools() | stira::imagetools::DrawImageTools |