Skip to content

Commit 4248422

Browse files
committed
[doc] add links to DelRips online example
1 parent da33813 commit 4248422

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

core/base/delaunayRipsPersistenceDiagram/DelaunayRipsPersistenceDiagram.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
/// generators for point clouds in R2 and R3.
1313
///
1414
/// \sa ttkDelaunayRipsPersistenceDiagram.cpp %for a usage example.
15+
///
16+
/// \b Online \b examples: \n
17+
/// - <a
18+
/// href="https://topology-tool-kit.github.io/examples/delaunayRispPersistence/">DelaunayRips
19+
/// Persistence example</a> \n
1520

1621
#pragma once
1722

core/vtk/ttkDelaunayRipsPersistenceDiagram/ttkDelaunayRipsPersistenceDiagram.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
///
2020
/// \sa ttk::DelaunayRipsPersistenceDiagram
2121
/// \sa ttkAlgorithm
22+
///
23+
/// \b Online \b examples: \n
24+
/// - <a
25+
/// href="https://topology-tool-kit.github.io/examples/delaunayRispPersistence/">DelaunayRips
26+
/// Persistence example</a> \n
2227

2328
#pragma once
2429

@@ -78,4 +83,4 @@ class TTKDELAUNAYRIPSPERSISTENCEDIAGRAM_EXPORT ttkDelaunayRipsPersistenceDiagram
7883
int RequestData(vtkInformation *request,
7984
vtkInformationVector **inputVector,
8085
vtkInformationVector *outputVector) override;
81-
};
86+
};

core/vtk/ttkDelaunayRipsPersistenceGenerators/ttkDelaunayRipsPersistenceGenerators.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
///
2222
/// \sa ttk::DelaunayRipsPersistenceGenerators
2323
/// \sa ttkAlgorithm
24+
///
25+
/// \b Online \b examples: \n
26+
/// - <a
27+
/// href="https://topology-tool-kit.github.io/examples/delaunayRispPersistence/">DelaunayRips
28+
/// Persistence example</a> \n
2429

2530
#pragma once
2631

@@ -85,4 +90,4 @@ class TTKDELAUNAYRIPSPERSISTENCEGENERATORS_EXPORT
8590
int RequestData(vtkInformation *request,
8691
vtkInformationVector **inputVector,
8792
vtkInformationVector *outputVector) override;
88-
};
93+
};

paraview/xmls/DelaunayRipsPersistenceDiagram.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
(persistence of the pair, critical index of the extremum of the pair).
1717
The diagonal of the diagram can be filtered out by considering its
1818
PairIdentifier value (set at -1).
19+
20+
Online examples:
21+
22+
- https://topology-tool-kit.github.io/examples/delaunayRipsPersistence/
1923
</Documentation>
2024

2125
<!-- INPUT DATA OBJECTS -->
@@ -148,4 +152,4 @@
148152
</Hints>
149153
</SourceProxy>
150154
</ProxyGroup>
151-
</ServerManagerConfiguration>
155+
</ServerManagerConfiguration>

paraview/xmls/DelaunayRipsPersistenceGenerators.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
<ProxyGroup name="filters">
33
<SourceProxy name="ttkDelaunayRipsPersistenceGenerators" class="ttkDelaunayRipsPersistenceGenerators" label="TTK DelaunayRipsPersistenceGenerators">
44
<Documentation long_help="DelaunayRipsPersistenceGenerators Long" short_help="DelaunayRipsPersistenceGenerators Short">
5-
TTK plugin for the computation of the persistence generators of Delaunay-Rips complexes.
5+
TTK plugin for the computation of the persistence generators of Delaunay-Rips complexes.
6+
7+
Online examples:
8+
9+
- https://topology-tool-kit.github.io/examples/delaunayRipsPersi
10+
stence/
11+
612
</Documentation>
713

814
<!-- INPUT DATA OBJECTS -->
@@ -130,4 +136,4 @@
130136
</Hints>
131137
</SourceProxy>
132138
</ProxyGroup>
133-
</ServerManagerConfiguration>
139+
</ServerManagerConfiguration>

0 commit comments

Comments
 (0)