Grid2.h File Reference
#include <Core/BoundingBox/BoundingBox2.h>
#include <Core/Size/Size2.h>
#include <Core/Utils/Serialization.h>
#include <Core/Vector/Vector2.h>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

 CubbyFlow
 

Macros

#define CUBBYFLOW_GRID2_TYPE_NAME(DerivedClassName)
 

Typedefs

using CubbyFlow::Grid2Ptr = std::shared_ptr< Grid2 >
 

Macro Definition Documentation

◆ CUBBYFLOW_GRID2_TYPE_NAME

#define CUBBYFLOW_GRID2_TYPE_NAME (   DerivedClassName)
Value:
std::string TypeName() const override \
{ \
return #DerivedClassName; \
}