------------------------------------------------------------------------------ Description: Get the ith contour value.
| 78 | // Description: |
| 79 | // Get the ith contour value. |
| 80 | double vtkGenericCutter::GetValue(int i) |
| 81 | { |
| 82 | return this->ContourValues->GetValue(i); |
| 83 | } |
| 84 | |
| 85 | //------------------------------------------------------------------------------ |
| 86 | // Description: |
no outgoing calls