13#ifndef CD_NEWINTERSECTIONIF_H
14#define CD_NEWINTERSECTIONIF_H
20#include <CD_NamespaceHeader.H>
50 value(
const RealVect& a_point)
const override;
71#include <CD_NamespaceFooter.H>
New intersection IF which does not mess up the return value function when there are no implicit funct...
Definition CD_NewIntersectionIF.H:26
Vector< BaseIF * > m_impFuncs
Implicit functions.
Definition CD_NewIntersectionIF.H:68
int m_numFuncs
Number of implicit functions.
Definition CD_NewIntersectionIF.H:63
virtual Real value(const RealVect &a_point) const override
Get distance to objects.
Definition CD_NewIntersectionIF.cpp:55
virtual BaseIF * newImplicitFunction() const override
Factory method.
Definition CD_NewIntersectionIF.cpp:79
NewIntersectionIF()
Weak constructor. Does nothing.
Definition CD_NewIntersectionIF.cpp:20
virtual ~NewIntersectionIF()
Destructor.
Definition CD_NewIntersectionIF.cpp:43