Sphere Class Reference

#include <Sphere.h>

Public Member Functions

 Sphere (Panel *panel, Vec3D location, Dipole *dipole, Multipole *multipole)
 
Vec3D getLocation ()
 

Private Attributes

Vec3D location_
 

Constructor & Destructor Documentation

◆ Sphere()

Sphere::Sphere ( Panel panel,
Vec3D  location,
Dipole dipole,
Multipole multipole 
)
32  :
33  //panel_(panel),
34  location_(location)//,
35  //dipole_(dipole),
36  //multipole_(multipole)
37 {
38 }
Vec3D location_
Definition: Sphere.h:46

Member Function Documentation

◆ getLocation()

Vec3D Sphere::getLocation ( )
inline
40  {
41  return location_;
42  }

References location_.

Member Data Documentation

◆ location_

Vec3D Sphere::location_
private

Referenced by getLocation().


The documentation for this class was generated from the following files: