------------------------------------------------------------------------------
| 899 | |
| 900 | //------------------------------------------------------------------------------ |
| 901 | vtkTypeBool vtkAlgorithm::HasExecutive() |
| 902 | { |
| 903 | return this->Executive ? 1 : 0; |
| 904 | } |
| 905 | |
| 906 | //------------------------------------------------------------------------------ |
| 907 | vtkExecutive* vtkAlgorithm::GetExecutive() |
no outgoing calls
no test coverage detected