----------------------------------------------------------------------------
| 784 | |
| 785 | //---------------------------------------------------------------------------- |
| 786 | std::vector<double> vtkSMPropertyHelper::GetDoubleArray() const |
| 787 | { |
| 788 | return this->GetPropertyArray<double>(); |
| 789 | } |
| 790 | |
| 791 | //---------------------------------------------------------------------------- |
| 792 | void vtkSMPropertyHelper::Set(const double* values, unsigned int count) |
no outgoing calls
no test coverage detected