77 vtkSetMacro(RandomSeed,
int);
78 vtkGetMacro(RandomSeed,
int);
79 vtkSetMacro(MatchTime,
bool);
80 vtkGetMacro(MatchTime,
bool);
81 vtkSetMacro(ArcMatchMode,
int);
82 vtkGetMacro(ArcMatchMode,
int);
83 vtkSetMacro(AlignmenttreeType,
int);
84 vtkGetMacro(AlignmenttreeType,
int);
85 vtkSetMacro(WeightCombinatorialMatch,
float);
86 vtkGetMacro(WeightCombinatorialMatch,
float);
87 vtkSetMacro(WeightArcMatch,
float);
88 vtkGetMacro(WeightArcMatch,
float);
89 vtkSetMacro(WeightScalarValueMatch,
float);
90 vtkGetMacro(WeightScalarValueMatch,
float);
91 vtkSetMacro(ExportJSON,
bool);
92 vtkGetMacro(ExportJSON,
bool);
93 vtkSetMacro(ExportPath,
const std::string &);
94 vtkGetMacro(ExportPath, std::string);
105 vtkInformationVector **inputVector,
106 vtkInformationVector *outputVector)
override;
116 bool MatchTime{
false};
117 int AlignmenttreeType{0};
118 bool ExportJSON{
false};
119 std::string ExportPath{
""};
121 float WeightCombinatorialMatch{0};
122 float WeightArcMatch{1};
123 float WeightScalarValueMatch{0};