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
svkString Class Reference

#include <svkString.h>

Inheritance diagram for svkString:

Public Member Functions

 vtkTypeMacro (svkString, vtkDataObject)
 
string GetValue ()
 
void SetValue (string value)
 

Static Public Member Functions

static svkStringNew ()
 

Protected Member Functions

 svkString ()
 Constructor. More...
 
 ~svkString ()
 Destructor. More...
 

Protected Attributes

string value
 

Detailed Description

This class is a container for a string. It is a subclass of vtkDataObject so it can be used in input ports of algorithms.

Constructor & Destructor Documentation

svkString ( )
protected

Constructor.

~svkString ( )
protected

Destructor.

Member Function Documentation

string GetValue ( )
static svkString* New ( )
static
void SetValue ( string  value)

References svkString::value.

vtkTypeMacro ( svkString  ,
vtkDataObject   
)

Member Data Documentation

string value
protected

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