* Add another implicit function to the list of functions, weighting it by * a factor of 1. */
| 59 | * a factor of 1. |
| 60 | */ |
| 61 | void AddFunction(vtkImplicitFunction* in) { this->AddFunction(in, 1.0); } |
| 62 | |
| 63 | /** |
| 64 | * Remove all functions from the list. |
nothing calls this directly
no test coverage detected