18#ifndef LIBMESH_OFF_IO_H
19#define LIBMESH_OFF_IO_H
22#include "libmesh/libmesh_common.h"
23#include "libmesh/mesh_input.h"
53 virtual void read (
const std::string & name)
override;
This is the MeshBase class.
This class is responsible for reading an unstructured, triangulated surface in the standard OFF OOGL ...
void read_stream(std::istream &in)
Implementation of the read() function.
OFFIO(MeshBase &)
Constructor.
virtual void read(const std::string &name) override
Reads in an OFF OOGL data file based on the string you pass it.
The libMesh namespace provides an interface to certain functionality in the library.