------------------------------------------------------------------------------
| 751 | |
| 752 | //------------------------------------------------------------------------------ |
| 753 | void vtkCornerAnnotation::SetAllTexts(const std::vector<std::string>& values) |
| 754 | { |
| 755 | for (int i = 0; i < NumTextPositions; ++i) |
| 756 | { |
| 757 | this->SetText(i, values[i].c_str()); |
| 758 | } |
| 759 | } |
| 760 | |
| 761 | //------------------------------------------------------------------------------ |
| 762 | void vtkCornerAnnotation::PrintSelf(ostream& os, vtkIndent indent) |