Inviwo  0.9.10.1
Inviwo documentation
inviwo::SurfaceExtraction::task Struct Reference

Public Member Functions

 task (const task &)=delete
 
taskoperator= (const task &)=delete
 
 task (task &&)
 
taskoperator= (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)
 

Public Attributes

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: