#include <GenericRegistrationFilter.h>

Public Attributes | |
| bool | _DefaultSign |
| Whether to use default sign of distance measure. | |
| PointSetDistanceMeasure | _Measure |
| Measure of polydata distance. | |
| string | _Name |
| Name of polydata distance term. | |
| int | _SourceIndex |
| Index of source data set. | |
| TransformationInfo | _SourceTransformation |
| Source transformation identifier. | |
| int | _TargetIndex |
| Index of target data set. | |
| TransformationInfo | _TargetTransformation |
| Target transformation identifier. | |
| double | _Weight |
| Weight of polydata distance term. | |
Structure storing information of a used point set distance term parsed from the registration energy function string
Definition at line 170 of file GenericRegistrationFilter.h.