(self)
| 161 | def getRGB24Data(self): |
| 162 | return self.data["rgb24Data"] |
| 163 | def getNormalData(self): |
| 164 | return self.data["normalData"] |
| 165 | def hasColors(self): |
| 166 | return 'rgb24Data' in self.data |
| 167 | def hasNormals(self): |
no outgoing calls
no test coverage detected