org.keridwen.modelling.monitoring.model.io
Class MonitoringNodeExportToVtk

java.lang.Object
  extended by 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.


Constructor Summary
MonitoringNodeExportToVtk()
           
 
Method Summary
 void export(String fileOutput, com.artenum.penelope.field.interfaces.DataField<?,?> dataField)
          Export the DataField stored in a MonitoringNode.
 String[] getExtensions()
           
 FileFilter getFileFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringNodeExportToVtk

public MonitoringNodeExportToVtk()
Method Detail

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.