SurfaceSet.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::SurfaceSet< N >
 N-D surface set. More...
 
class  CubbyFlow::SurfaceSet< N >::Builder
 Front-end to create SurfaceSet objects step by step. More...
 

Namespaces

 CubbyFlow
 

Typedefs

using CubbyFlow::SurfaceSet2 = SurfaceSet< 2 >
 2-D SurfaceSet type. More...
 
using CubbyFlow::SurfaceSet3 = SurfaceSet< 3 >
 3-D SurfaceSet type. More...
 
using CubbyFlow::SurfaceSet2Ptr = std::shared_ptr< SurfaceSet2 >
 Shared pointer for the SurfaceSet2 type. More...
 
using CubbyFlow::SurfaceSet3Ptr = std::shared_ptr< SurfaceSet3 >
 Shared pointer for the SurfaceSet3 type. More...