- Jul 25, 2016
-
-
Wuttke, Joachim authored
Basics mainly contains base classes; Tools contains utilities that are definitely not meant for inheritance
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Merge branch 'sampletree' into develop: This resolves #1527, simplify containsMagneticMaterial, printSampleTree, genPyScript.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
all labels are now set through template function ISample::containedSubclass<>() instead of visitor mechanism
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
in typedef materials_t: LabelMap<const IMaterial*> -> typedef std::map<const IMaterial*, std::string>
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
ISample::containsMagneticMaterial() now without use ISample::containedMaterials(), to decouple concerns and prepare for change of the latter
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
pEqual(const IMaterial*, const IMaterial*) in IMaterial.cpp now fully replaces definesSameMaterial(..)
-
Wuttke, Joachim authored
insertMaterials moved from visit() to top-level; for the moment, called on all IMaterial* pointers, including duplicates.
-
Wuttke, Joachim authored
No harm for previous usein ISample::containsMagneticMaterial(), and prepares for use in Python code dump.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 23, 2016
-
-
Wuttke, Joachim authored
prepare for refactoring Python export; simplify OrderedMap -> LabelMap, and move it to where it is used
-
Wuttke, Joachim authored
regenerated bindings; rm SamplePrintVisitor.*, which is fully replaced by to_str() in ISample and derived classes. This resolves the second third of #1527
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 22, 2016
-
-
Wuttke, Joachim authored
todo: migrate special cases from SamplePrintVisitor.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Temporarily, write all standard simulation trees to /tmp/StandardSampleTrees.txt to allow for persistence test in reimplementing ISample::to_str().
-
Wuttke, Joachim authored
Altogether less than 20 lines, vs 260 in SampleMaterialVisitor.* (plus dependencies thereof). This resolves the first third of #1527.
-
Wuttke, Joachim authored
Merge branch 'futests' into develop: further improvement of in-code documentation of functional test mechanism.
-
Wuttke, Joachim authored
mv PyCore/suite/PySuiteTest.cpp -> PyCore/suite/PyCoreTest.cpp; wrote or improved class header comments in Test/Functional
-
Wuttke, Joachim authored
-