SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
TriSurfField_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 <iostream>
#include <fstream>
#include <sstream>
#include <Core/Algorithms/DataIO/VTKToTriSurfReader.h>

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

FieldHandle TextToTriSurfField_reader (ProgressReporter *pr, const char *filename)
 
FieldHandle MToTriSurfField_reader (ProgressReporter *pr, const char *filename)
 
FieldHandle VtkToTriSurfField_reader (ProgressReporter *pr, const char *filename)
 
bool TriSurfFieldToTextBaseIndexZero_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool TriSurfFieldToTextBaseIndexOne_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool TriSurfFieldToM_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool TriSurfFieldToVtk_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool TriSurfFieldToExotxt_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)
 
bool TriSurfFieldToExotxtBaseIndexOne_writer (ProgressReporter *pr, FieldHandle fh, const char *filename)