Skip to content
Snippets Groups Projects

rm sone unused code

Merged Wuttke, Joachim requested to merge covclean into main
3 files
+ 16
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 14
1
@@ -505,7 +505,7 @@ Returns all children.
%feature("docstring") INode::nodeOffspring "std::vector< const INode * > INode::nodeOffspring() const
INode::nodeOffspring
Returns all descendants.
Returns all descendants. // TODO sep22: rm if it remains UNUSED.
";
%feature("docstring") INode::jointError "std::string INode::jointError(const std::vector< std::string > errs) const
@@ -658,6 +658,16 @@ C++ includes: ParameterSample.h
ParameterSample::ParameterSample";
// File: classPDouble.xml
%feature("docstring") PDouble "";
%feature("docstring") PDouble::PDouble "PDouble::PDouble(double val)
PDouble::PDouble";
%feature("docstring") PDouble::PDouble "PDouble::PDouble(double *ptr)
PDouble::PDouble";
// File: classRangedDistributionCosine.xml
%feature("docstring") RangedDistributionCosine "
@@ -866,6 +876,9 @@ NodeUtils::AllDescendantsOfType";
// File: NodeUtils_8h.xml
// File: PDouble_8h.xml
// File: dir_dabc42ad3745509abd3a496944bb880e.xml
Loading