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