------------------------------------------------------------------------------ Description: Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.
| 70 | // Set a particular contour value at contour number i. The index i ranges |
| 71 | // between 0<=i<NumberOfContours. |
| 72 | void vtkGenericCutter::SetValue(int i, double value) |
| 73 | { |
| 74 | this->ContourValues->SetValue(i, value); |
| 75 | } |
| 76 | |
| 77 | //------------------------------------------------------------------------------ |
| 78 | // Description: |
no outgoing calls