paraview-glance
Version:
Web application for Visualizing Scientific and Medical datasets
18 lines (17 loc) • 386 B
HTML
<div
v-if="available"
>
<vtk-image-data :dataset="source.getDataset()" />
<vtk-molecule :dataset="source.getDataset()" />
<vtk-poly-data :dataset="source.getDataset()" />
<vtk-field-data
:dataset="source.getDataset()"
name="Point Data"
type="PointData"
/>
<vtk-field-data
:dataset="source.getDataset()"
name="Cell Data"
type="CellData"
/>
</div>