EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
Classes | Namespaces
EBGeometry_ImplicitFunction.hpp File Reference

Abstract base class for representing an implicit function. More...

#include <type_traits>
#include <vector>
#include "EBGeometry_BoundingVolumes.hpp"
#include "EBGeometry_Vec.hpp"
#include "EBGeometry_ImplicitFunctionImplem.hpp"
Include dependency graph for EBGeometry_ImplicitFunction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EBGeometry::ImplicitFunction< T >
 Abstract representation of an implicit function (not necessarily a signed distance function). More...
 

Namespaces

namespace  EBGeometry
 Namespace containing all of EBGeometry's functionality.
 

Detailed Description

Abstract base class for representing an implicit function.

Author
Robert Marskar