------------------------------------------------------------------------------
| 163 | |
| 164 | //------------------------------------------------------------------------------ |
| 165 | int vtkPiecewiseFunction::GetSize() |
| 166 | { |
| 167 | return static_cast<int>(this->Internal->Nodes.size()); |
| 168 | } |
| 169 | |
| 170 | //------------------------------------------------------------------------------ |
| 171 | const char* vtkPiecewiseFunction::GetType() |
no test coverage detected