File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " VTKBase"
2
2
uuid = " 4004b06d-e244-455f-a6ce-a5f9919cc534"
3
3
authors = [" Juan Ignacio Polanco <juan-ignacio.polanco@cnrs.fr>" ]
4
- version = " 1.0.0 "
4
+ version = " 1.0.1 "
5
5
6
6
[compat ]
7
7
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ strings.
43
43
"""
44
44
struct VTKFieldData <: AbstractFieldData end
45
45
46
+ export VTKPointData, VTKCellData, VTKFieldData
47
+
46
48
# These are the VTK names associated to each data "location".
47
49
node_type (:: VTKPointData ) = " PointData"
48
50
node_type (:: VTKCellData ) = " CellData"
Original file line number Diff line number Diff line change 40
40
41
41
import . PolyData
42
42
43
+ export PolyData
44
+
43
45
const PolyCell{T} = MeshCell{T} where {T <: PolyData.CellType }
44
46
45
47
Base. eltype (:: Type{T} ) where {T <: PolyCell } = cell_type (T)
You can’t perform that action at this time.
0 commit comments