Grid3.h File Reference
#include <Core/BoundingBox/BoundingBox3.h>
#include <Core/Size/Size3.h>
#include <Core/Utils/Serialization.h>
#include <Core/Vector/Vector3.h>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

 CubbyFlow
 

Macros

#define CUBBYFLOW_GRID3_TYPE_NAME(DerivedClassName)
 

Typedefs

using CubbyFlow::Grid3Ptr = std::shared_ptr< Grid3 >
 

Macro Definition Documentation

◆ CUBBYFLOW_GRID3_TYPE_NAME

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