-------------------------------------------------------------------
| 1091 | |
| 1092 | //------------------------------------------------------------------- |
| 1093 | vtkUnsignedCharArray* vtkMapper::GetColorMapColors() |
| 1094 | { |
| 1095 | return this->Colors; |
| 1096 | } |
| 1097 | |
| 1098 | //------------------------------------------------------------------- |
| 1099 | vtkFloatArray* vtkMapper::GetColorCoordinates() |
no outgoing calls
no test coverage detected