|
SIVIC API
0.9.26
|
#include <svkBool.h>
Public Member Functions | |
| vtkTypeMacro (svkBool, vtkDataObject) | |
| bool | GetValue () |
| void | SetValue (bool value) |
Static Public Member Functions | |
| static svkBool * | New () |
Protected Member Functions | |
| svkBool () | |
| Constructor. More... | |
| ~svkBool () | |
| Destructor. More... | |
Protected Attributes | |
| bool | value |
This class is a container for a primitive bool. It is a subclass of vtkDataObject so it can be used in input ports of algorithms.
|
protected |
Constructor.
References svkBool::value.
|
protected |
Destructor.
| bool GetValue | ( | ) |
References svkBool::value.
Referenced by svkMrsSingleVoxelSincExtraction::RequestData(), svkMrsSingleVoxelSincExtraction::RequestInformation(), and svkImageMathematics::Update().
|
static |
Referenced by svkAlgorithmPortMapper::SetBoolInputPortValueUsingString().
| void SetValue | ( | bool | value | ) |
References svkBool::value.
| vtkTypeMacro | ( | svkBool | , |
| vtkDataObject | |||
| ) |
|
protected |
Referenced by svkBool::GetValue(), svkBool::SetValue(), and svkBool::svkBool().
1.8.5