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

Go to the source code of this file.

Classes

class  jet::Grid2
 Abstract base class for 2-D cartesian grid structure. More...
 

Namespaces

 jet
 

Macros

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

Typedefs

typedef std::shared_ptr< Grid2 > jet::Grid2Ptr
 

Macro Definition Documentation

◆ JET_GRID2_TYPE_NAME

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