VTK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
vtkSegYIOUtils Class Reference

#include <vtkSegYIOUtils.h>

Public Member Functions

char readChar (std::ifstream &in)
 
short readShortInteger (std::streamoff pos, std::ifstream &in)
 
short readShortInteger (std::ifstream &in)
 
int readLongInteger (std::streamoff pos, std::ifstream &in)
 
int readLongInteger (std::ifstream &in)
 
float readFloat (std::ifstream &in)
 
float readIBMFloat (std::ifstream &in)
 
unsigned char readUChar (std::ifstream &in)
 
void swap (char *a, char *b)
 
std::streamoff getFileSize (std::ifstream &in)
 

Static Public Member Functions

static vtkSegYIOUtilsInstance ()
 

Public Attributes

bool IsBigEndian
 

Detailed Description

Definition at line 22 of file vtkSegYIOUtils.h.

Member Function Documentation

char vtkSegYIOUtils::readChar ( std::ifstream &  in)
short vtkSegYIOUtils::readShortInteger ( std::streamoff  pos,
std::ifstream &  in 
)
short vtkSegYIOUtils::readShortInteger ( std::ifstream &  in)
int vtkSegYIOUtils::readLongInteger ( std::streamoff  pos,
std::ifstream &  in 
)
int vtkSegYIOUtils::readLongInteger ( std::ifstream &  in)
float vtkSegYIOUtils::readFloat ( std::ifstream &  in)
float vtkSegYIOUtils::readIBMFloat ( std::ifstream &  in)
unsigned char vtkSegYIOUtils::readUChar ( std::ifstream &  in)
void vtkSegYIOUtils::swap ( char *  a,
char *  b 
)
static vtkSegYIOUtils* vtkSegYIOUtils::Instance ( )
static
std::streamoff vtkSegYIOUtils::getFileSize ( std::ifstream &  in)

Member Data Documentation

bool vtkSegYIOUtils::IsBigEndian

Definition at line 37 of file vtkSegYIOUtils.h.


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