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 | List of all members
svkTypeUtils Class Reference

#include <svkTypeUtils.h>

Inheritance diagram for svkTypeUtils:

Public Member Functions

 vtkTypeMacro (svkTypeUtils, vtkObject)
 

Static Public Member Functions

static svkTypeUtilsNew ()
 
static double StringToDouble (string doubleString)
 Does the file or path exist: More...
 
static float StringToFloat (string floatString)
 
static int StringToInt (string intString)
 
static long int StringToLInt (string longIntString)
 
static string IntToString (long intVal)
 
static string DoubleToString (double doubleVal, int precision=0)
 

Protected Member Functions

 svkTypeUtils ()
 Constructor. More...
 
 ~svkTypeUtils ()
 Destructor. More...
 

Detailed Description

UCSF specific utilities.

Constructor & Destructor Documentation

svkTypeUtils ( )
protected

Constructor.

~svkTypeUtils ( )
protected

Destructor.

Member Function Documentation

string DoubleToString ( double  doubleVal,
int  precision = 0 
)
static
string IntToString ( long  intVal)
static
static svkTypeUtils* New ( )
static
double StringToDouble ( string  doubleString)
static

Does the file or path exist:

Converts a string to a double.

Parameters
doubleString
Returns

Referenced by svkDcmEnhancedVolumeReader::GetPixelTransform(), svkDataAcquisitionDescriptionXML::GetTrajectoryDoubleParameter(), svkImageStatistics::RequestData(), and svkUtils::StringToColorArray().

float StringToFloat ( string  doubleString)
static
int StringToInt ( string  intString)
static
long int StringToLInt ( string  longIntString)
static
vtkTypeMacro ( svkTypeUtils  ,
vtkObject   
)

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