ERC CISST - cisst software
svlOverlayStaticTriangle Class Reference
Inheritance diagram for svlOverlayStaticTriangle:
[legend]Collaboration diagram for svlOverlayStaticTriangle:
[legend]List of all members.
Detailed Description
Definition at line 289 of file svlOverlayObjects.h.
Public Member Functions
-
svlOverlayStaticTriangle (unsigned int videoch, bool visible, const svlPoint2D corner1, const svlPoint2D corner2, const svlPoint2D corner3, svlRGB color, bool fill=true)
-
svlOverlayStaticTriangle (unsigned int videoch, bool visible, const int x1, const int y1, const int x2, const int y2, const int x3, const int y3, svlRGB color, bool fill=true)
-
void SetCorners (const svlPoint2D corner1, const svlPoint2D corner2, const svlPoint2D corner3)
-
void SetCorners (const int x1, const int y1, const int x2, const int y2, const int x3, const int y3)
-
void SetColor (svlRGB color)
-
void SetFill (bool fill)
-
void GetCorners (svlPoint2D &corner1, svlPoint2D &corner2, svlPoint2D &corner3) const
-
void GetCorners (int &x1, int &y1, int &x2, int &y2, int &x3, int &y3) const
-
svlRGB GetColor () const
-
bool GetFill () const
Protected Member Functions
The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu