vtkio.cpp File Reference

#include <cstring>
#include <climits>
#include "vtkio.h"
#include "util.h"
#include "geometry.h"
#include "portable_fileio.h"

Include dependency graph for vtkio.cpp:

Go to the source code of this file.

Functions

static int samestr (const char *s1, const char *s2)


Function Documentation

static int samestr ( const char *  s1,
const char *  s2 
) [static]

Definition at line 75 of file vtkio.cpp.

Referenced by EMAN::VtkIO::read_dataset().

00076 {
00077         return (strncmp(s1, s2, strlen(s2)) == 0);
00078 }


Generated on Tue Jun 11 12:42:10 2013 for EMAN2 by  doxygen 1.4.7