Interface MiBaseExtractor
-
- All Known Subinterfaces:
MiExtractorIj
,MiExtractorIjk
,MiExtractorUnstructured
,MiStreamlineExtractBase
- All Known Implementing Classes:
MiCellExtractHexahedronIjk
,MiCellExtractIj
,MiCellExtractIjk
,MiCellExtractUnstructured
,MiCylinderSliceExtractHexahedronIjk
,MiCylinderSliceExtractIjk
,MiCylinderSliceExtractUnstructured
,MiGridPlaneSliceExtractUnstructured
,MiIsosurfExtractHexahedronIjk
,MiIsosurfExtractIjk
,MiIsosurfExtractUnstructured
,MiOutlineExtractHexahedronIjk
,MiOutlineExtractIj
,MiOutlineExtractIjk
,MiOutlineExtractUnstructured
,MiPlaneSliceExtractHexahedronIjk
,MiPlaneSliceExtractIjk
,MiPlaneSliceExtractUnstructured
,MiPointProbeHexahedronIjk
,MiPointProbeIjk
,MiSkinExtractHexahedronIjk
,MiSkinExtractIjk
,MiSkinExtractUnstructured
,MiSlabExtractHexahedronIjk
,MiSlabExtractIjk
,MiSphereSliceExtractHexahedronIjk
,MiSphereSliceExtractIjk
,MiSphereSliceExtractUnstructured
,MiStreamlineExtractHexahedronIjk
,MiStreamlineExtractIjk
,MiStreamlineExtractUnstructured
public interface MiBaseExtractor
Base interface for all extractor interfaces.All extractor interfaces are derived from this one and must implement the setExtractorCallback method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setExtractorCallback(MiExtractorCallback extractorCallback)
Set the user defined extractor callback which will be called before and after each extraction.
-
-
-
Method Detail
-
setExtractorCallback
void setExtractorCallback(MiExtractorCallback extractorCallback)
Set the user defined extractor callback which will be called before and after each extraction.- Parameters:
extractorCallback
- the extractor callback
-
-