#include <inputdata.hh>
|
| | InputData (const Scalar &xMin, const Scalar &xMax, const std::vector< Scalar > &blockNumberController, const Scalar &dr, const Scalar &rafCoeff, const Scalar &dist2BoundCoeff, const Scalar &interBlockDistCoeff, const std::string &outputPath, const std::string &outputDirName) |
| |
| | InputData (const Scalar &xMin, const Scalar &xMax, const std::vector< Scalar > &blockNumberController, const Scalar &dr, const Scalar &rafCoeff, const Scalar &dist2BoundCoeff, const Scalar &interBlockDistCoeff, const std::string &outputPath, const std::string &outputDirName, const std::vector< std::pair< Scalar, Scalar > > &blockCenter, const std::vector< Scalar > &blockAngle) |
| |
| | ~InputData () |
| |
| void | setSecondaryInputData (const std::string &blockCenterDistribution, const std::string &blockAngleDistribution, const int &blockCenterRandSeqId, const int &blockAngleRandSeqId, const int &blockCenterPertCoeff) |
| |
| const Scalar & | xMin () const |
| |
| Scalar & | xMin () |
| |
| const Scalar & | xMax () const |
| |
| Scalar & | xMax () |
| |
| const Scalar & | dr () const |
| |
| Scalar & | dr () |
| |
| const Scalar & | rafCoeff () const |
| |
| Scalar & | rafCoeff () |
| |
| const Scalar & | dist2BoundCoeff () const |
| |
| Scalar & | dist2BoundCoeff () |
| |
| const Scalar & | interBlockDistCoeff () const |
| |
| Scalar & | interBlockDistCoeff () |
| |
const std::vector< std::pair
< Scalar, Scalar > > & | blockCenter () const |
| |
std::vector< std::pair< Scalar,
Scalar > > & | blockCenter () |
| |
| const int | blockNumber () const |
| |
| const int | lastBlockIdx () const |
| |
| const std::vector< Scalar > | blockNumberController () const |
| |
| const std::vector< Scalar > & | blockAngle () const |
| |
| std::vector< Scalar > & | blockAngle () |
| |
| const std::vector< Color > & | blockColor () const |
| |
| std::vector< Color > & | blockColor () |
| |
| const std::string & | outputPath () const |
| |
| std::string & | outputPath () |
| |
| const std::string & | outputDirName () const |
| |
| std::string & | outputDirName () |
| |
| Scalar | yMin (const Scalar &x) const |
| |
| Scalar | yMax (const Scalar &x) const |
| |
| const std::string & | blockCenterDistribution () const |
| |
| const std::string & | blockAngleDistribution () const |
| |
| const int & | blockCenterRandSeqId () const |
| |
| const int & | blockAngleRandSeqId () const |
| |
| const int & | blockCenterPertCoeff () const |
| |
Definition at line 31 of file inputdata.hh.
| msbGrid::InputData::InputData |
( |
const Scalar & |
xMin, |
|
|
const Scalar & |
xMax, |
|
|
const std::vector< Scalar > & |
blockNumberController, |
|
|
const Scalar & |
dr, |
|
|
const Scalar & |
rafCoeff, |
|
|
const Scalar & |
dist2BoundCoeff, |
|
|
const Scalar & |
interBlockDistCoeff, |
|
|
const std::string & |
outputPath, |
|
|
const std::string & |
outputDirName |
|
) |
| |
|
inline |
| msbGrid::InputData::InputData |
( |
const Scalar & |
xMin, |
|
|
const Scalar & |
xMax, |
|
|
const std::vector< Scalar > & |
blockNumberController, |
|
|
const Scalar & |
dr, |
|
|
const Scalar & |
rafCoeff, |
|
|
const Scalar & |
dist2BoundCoeff, |
|
|
const Scalar & |
interBlockDistCoeff, |
|
|
const std::string & |
outputPath, |
|
|
const std::string & |
outputDirName, |
|
|
const std::vector< std::pair< Scalar, Scalar > > & |
blockCenter, |
|
|
const std::vector< Scalar > & |
blockAngle |
|
) |
| |
|
inline |
| msbGrid::InputData::~InputData |
( |
| ) |
|
|
inline |
| const std :: vector< Scalar >& msbGrid::InputData::blockAngle |
( |
| ) |
const |
|
inline |
| std :: vector< Scalar >& msbGrid::InputData::blockAngle |
( |
| ) |
|
|
inline |
| const std :: string& msbGrid::InputData::blockAngleDistribution |
( |
| ) |
const |
|
inline |
| const int& msbGrid::InputData::blockAngleRandSeqId |
( |
| ) |
const |
|
inline |
| const std :: vector< std :: pair< Scalar, Scalar > >& msbGrid::InputData::blockCenter |
( |
| ) |
const |
|
inline |
| std :: vector< std :: pair< Scalar, Scalar > >& msbGrid::InputData::blockCenter |
( |
| ) |
|
|
inline |
| const std :: string& msbGrid::InputData::blockCenterDistribution |
( |
| ) |
const |
|
inline |
| const int& msbGrid::InputData::blockCenterPertCoeff |
( |
| ) |
const |
|
inline |
| const int& msbGrid::InputData::blockCenterRandSeqId |
( |
| ) |
const |
|
inline |
| const std :: vector< Color >& msbGrid::InputData::blockColor |
( |
| ) |
const |
|
inline |
| std :: vector< Color >& msbGrid::InputData::blockColor |
( |
| ) |
|
|
inline |
| const int msbGrid::InputData::blockNumber |
( |
| ) |
const |
|
inline |
| const std :: vector< Scalar > msbGrid::InputData::blockNumberController |
( |
| ) |
const |
|
inline |
| const Scalar& msbGrid::InputData::dist2BoundCoeff |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::dist2BoundCoeff |
( |
| ) |
|
|
inline |
| const Scalar& msbGrid::InputData::dr |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::dr |
( |
| ) |
|
|
inline |
| const Scalar& msbGrid::InputData::interBlockDistCoeff |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::interBlockDistCoeff |
( |
| ) |
|
|
inline |
| const int msbGrid::InputData::lastBlockIdx |
( |
| ) |
const |
|
inline |
| const std :: string& msbGrid::InputData::outputDirName |
( |
| ) |
const |
|
inline |
| std :: string& msbGrid::InputData::outputDirName |
( |
| ) |
|
|
inline |
| const std :: string& msbGrid::InputData::outputPath |
( |
| ) |
const |
|
inline |
| std :: string& msbGrid::InputData::outputPath |
( |
| ) |
|
|
inline |
| const Scalar& msbGrid::InputData::rafCoeff |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::rafCoeff |
( |
| ) |
|
|
inline |
| void msbGrid::InputData::setSecondaryInputData |
( |
const std::string & |
blockCenterDistribution, |
|
|
const std::string & |
blockAngleDistribution, |
|
|
const int & |
blockCenterRandSeqId, |
|
|
const int & |
blockAngleRandSeqId, |
|
|
const int & |
blockCenterPertCoeff |
|
) |
| |
|
inline |
| const Scalar& msbGrid::InputData::xMax |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::xMax |
( |
| ) |
|
|
inline |
| const Scalar& msbGrid::InputData::xMin |
( |
| ) |
const |
|
inline |
| Scalar& msbGrid::InputData::xMin |
( |
| ) |
|
|
inline |
compute yMax for (xMin <= x <= xMax), default value is xMax
Definition at line 207 of file inputdata.hh.
compute yMin for (xMin <= x <= xMax), default value is xMin
Definition at line 204 of file inputdata.hh.
| std :: vector< Scalar > msbGrid::InputData::blockAngle_ |
|
private |
| std :: string msbGrid::InputData::blockAngleDistribution_ |
|
private |
| int msbGrid::InputData::blockAngleRandSeqId_ |
|
private |
| std :: vector< std :: pair< Scalar, Scalar > > msbGrid::InputData::blockCenter_ |
|
private |
| std :: string msbGrid::InputData::blockCenterDistribution_ |
|
private |
| int msbGrid::InputData::blockCenterPertCoeff_ |
|
private |
| int msbGrid::InputData::blockCenterRandSeqId_ |
|
private |
| std :: vector< Color > msbGrid::InputData::blockColor_ |
|
private |
| std :: vector< Scalar > msbGrid::InputData::blockNumberController_ |
|
private |
| Scalar msbGrid::InputData::dist2BoundCoeff_ |
|
private |
| Scalar msbGrid::InputData::dr_ |
|
private |
| Scalar msbGrid::InputData::interBlockDistCoeff_ |
|
private |
| std :: string msbGrid::InputData::outputDirName_ |
|
private |
| std :: string msbGrid::InputData::outputPath_ |
|
private |
| Scalar msbGrid::InputData::rafCoeff_ |
|
private |
| Scalar msbGrid::InputData::xMax_ |
|
private |
| Scalar msbGrid::InputData::xMin_ |
|
private |
The documentation for this class was generated from the following file: