.TH "sc::AngularIntegrator" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::AngularIntegrator \- An abstract base class for angular integrators\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SavableState\fP\&. .PP Inherited by \fBsc::GaussLegendreAngularIntegrator\fP, and \fBsc::LebedevLaikovIntegrator\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBAngularIntegrator\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .ti -1c .RI "\fBAngularIntegrator\fP (\fBStateIn\fP &)" .br .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "virtual int \fBnw\fP (void) const =0" .br .ti -1c .RI "virtual int \fBnum_angular_points\fP (double r_value, int ir)=0" .br .ti -1c .RI "virtual double \fBangular_point_cartesian\fP (int iangular, double r, \fBSCVector3\fP &integration_point) const =0" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP An abstract base class for angular integrators\&. .SH "Member Function Documentation" .PP .SS "void sc::AngularIntegrator::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::SavableState\fP\&. .PP Reimplemented in \fBsc::GaussLegendreAngularIntegrator\fP, and \fBsc::LebedevLaikovIntegrator\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.