(self, **kwargs)
| 28 | self.joints2jfeats = joints2jfeats |
| 29 | |
| 30 | def Datastruct(self, **kwargs): |
| 31 | return XYZDatastruct(_joints2jfeats=self.joints2jfeats, |
| 32 | transforms=self, |
| 33 | **kwargs) |
| 34 | |
| 35 | def __repr__(self): |
| 36 | return "XYZTransform()" |
no test coverage detected