| 162 | MeshFit(TSShape* shape) : mShape(shape), mIsReady(false) { } |
| 163 | |
| 164 | void setReady() { mIsReady = true; } |
| 165 | bool isReady() const { return mIsReady; } |
| 166 | |
| 167 | void initSourceGeometry( const String& target ); |
no outgoing calls
no test coverage detected