org.keridwen.modelling.monitoring.model.io
Class MonitoringNodeExportToVtk
java.lang.Object
org.keridwen.modelling.monitoring.model.io.MonitoringNodeExportToVtk
- All Implemented Interfaces:
- MonitoringNodeExport
public class MonitoringNodeExportToVtk
- extends Object
- implements MonitoringNodeExport
This class export DataField to vtk format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitoringNodeExportToVtk
public MonitoringNodeExportToVtk()
export
public void export(String fileOutput,
com.artenum.penelope.field.interfaces.DataField<?,?> dataField)
- Description copied from interface:
MonitoringNodeExport
- Export the
DataField stored in a MonitoringNode.
- Specified by:
export in interface MonitoringNodeExport
- Parameters:
fileOutput - the path of the file exported.
getFileFilter
public FileFilter getFileFilter()
- Specified by:
getFileFilter in interface MonitoringNodeExport
- Returns:
- a
FileFilter which contains informations about export.
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions in interface MonitoringNodeExport
- Returns:
- an array of extensions.
Copyright © 2012-2013 Artenum. All Rights Reserved.