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