Jet  v1.3.3
Classes | Namespaces | Macros | Typedefs
grid3.h File Reference
#include <jet/bounding_box3.h>
#include <jet/serialization.h>
#include <jet/size3.h>
#include <functional>
#include <memory>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  jet::Grid3
 Abstract base class for 3-D cartesian grid structure. More...
 

Namespaces

 jet
 

Macros

#define JET_GRID3_TYPE_NAME(DerivedClassName)   std::string typeName() const override { return #DerivedClassName; }
 

Typedefs

typedef std::shared_ptr< Grid3 > jet::Grid3Ptr
 

Macro Definition Documentation

◆ JET_GRID3_TYPE_NAME

#define JET_GRID3_TYPE_NAME (   DerivedClassName)    std::string typeName() const override { return #DerivedClassName; }