RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
#include "point.h"
#include <DataStructs/DiscreteValueVect.h>
#include "Grid3D.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | RDGeom::UniformGrid3D |
Namespaces | |
namespace | RDGeom |
Functions | |
RDKIT_RDGEOMETRYLIB_EXPORT void | RDGeom::writeGridToStream (const UniformGrid3D &grid, std::ostream &outStrm) |
writes the contents of the grid to a stream | |
RDKIT_RDGEOMETRYLIB_EXPORT void | RDGeom::writeGridToFile (const UniformGrid3D &grid, const std::string &filename) |
writes the contents of the grid to a named file | |