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

#include <svkFileUtils.h>

Inheritance diagram for svkFileUtils:

Public Member Functions

 vtkTypeMacro (svkFileUtils, vtkObject)
 

Static Public Member Functions

static svkFileUtilsNew ()
 
static long GetFileSize (ifstream *fs)
 
static bool FilePathExists (const char *path)
 
static void ReadLine (ifstream *fs, istringstream *iss)
 

Protected Member Functions

 svkFileUtils ()
 Constructor. More...
 
 ~svkFileUtils ()
 Destructor. More...
 

Detailed Description

Static utils with minimal vtk dependencies for inclusion in tools that don't want to link in all of vtk.

Constructor & Destructor Documentation

svkFileUtils ( )
protected

Constructor.

~svkFileUtils ( )
protected

Destructor.

Member Function Documentation

bool FilePathExists ( const char *  path)
static
long GetFileSize ( ifstream *  fs)
static
  • Return the file size.
static svkFileUtils* New ( )
static
void ReadLine ( ifstream *  fs,
istringstream *  iss 
)
static

Utility function to read a single line from a file stream.

vtkTypeMacro ( svkFileUtils  ,
vtkObject   
)

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