Commit 3f26e93e8cb0aae88484a311ed1db159deacb25d

Authored by Scott Klum
1 parent 706efbac

Properties documented

openbr/plugins/metadata/checkpoints.cpp
@@ -7,6 +7,7 @@ namespace br @@ -7,6 +7,7 @@ namespace br
7 * \ingroup transforms 7 * \ingroup transforms
8 * \brief Checks the points in a template for missing (-1,-1) values 8 * \brief Checks the points in a template for missing (-1,-1) values
9 * \author Scott Klum \cite sklum 9 * \author Scott Klum \cite sklum
  10 + * \br_property QList<int> indices Indices of points to check.
10 */ 11 */
11 class CheckPointsTransform : public UntrainableMetadataTransform 12 class CheckPointsTransform : public UntrainableMetadataTransform
12 { 13 {