------------------------------------------------------------------------------
| 128 | |
| 129 | //------------------------------------------------------------------------------ |
| 130 | void vtkLabeledDataMapper::SetLabelTextProperty(vtkTextProperty* prop, int type) |
| 131 | { |
| 132 | this->Implementation->TextProperties[type] = prop; |
| 133 | this->Modified(); |
| 134 | } |
| 135 | |
| 136 | //------------------------------------------------------------------------------ |
| 137 | vtkTextProperty* vtkLabeledDataMapper::GetLabelTextProperty(int type) |