6#ifndef BALL_FORMAT_AMIRAMESHFILE_H
7#define BALL_FORMAT_AMIRAMESHFILE_H
9#ifndef BALL_SYSTEM_FILE_H
13#ifndef BALL_DATATYPE_REGULARDATA3D_H
107 const char*
findAndJump_(
const char* buffer,
const char* search_String);
virtual bool readHeader()
virtual bool open(const String &name, File::OpenMode open_mode=std::ios::in)
bool binary_
flag indicating whether a ascii or binary data section
Vector3 max_
Vector representing the second point of the maps bounding box.
virtual bool writeHeader()
virtual bool write(RegularData3D &map)
const char * findAndJump_(const char *buffer, const char *search_String)
virtual void clear()
Clear method.
virtual bool read(RegularData3D &map)
AmiraMeshFile()
Default constructor.
AmiraMeshFile(const String &name, File::OpenMode open_mode=std::ios::in)
Vector3 min_
Vector representing the first point of the maps bounding box.
Vector3 extent_
the extent of the map
virtual ~AmiraMeshFile()
Destructor.
std::ios::openmode OpenMode