VectorGrid.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::VectorGrid< N >
 Abstract base class for N-D vector grid structure. More...
 
class  CubbyFlow::VectorGridBuilder< N >
 Abstract base class for N-D vector grid builder. More...
 

Namespaces

 CubbyFlow
 

Typedefs

using CubbyFlow::VectorGrid2 = VectorGrid< 2 >
 2-D VectorGrid type. More...
 
using CubbyFlow::VectorGrid3 = VectorGrid< 3 >
 3-D VectorGrid type. More...
 
using CubbyFlow::VectorGrid2Ptr = std::shared_ptr< VectorGrid2 >
 Shared pointer for the VectorGrid2 type. More...
 
using CubbyFlow::VectorGrid3Ptr = std::shared_ptr< VectorGrid3 >
 Shared pointer for the VectorGrid3 type. More...
 
using CubbyFlow::VectorGridBuilder2 = VectorGridBuilder< 2 >
 2-D VectorGridBuilder type. More...
 
using CubbyFlow::VectorGridBuilder3 = VectorGridBuilder< 3 >
 3-D VectorGridBuilder type. More...
 
using CubbyFlow::VectorGridBuilder2Ptr = std::shared_ptr< VectorGridBuilder2 >
 Shared pointer for the VectorGridBuilder2 type. More...
 
using CubbyFlow::VectorGridBuilder3Ptr = std::shared_ptr< VectorGridBuilder3 >
 Shared pointer for the VectorGridBuilder3 type. More...