---------------------------------------------------------------------------
| 58 | |
| 59 | //--------------------------------------------------------------------------- |
| 60 | const char* vtkSMStringListDomain::GetString(unsigned int idx) |
| 61 | { |
| 62 | return this->SLInternals->Strings[idx].c_str(); |
| 63 | } |
| 64 | |
| 65 | //--------------------------------------------------------------------------- |
| 66 | int vtkSMStringListDomain::IsInDomain(vtkSMProperty* property) |
no outgoing calls
no test coverage detected