12 #ifndef CD_NewIntersectionIF_H
13 #define CD_NewIntersectionIF_H
19 #include <CD_NamespaceHeader.H>
48 value(
const RealVect& a_point)
const override;
68 #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:25
Vector< BaseIF * > m_impFuncs
Implicit functions.
Definition: CD_NewIntersectionIF.H:65
int m_numFuncs
Number of implicit functions.
Definition: CD_NewIntersectionIF.H:60
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:19
virtual ~NewIntersectionIF()
Destructor.
Definition: CD_NewIntersectionIF.cpp:43