| 242 | */ |
| 243 | ValueType* GetValueRange() VTK_SIZEHINT(2) { return this->GetValueRange(0); } |
| 244 | void GetValueRange(ValueType range[2]) { this->GetValueRange(range, 0); } |
| 245 | |
| 246 | /** |
| 247 | * These methods are analogous to the GetValueRange methods, except that the |