Uses of Record Class
cz.fidentis.analyst.data.shapes.Glyph
Packages that use Glyph
Package
Description
Complete human face model.
-
Uses of Glyph in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return types with arguments of type GlyphModifier and TypeMethodDescriptionHumanFace.getGlyphs()
Gets the glyphs of the face or empty listHumanFaceState.glyphs()
Returns the value of theglyphs
record component.Method parameters in cz.fidentis.analyst.data.face with type arguments of type Glyph -
Uses of Glyph in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return types with arguments of type GlyphMethod parameters in cz.fidentis.analyst.data.face.impl with type arguments of type Glyph -
Uses of Glyph in cz.fidentis.analyst.engines.glyphs
Methods in cz.fidentis.analyst.engines.glyphs that return types with arguments of type GlyphModifier and TypeMethodDescriptionGlyphServices.calculateGlyphs
(MeshModel mesh, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.GlyphServices.calculateGlyphs
(Collection<MeshFacet> facets, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.GlyphServices.calculateGlyphSamples
(MeshFacet facet, GlyphsConfig config) Sub-samples the mesh and creates properly oriented glyphs on sample locations.GlyphsVisitor.getGlyphs()
Returns computed glyphs. -
Uses of Glyph in cz.fidentis.analyst.engines.glyphs.impl
Methods in cz.fidentis.analyst.engines.glyphs.impl that return types with arguments of type Glyph