------------------------------------------------------------------------------
| 720 | |
| 721 | //------------------------------------------------------------------------------ |
| 722 | void vtkCornerAnnotation::ClearAllTexts() |
| 723 | { |
| 724 | for (int i = 0; i < NumTextPositions; i++) |
| 725 | { |
| 726 | this->SetText(i, ""); |
| 727 | } |
| 728 | } |
| 729 | |
| 730 | //------------------------------------------------------------------------------ |
| 731 | void vtkCornerAnnotation::CopyAllTextsFrom(vtkCornerAnnotation* ca) |