GPLIB++
|
#include <iostream>
#include <string>
#include "ThreeDMTModel.h"
#include <fstream>
#include "types.h"
#include <boost/filesystem/operations.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/multi_array.hpp>
#include "netcdfcpp.h"
#include "Util.h"
Go to the source code of this file.
Functions | |
int | main (void) |
Write a single layer of a WinGLink or Mackie 3D model into a netcdf file for plotting with GMT.
Definition in file plotlayer.cpp.