#include <LetterCDTTestLogic.h>
Public Member Functions | |
| LetterCDTTestLogic (void) | |
| Constructor. | |
| ~LetterCDTTestLogic (void) | |
| Destructor. | |
| void | PushLetter (wchar_t charCode) |
| Inserts a letter in the test string. | |
| void | Reset (void) |
| Clears the test string. | |
| void | EnablePoints (void) |
| Enable/Disable points showing. | |
| void | EnableSegments (void) |
| Enable/Disable segments showing. | |
| void | EnableTriangles (void) |
| Enable/Disable triangles showing. | |
| bool | ArePointsEnabled (void) |
| Check if showing points is enable. | |
| bool | AreSegmentsEnabled (void) |
| Check if showing segments is enable. | |
| bool | AreTrianglesEnabled (void) |
| Check if showing triangles is enable. | |
| const std::vector< Point > & | GetPoints (void) const |
| Get string points. | |
| const std::vector< Line > & | GetLines (void) const |
| Get string lines. | |
| const std::vector< int > & | GetTriangles (void) const |
| Get string triangles. | |
| bool LetterCDTTestLogic::ArePointsEnabled | ( | void | ) |
Check if showing points is enable.
| bool LetterCDTTestLogic::AreSegmentsEnabled | ( | void | ) |
Check if showing segments is enable.
| bool LetterCDTTestLogic::AreTrianglesEnabled | ( | void | ) |
Check if showing triangles is enable.
| void LetterCDTTestLogic::EnablePoints | ( | void | ) |
Enable/Disable points showing.
| void LetterCDTTestLogic::EnableSegments | ( | void | ) |
Enable/Disable segments showing.
| void LetterCDTTestLogic::EnableTriangles | ( | void | ) |
Enable/Disable triangles showing.
| const std::vector< Line > & LetterCDTTestLogic::GetLines | ( | void | ) | const |
Get string lines.
| const std::vector< Point > & LetterCDTTestLogic::GetPoints | ( | void | ) | const |
Get string points.
| const std::vector< int > & LetterCDTTestLogic::GetTriangles | ( | void | ) | const |
Get string triangles.
| void LetterCDTTestLogic::PushLetter | ( | wchar_t | charCode | ) |
Inserts a letter in the test string.
| charCode | code of the character being inserted |
Compute the translation of the next letter
Add new points
Check if theres a space.
Add new segments
Compute holes
Triangulate
1.5.9