Skip to content

Commit be450f2

Browse files
committed
Update module help urls
1 parent 29c9d7f commit be450f2

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

src/Modules/Basic/ChooseInput.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ namespace SCIRun {
5252
public Has1InputPort<DynamicPortTag<DatatypePortTag>>,
5353
public Has1OutputPort<DatatypePortTag>
5454
{
55+
CONVERTED_VERSION_OF_MODULE(ChooseMatrix)
5556
public:
5657
ChooseInput();
5758
virtual void execute() override;

src/Modules/Legacy/Fields/ExtractSimpleIsosurface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace SCIRun {
4040
public Has2InputPorts<FieldPortTag, MatrixPortTag>,
4141
public Has1OutputPort<FieldPortTag>
4242
{
43+
CONVERTED_VERSION_OF_MODULE(ExtractIsosurface)
4344
public:
4445
ExtractSimpleIsosurfaceModule();
4546

src/Modules/Legacy/Fields/MapFieldDataOntoElems.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ namespace Fields {
4242
public Has1OutputPort<FieldPortTag>,
4343
public Core::Thread::Interruptible
4444
{
45+
CONVERTED_VERSION_OF_MODULE(MapFieldDataOntoElems)
46+
4547
public:
4648
MapFieldDataOntoElements();
4749

src/Modules/Legacy/FiniteElements/ApplyFEMCurrentSource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace SCIRun {
4040
public Has4InputPorts<FieldPortTag, FieldPortTag, MatrixPortTag, MatrixPortTag>,
4141
public Has2OutputPorts<MatrixPortTag, MatrixPortTag>
4242
{
43+
LEGACY_BIOPSE_MODULE
4344
public:
4445
ApplyFEMCurrentSource();
4546
virtual void setStateDefaults();

src/Modules/Legacy/FiniteElements/ApplyFEMVoltageSource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace SCIRun {
4040
public Has4InputPorts<FieldPortTag, MatrixPortTag, MatrixPortTag, MatrixPortTag>,
4141
public Has2OutputPorts<MatrixPortTag, MatrixPortTag>
4242
{
43+
LEGACY_BIOPSE_MODULE
4344
public:
4445
ApplyFEMVoltageSource();
4546
virtual void setStateDefaults();

src/Modules/Math/EvaluateLinearAlgebraBinary.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ namespace SCIRun {
4141
public Has2InputPorts<MatrixPortTag, MatrixPortTag>,
4242
public Has1OutputPort<MatrixPortTag>
4343
{
44+
CONVERTED_VERSION_OF_MODULE(EvaluateLinAlgBinary)
4445
public:
4546
EvaluateLinearAlgebraBinaryModule();
4647
virtual void execute();

src/Modules/Math/EvaluateLinearAlgebraUnary.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ namespace Math {
4141
public Has1InputPort<MatrixPortTag>,
4242
public Has1OutputPort<MatrixPortTag>
4343
{
44+
CONVERTED_VERSION_OF_MODULE(EvaluateLinAlgUnary)
4445
public:
4546
EvaluateLinearAlgebraUnaryModule();
4647
virtual void execute();

src/Modules/Math/ReportMatrixSliceMeasure.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ namespace Math {
4141
public Has1InputPort<MatrixPortTag>,
4242
public Has1OutputPort<MatrixPortTag>
4343
{
44+
CONVERTED_VERSION_OF_MODULE(ReportMatrixRowMeasure)
4445
public:
4546
ReportMatrixSliceMeasure();
4647
virtual void execute();

src/Modules/Visualization/CreateStandardColorMap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ namespace SCIRun
5959
public HasNoInputPorts,
6060
public Has1OutputPort<ColorMapPortTag>
6161
{
62+
CONVERTED_VERSION_OF_MODULE(CreateStandardColorMaps)
6263
public:
6364
CreateStandardColorMap();
6465
virtual void execute() override;

0 commit comments

Comments
 (0)