|
static std::shared_ptr< Mesh > | apply (std::shared_ptr< const Volume > volume, double iso, const vec4 &color, bool invert, bool enclose, std::function< void(float)> progressCallback=std::function< void(float)>(), std::function< bool(const size3_t &)> maskingCallback=[](const size3_t &) { return true;}) |
|
◆ apply()
static std::shared_ptr< Mesh > inviwo::MarchingTetrahedron::apply |
( |
std::shared_ptr< const Volume > | volume, |
|
|
double | iso, |
|
|
const vec4 & | color, |
|
|
bool | invert, |
|
|
bool | enclose, |
|
|
std::function< void(float)> | progressCallback = std::function< void(float)>(), |
|
|
std::function< bool(const size3_t &)> | maskingCallback = [](const size3_t &) { return true;} ) |
|
static |
The documentation for this class was generated from the following file: