#include <MRVDBConversions.h>
Public Attributes | |
| AffineXf3f | meshToGridXf |
| defines the mapping from mesh reference from to grid reference frame | |
| std::shared_ptr< IFastWindingNumber > | fwn |
| defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used | |
| float | windingNumberThreshold = 0.5f |
| float | windingNumberBeta = 2 |
| determines the precision of fast approximation: the more the better, minimum value is 1 | |
| ProgressCallback | progress |
| to report algorithm's progress and to cancel it | |