Uses of Class
cz.fidentis.analyst.data.shapes.Plane
Packages that use Plane
Package
Description
Complete human face model.
3D or 2D shapes.
Drawable objects of the scene.
Procrustes superimposition of feture points.
-
Uses of Plane in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return PlaneModifier and TypeMethodDescriptionHumanFace.getSymmetryPlane()
HumanFaceState.symmetryPlane()
Returns the value of thesymmetryPlane
record component.Methods in cz.fidentis.analyst.data.face with parameters of type PlaneModifier and TypeMethodDescriptionvoid
HumanFace.setSymmetryPlane
(Plane plane) Sets the symmetry plane.Constructors in cz.fidentis.analyst.data.face with parameters of type Plane -
Uses of Plane in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return PlaneMethods in cz.fidentis.analyst.data.face.impl with parameters of type Plane -
Uses of Plane in cz.fidentis.analyst.data.shapes
Methods in cz.fidentis.analyst.data.shapes that return PlaneModifier and TypeMethodDescriptionPlane.flip()
Returns a plane with flipped directionPlane.shift
(double value) Translate the plane along its normalMethods in cz.fidentis.analyst.data.shapes with parameters of type PlaneModifier and TypeMethodDescriptionjavax.vecmath.Matrix4d
Plane.getAlignmentMatrix
(Plane other, boolean forbidRotation) Computes and returns transformation matrix that transforms given plane into this plane.Constructors in cz.fidentis.analyst.data.shapes with parameters of type PlaneModifierConstructorDescriptionCopy constructor without normalization.Copy constructor with possible normalization.Constructor parameters in cz.fidentis.analyst.data.shapes with type arguments of type Plane -
Uses of Plane in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return PlaneModifier and TypeMethodDescriptionDrawableCuttingPlane.getMirrorPlane()
Returns the cutting plane shifted to opposite direction.DrawableCuttingPlane.getNonShiftedPlane()
Returns original non-shifted planeDrawableCuttingPlane.getPlane()
DrawablePlane.getPlane()
Methods in cz.fidentis.analyst.drawables with parameters of type PlaneConstructors in cz.fidentis.analyst.drawables with parameters of type PlaneModifierConstructorDescriptionDrawableCuttingPlane
(Plane plane, Box bbox, boolean showBBox) Constructor.DrawablePlane
(Plane plane, Box bbox, boolean showBBox) Constructor. -
Uses of Plane in cz.fidentis.analyst.engines.cut
Methods in cz.fidentis.analyst.engines.cut that return PlaneModifier and TypeMethodDescriptionCrossSectionConfig.plane()
Returns the value of theplane
record component.Constructors in cz.fidentis.analyst.engines.cut with parameters of type PlaneModifierConstructorDescriptionCrossSectionConfig
(Plane plane) Creates an instance of aCrossSectionConfig
record class. -
Uses of Plane in cz.fidentis.analyst.engines.cut.impl
Constructors in cz.fidentis.analyst.engines.cut.impl with parameters of type PlaneModifierConstructorDescriptionCrossSectionVisitorImpl
(Plane plane) Constructor for CrossSectionZigZag visitor -
Uses of Plane in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return PlaneModifier and TypeMethodDescriptionCuttingPlanesUtils.CrossSectionPlane.cuttingPlane()
Returns the value of thecuttingPlane
record component.static Plane
FaceCuttingServices.fromBoundingBox
(HumanFace face, javax.vecmath.Vector3d direction) Creates cutting plane from bounding box of facestatic Plane
FaceCuttingServices.fromSymmetryPlane
(HumanFace face, javax.vecmath.Vector3d direction) Creates a cutting plane from the symmetry plane of the facestatic Plane
FaceRegistrationServices.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Deprecated.Methods in cz.fidentis.analyst.engines.face with parameters of type PlaneModifier and TypeMethodDescriptionstatic Plane
FaceRegistrationServices.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Deprecated.Constructors in cz.fidentis.analyst.engines.face with parameters of type PlaneModifierConstructorDescriptionCrossSectionPlane
(Boolean isVisible, javax.vecmath.Vector3d normalVector, Plane cuttingPlane) Creates an instance of aCrossSectionPlane
record class. -
Uses of Plane in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl that return PlaneModifier and TypeMethodDescriptionFaceCuttingServicesImpl.fromBoundingBox
(HumanFace face, javax.vecmath.Vector3d direction) Creates cutting plane from bounding box of faceFaceCuttingServicesImpl.fromSymmetryPlane
(HumanFace face, javax.vecmath.Vector3d direction) Creates a cutting plane from the symmetry plane of the faceFaceRegistrationServicesImpl.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Transforms the whole plane, i.e., its normal and position.Methods in cz.fidentis.analyst.engines.face.impl with parameters of type PlaneModifier and TypeMethodDescriptionFaceRegistrationServicesImpl.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Transforms the whole plane, i.e., its normal and position. -
Uses of Plane in cz.fidentis.analyst.engines.landmarks
Methods in cz.fidentis.analyst.engines.landmarks that return PlaneModifier and TypeMethodDescriptionstatic Plane
LandmarkServices.computeSymmetryPlane
(Collection<Landmark> landmarks) Calculation of symmetry plane from landmarks. -
Uses of Plane in cz.fidentis.analyst.engines.landmarks.impl
Methods in cz.fidentis.analyst.engines.landmarks.impl that return PlaneModifier and TypeMethodDescriptionstatic Plane
LandmarksSymmetryImpl.computeSymmetryPlane
(Collection<Landmark> landmarks) Calculation of symmetry plane from landmarks. -
Uses of Plane in cz.fidentis.analyst.engines.symmetry
Methods in cz.fidentis.analyst.engines.symmetry that return PlaneModifier and TypeMethodDescriptionstatic Plane
SymmetryServices.estimate
(MeshFacet mesh, SymmetryConfig strategy) Returns a symmetry plane.static Plane
SymmetryServices.estimate
(MeshModel mesh, SymmetryConfig strategy) Returns a symmetry plane.static Plane
SymmetryServices.estimate
(Collection<MeshFacet> mesh, SymmetryConfig config) Returns a symmetry plane.abstract Plane
SymmetryVisitor.getSymmetryPlane()
Returns a symmetry plane. -
Uses of Plane in cz.fidentis.analyst.engines.symmetry.impl
Methods in cz.fidentis.analyst.engines.symmetry.impl that return PlaneModifier and TypeMethodDescriptionCandidatePlane.getPlane()
CandidatePlaneRobust.getPlane()
SymmetryVisitorMesh.getSymmetryPlane()
SymmetryVisitorMesh.getSymmetryPlane
(boolean concurrently) Computes and returns the symmetry plane.SymmetryVisitorRobust.getSymmetryPlane()
Constructors in cz.fidentis.analyst.engines.symmetry.impl with parameters of type PlaneModifierConstructorDescriptionCandidatePlane
(Plane plane) Constructor.CandidatePlaneMesh
(Plane plane) Constructor.CandidatePlaneRobust
(Plane plane) New candidate symmetry plane constructed from an original plane.