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