Class GlyphsVisitorImpl
java.lang.Object
cz.fidentis.analyst.engines.glyphs.impl.GlyphsVisitorImpl
- All Implemented Interfaces:
MeshVisitor
,GlyphsVisitor
The implementation of glyphs visitor interface.
-
Constructor Details
-
GlyphsVisitorImpl
Constructor.- Parameters:
samplingConfig
- Sub-sampling configuration. Must not benull
-
-
Method Details
-
visitMeshFacet
Description copied from interface:MeshVisitor
The inspection method to be implemented by specific visitors.- Specified by:
visitMeshFacet
in interfaceMeshVisitor
- Parameters:
facet
- Mesh facet to be visited.
-
getGlyphs
Description copied from interface:GlyphsVisitor
Returns computed glyphs.- Specified by:
getGlyphs
in interfaceGlyphsVisitor
- Returns:
- computed glyphs
-
dispose
public void dispose()Description copied from interface:MeshVisitor
Dispose all disposable resources this visitor was using. Distances can still be retrieved after calling this method. Subclasses should override this method if they need to dispose something.- Specified by:
dispose
in interfaceMeshVisitor
-