SIVIC API  0.9.26
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
svkInt Class Reference

#include <svkInt.h>

Inheritance diagram for svkInt:

Public Member Functions

 vtkTypeMacro (svkInt, vtkDataObject)
 
int GetValue ()
 
void SetValue (int value)
 

Static Public Member Functions

static svkIntNew ()
 

Protected Member Functions

 svkInt ()
 Constructor. More...
 
 ~svkInt ()
 Destructor. More...
 

Protected Attributes

int value
 

Detailed Description

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.

Constructor & Destructor Documentation

svkInt ( )
protected

Constructor.

References svkInt::value.

~svkInt ( )
protected

Destructor.

Member Function Documentation

int GetValue ( )
static svkInt* New ( )
static
void SetValue ( int  value)

References svkInt::value.

vtkTypeMacro ( svkInt  ,
vtkDataObject   
)

Member Data Documentation

int value
protected

The documentation for this class was generated from the following files: