PeTar
N-body code for collisional gravitational systems
HermiteInformation Class Reference

#include <hermite_information.hpp>

Public Member Functions

bool checkParams ()
 check whether parameters values are correct More...
 
void printColumnTitle (std::ostream &_fout, const int _width=20)
 print titles of class members using column style More...
 
void printColumn (std::ostream &_fout, const int _width=20)
 print data of class members using column style More...
 
void clear ()
 clear function More...
 

Public Attributes

Float time_origin
 

Member Function Documentation

◆ checkParams()

bool HermiteInformation::checkParams ( )
inline

check whether parameters values are correct

Returns
true: all correct

◆ clear()

void HermiteInformation::clear ( )
inline

clear function

◆ printColumn()

void HermiteInformation::printColumn ( std::ostream &  _fout,
const int  _width = 20 
)
inline

print data of class members using column style

print data of class members in one line for column style. Notice no newline is printed at the end

Parameters
[out]_foutstd::ostream output object
[in]_widthprint width (defaulted 20)

◆ printColumnTitle()

void HermiteInformation::printColumnTitle ( std::ostream &  _fout,
const int  _width = 20 
)
inline

print titles of class members using column style

print titles of class members in one line for column style

Parameters
[out]_foutstd::ostream output object
[in]_widthprint width (defaulted 20)

Member Data Documentation

◆ time_origin

Float HermiteInformation::time_origin

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