chaste.tutorial package¶
Module contents¶
Tutorial Module
-
class
chaste.tutorial.
Hello
¶ -
Complain
((HelloManual)arg1, (str)rComplaint) → None :¶ - C++ signature :
- void Complain(Hello {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
-
GetMessage
((HelloManual)arg1) → str :¶ - C++ signature :
- std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GetMessage(Hello {lvalue})
-
GetVector
((HelloManual)arg1) → VecDouble :¶ - C++ signature :
- std::vector<double, std::allocator<double> > GetVector(Hello {lvalue})
-
SetVector
((HelloManual)arg1, (VecDouble)vectorInput) → None :¶ - C++ signature :
- void SetVector(Hello {lvalue},std::vector<double, std::allocator<double> >)
-