|
| task (const task &)=delete |
|
task & | operator= (const task &)=delete |
|
| task (task &&) |
|
task & | operator= (task &&) |
|
bool | isSame (Method m, float iso, vec4 color, bool invert, bool enclose) const |
|
void | set (Method m, float iso, vec4 color, bool invert, bool enclose, float status, std::future< std::shared_ptr< Mesh >> &&result) |
|
|
std::future< std::shared_ptr< Mesh > > | result |
|
Method | method |
|
float | iso = 0.0f |
|
vec4 | color = vec4(0) |
|
bool | invert = false |
|
bool | enclose = true |
|
float | status = 0.0f |
|
The documentation for this struct was generated from the following files:
- surfaceextractionprocessor.h
- surfaceextractionprocessor.cpp