Skip to content

Commit 0d26897

Browse files
committed
node mapping seems to be working. starting with elements
1 parent a73b8c6 commit 0d26897

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Interface/Modules/Fields/MapFieldDataOntoElemsDialog.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ class SCISHARE MapFieldDataOntoElemsDialog : public ModuleDialogGeneric,
4545
MapFieldDataOntoElemsDialog(const std::string& name,
4646
SCIRun::Dataflow::Networks::ModuleStateHandle state,
4747
QWidget* parent = 0);
48+
protected:
49+
virtual void pullSpecial() override;
50+
private Q_SLOTS:
51+
void setUseNanForUnassignedValues(int state);
4852
};
4953

5054
}

src/Interface/Modules/Fields/MapFieldDataOntoNodesDialog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class SCISHARE MapFieldDataOntoNodesDialog : public ModuleDialogGeneric,
4949
virtual void pullSpecial() override;
5050
private Q_SLOTS:
5151
void setUseNanForUnassignedValues(int state);
52-
5352
};
5453

5554
}

0 commit comments

Comments
 (0)