SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
HexVolField_Plugin.cc File Reference
#include <Core/Datatypes/Field.h>
#include <Core/Datatypes/Mesh.h>
#include <Core/Datatypes/FieldInformation.h>
#include <Core/ImportExport/Field/FieldIEPlugin.h>
#include <Core/Util/StringUtil.h>
#include <sci_debug.h>
#include <boost/lexical_cast.hpp>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

FieldHandle TextToHexVolField_reader (ProgressReporter *pr, const char *filename)
 
bool HexVolFieldToTextBaseIndexZero_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool HexVolFieldToTextBaseIndexOne_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool HexVolFieldToVtk_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool HexVolFieldToExotxt_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool HexVolFieldToExotxtBaseIndexOne_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)