|
WaSH Docs
|
Enumerations | |
| enum | PropertyList { PropertyList::Pos, PropertyList::Vel, PropertyList::Acc, PropertyList::Density, PropertyList::Mass, PropertyList::SmoothingLength, PropertyList::Id } |
Functions | |
| void | HandleInsertForcesDefinition (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| void | HandleInsertForcesDefinitionWithCornerstone (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| std::string | getForceDeclarationSource () |
| std::string | getForceInitialisationSource () |
| std::string | getForceDeclarationSourceWithCornerstone () |
| std::string | getForceInitialisationSourceWithCornerstone () |
| const std::string | propertyName (PropertyList property) |
| template<ForceType type> | |
| void | HandleRegisterForces (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<ForceType type> | |
| void | HandleGetForce (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<ForceType type> | |
| void | HandleSetForce (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<ForceType type, PropertyList property> | |
| void | HandleGetProperty (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<PropertyList property> | |
| void | HandleGetPropertyWithCornerstone (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<ForceType type, PropertyList property> | |
| void | HandleSetProperty (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| template<PropertyList property> | |
| void | HandleSetPropertyWithCornerstone (const MatchFinder::MatchResult &Result, Replacements &Replace) |
| const StatementMatcher | PropertyGetMatcher (const char *propertyName) |
| const StatementMatcher | PropertySetMatcher (const char *propertyName) |
|
strong |
| std::string ws2st::refactor::forces::getForceDeclarationSource | ( | ) |
| std::string ws2st::refactor::forces::getForceDeclarationSourceWithCornerstone | ( | ) |
| std::string ws2st::refactor::forces::getForceInitialisationSource | ( | ) |
| std::string ws2st::refactor::forces::getForceInitialisationSourceWithCornerstone | ( | ) |
| void ws2st::refactor::forces::HandleGetForce | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleGetProperty | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleGetPropertyWithCornerstone | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleInsertForcesDefinition | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleInsertForcesDefinitionWithCornerstone | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleRegisterForces | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleSetForce | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleSetProperty | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| void ws2st::refactor::forces::HandleSetPropertyWithCornerstone | ( | const MatchFinder::MatchResult & | Result, |
| Replacements & | Replace | ||
| ) |
| const StatementMatcher ws2st::refactor::forces::PropertyGetMatcher | ( | const char * | propertyName | ) |
| const std::string ws2st::refactor::forces::propertyName | ( | PropertyList | property | ) |
| const StatementMatcher ws2st::refactor::forces::PropertySetMatcher | ( | const char * | propertyName | ) |
| StatementMatcher ws2st::refactor::forces::AddForceScalarMatcher |
| StatementMatcher ws2st::refactor::forces::AddForceVectorMatcher |
| std::unordered_map<std::string, FullSourceLoc> ws2st::refactor::forces::force_meta = {} |
| StatementMatcher ws2st::refactor::forces::GetAccMatcher |
| StatementMatcher ws2st::refactor::forces::GetDensityMatcher |
| StatementMatcher ws2st::refactor::forces::GetForceScalarMatcher |
| StatementMatcher ws2st::refactor::forces::GetForceVectorMatcher |
| StatementMatcher ws2st::refactor::forces::GetIdMatcher |
| StatementMatcher ws2st::refactor::forces::GetMassMatcher |
| StatementMatcher ws2st::refactor::forces::GetPosMatcher |
| StatementMatcher ws2st::refactor::forces::GetSmoothingLengthMatcher |
| StatementMatcher ws2st::refactor::forces::GetVelMatcher |
| WashCallbackFn ws2st::refactor::forces::HandleGetAcc |
| WashCallbackFn ws2st::refactor::forces::HandleGetAccWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleGetDensity |
| WashCallbackFn ws2st::refactor::forces::HandleGetForceScalar |
| WashCallbackFn ws2st::refactor::forces::HandleGetForceVector |
| WashCallbackFn ws2st::refactor::forces::HandleGetForceVectorWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleGetId |
| WashCallbackFn ws2st::refactor::forces::HandleGetMass |
| WashCallbackFn ws2st::refactor::forces::HandleGetPos |
| WashCallbackFn ws2st::refactor::forces::HandleGetPosWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleGetSmoothingLength |
| WashCallbackFn ws2st::refactor::forces::HandleGetVel |
| WashCallbackFn ws2st::refactor::forces::HandleGetVelWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleRegisterForcesScalar = &HandleRegisterForces<ForceType::SCALAR> |
| WashCallbackFn ws2st::refactor::forces::HandleRegisterForcesVector = &HandleRegisterForces<ForceType::VECTOR> |
| WashCallbackFn ws2st::refactor::forces::HandleSetAcc |
| WashCallbackFn ws2st::refactor::forces::HandleSetAccWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleSetDensity |
| WashCallbackFn ws2st::refactor::forces::HandleSetForceScalar |
| WashCallbackFn ws2st::refactor::forces::HandleSetForceVector |
| WashCallbackFn ws2st::refactor::forces::HandleSetForceVectorWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleSetMass |
| WashCallbackFn ws2st::refactor::forces::HandleSetPos |
| WashCallbackFn ws2st::refactor::forces::HandleSetPosWithCornerstone |
| WashCallbackFn ws2st::refactor::forces::HandleSetSmoothingLength |
| WashCallbackFn ws2st::refactor::forces::HandleSetVel |
| WashCallbackFn ws2st::refactor::forces::HandleSetVelWithCornerstone |
| DeclarationMatcher ws2st::refactor::forces::InsertForcesDefinitionMatcher |
| std::vector<std::string> ws2st::refactor::forces::scalar_force_list = {} |
| StatementMatcher ws2st::refactor::forces::SetAccMatcher |
| StatementMatcher ws2st::refactor::forces::SetDensityMatcher |
| StatementMatcher ws2st::refactor::forces::SetForceScalarMatcher |
| StatementMatcher ws2st::refactor::forces::SetForceVectorMatcher |
| StatementMatcher ws2st::refactor::forces::SetMassMatcher |
| StatementMatcher ws2st::refactor::forces::SetPosMatcher |
| StatementMatcher ws2st::refactor::forces::SetSmoothingLengthMatcher |
| StatementMatcher ws2st::refactor::forces::SetVelMatcher |
| std::vector<std::string> ws2st::refactor::forces::vector_force_list = {} |
1.8.14