STIRA  0.1
stira::imagetools::DrawImageTools Member List

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::DrawImageToolsstatic
DrawBoolOnInput(ArrayGrid< double > *pGrid, ArrayGrid< bool > *pGridBool, ColorValue cv=ColorValue(255, 0, 0, TYPE_RGB))stira::imagetools::DrawImageToolsstatic
DrawCircle(Image *pImageInOut, common::Point< int > myCenterPoint, double radius, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB))stira::imagetools::DrawImageToolsstatic
DrawDisk(Image *pImageInOut, common::Point< int > myCenterPoint, double radius, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB))stira::imagetools::DrawImageToolsstatic
DrawDisk(ArrayGrid< double > *pGridInOut, common::Point< int > myCenterPoint, double radius, double newValue)stira::imagetools::DrawImageToolsstatic
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::DrawImageToolsstatic
DrawLine(Image *pImageInOut, common::Point< int > startPoint, common::Point< int > stopPoint, ColorValue newColor=ColorValue(255, 0, 0, TYPE_RGB))stira::imagetools::DrawImageToolsstatic
DrawLine(ArrayGrid< double > *pGridInOut, common::Point< int > startPoint, common::Point< int > stopPoint, double newValue)stira::imagetools::DrawImageToolsstatic
DrawPoint(Image *pImageInOut, int x, int y, ColorValue newColor)stira::imagetools::DrawImageToolsstatic
DrawPoint(Image *pImageInOut, common::Point< int > myPoint, ColorValue newColor)stira::imagetools::DrawImageToolsstatic
DrawPoint(ArrayGrid< double > *pGridInOut, common::Point< int > myPoint, double newValue)stira::imagetools::DrawImageToolsstatic
DrawPoint(ArrayGrid< double > *pGridInOut, int x, int y, double newValue)stira::imagetools::DrawImageToolsstatic
DrawPoints(ArrayGrid< double > *pGridInOut, std::vector< common::Point< int > > vPoints, double newValue)stira::imagetools::DrawImageToolsstatic
DrawPoints(Image *pImageInOut, std::vector< common::Point< int > > vPoints, ColorValue newColor)stira::imagetools::DrawImageToolsstatic
DrawPolygon(Image *pImageInOut, common::Polygon myPolygon, ColorValue newColor)stira::imagetools::DrawImageToolsstatic
DrawPolygon(ArrayGrid< double > *pGridInOut, common::Polygon myPolygon, double newValue)stira::imagetools::DrawImageToolsstatic
DrawRectangle(ArrayGrid< double > *pGridInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, double newValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawRectangle(ArrayGrid< double > *pGridInOut, common::RectangularROI< int > rroi, double newValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawRectangle(Image *pImageInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, double newValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawRectangle(Image *pImageInOut, common::RectangularROI< int > rroi, double newValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawRectangle(Image *pImageInOut, common::Point< int > myTopLeftPoint, common::Point< int > myBottomRightPoint, ColorValue newColorValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawRectangle(Image *pImageInOut, common::RectangularROI< int > rroi, ColorValue newColorValue, bool fillSurface)stira::imagetools::DrawImageToolsstatic
DrawSquare(Image *pImageInOut, common::Point< int > myCenterPoint, int halfLength, ColorValue newColor)stira::imagetools::DrawImageToolsstatic
Plot8CirclePoints(Image *pImage, int xCenter, int yCenter, int x, int y, ColorValue cv)stira::imagetools::DrawImageToolsstatic
~DrawImageTools()stira::imagetools::DrawImageTools