| 
    VTK
    9.3.0
    
   | 
 
A helper structure for communicating a result with an optional double value. More...
#include <vtkToImplicitStrategy.h>
Public Member Functions | |
| Optional () | |
| Optional (double val) | |
Public Attributes | |
| bool | IsSome = false | 
| double | Value | 
A helper structure for communicating a result with an optional double value.
Definition at line 41 of file vtkToImplicitStrategy.h.
      
  | 
  inline | 
Definition at line 46 of file vtkToImplicitStrategy.h.
      
  | 
  inline | 
Definition at line 51 of file vtkToImplicitStrategy.h.
| bool vtkToImplicitStrategy::Optional::IsSome = false | 
Definition at line 43 of file vtkToImplicitStrategy.h.
| double vtkToImplicitStrategy::Optional::Value | 
Definition at line 44 of file vtkToImplicitStrategy.h.