This function converts an integer to a IndexedIO::EntryID object (InternedString) \todo Remove this when InternedString nativelly supports a constructor with integers.
| 294 | // This function converts an integer to a IndexedIO::EntryID object (InternedString) |
| 295 | // \todo Remove this when InternedString nativelly supports a constructor with integers. |
| 296 | static IndexedIO::EntryID sampleEntry( size_t sample ) |
| 297 | { |
| 298 | return InternedString( sample ); |
| 299 | } |
| 300 | |
| 301 | static inline Imath::M44d dataToMatrix( const Data *data ) |
| 302 | { |
nothing calls this directly
no test coverage detected