13#ifndef CD_ROUGHSPHERE_H
14#define CD_ROUGHSPHERE_H
17#include <CD_NamespaceHeader.H>
57#include <CD_NamespaceFooter.H>
Declaration of base class for defining geometries.
Abstract base class for geometries.
Definition CD_ComputationalGeometry.H:37
This is a class that a rough sphere (either electrode or dielectric)
Definition CD_RoughSphere.H:23
RoughSphere & operator=(RoughSphere &&a_other) noexcept=default
Move assignment.
RoughSphere & operator=(const RoughSphere &a_other)=default
Copy assignment.
RoughSphere(RoughSphere &&a_other)=default
Move constructor.
RoughSphere(const RoughSphere &a_other)=default
Copy constructor.