---------------------------------------------------------------------------
| 55 | |
| 56 | //--------------------------------------------------------------------------- |
| 57 | unsigned int vtkSMDoubleMapProperty::GetNumberOfComponents() |
| 58 | { |
| 59 | return this->Private->NumberOfComponents; |
| 60 | } |
| 61 | |
| 62 | //--------------------------------------------------------------------------- |
| 63 | void vtkSMDoubleMapProperty::SetElement(vtkIdType index, double value) |
no outgoing calls
no test coverage detected