Ask a Question | Search PSRCHIVE: |
![]()
|
ProfileAmps.h void set_amps(const T *data) set the amplitudes array equal to the contents of the data array Definition ProfileAmps.h:89 unsigned get_nbin() const Return the number of bins. Definition ProfileAmps.h:40 const float * get_amps() const Return a pointer to the amplitudes array. Definition ProfileAmps.C:141 virtual void resize(unsigned nbin) Resize the data area. Definition ProfileAmps.C:104 void remove(const std::vector< unsigned > &indeces) remove the elements specified in the array of indeces Definition ProfileAmps.C:161 virtual ~ProfileAmps() Destructor destroys the data array. Definition ProfileAmps.C:89 ProfileAmps(unsigned nbin=0) Constructor initializes the data array. Definition ProfileAmps.C:56 static bool no_amps When true, no memory is allocated for amps. Definition ProfileAmps.h:28 Generated using doxygen 1.14.0
|