Uses of Record Class
cz.fidentis.analyst.data.shapes.Box
Packages that use Box
Package
Description
Complete human face model.
3D or 2D shapes.
Drawable objects of the scene.
Generic graphical elements.
OpenGL rendering classes.
-
Uses of Box in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return BoxModifier and TypeMethodDescriptionHumanFaceState.boundingBox()
Returns the value of theboundingBox
record component.HumanFace.getBoundingBox()
Returns bounding box ornull
Methods in cz.fidentis.analyst.data.face with parameters of type BoxModifier and TypeMethodDescriptionvoid
HumanFace.setBoundingBox
(Box boundingBox) Set a bounding box.Constructors in cz.fidentis.analyst.data.face with parameters of type Box -
Uses of Box in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return BoxMethods in cz.fidentis.analyst.data.face.impl with parameters of type Box -
Uses of Box in cz.fidentis.analyst.data.shapes
Methods in cz.fidentis.analyst.data.shapes with parameters of type BoxModifier and TypeMethodDescriptionReturns rectangular mesh facet of this symmetry plane.Constructors in cz.fidentis.analyst.data.shapes with parameters of type Box -
Uses of Box in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return BoxMethods in cz.fidentis.analyst.drawables that return types with arguments of type BoxModifier and TypeMethodDescriptionDrawableInteractiveMask.getBoxes()
Legacy code to get bounding boxes for lines between pointsMethods in cz.fidentis.analyst.drawables with parameters of type BoxModifier and TypeMethodDescriptionprotected static boolean
DrawableInteractiveMask.isPointOutsideBox
(javax.vecmath.Point3d point, Box box) legacy expression determining if point is within bounding boxConstructors in cz.fidentis.analyst.drawables with parameters of type BoxModifierConstructorDescriptionDrawableCuttingPlane
(Plane plane, Box bbox, boolean showBBox) Constructor.DrawablePlane
(Plane plane, Box bbox, boolean showBBox) Constructor. -
Uses of Box in cz.fidentis.analyst.engines.bbox
Methods in cz.fidentis.analyst.engines.bbox that return BoxModifier and TypeMethodDescriptionstatic Box
BoundingBoxServices.compute
(MeshFacet mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.static Box
BoundingBoxServices.compute
(MeshModel mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.static Box
BoundingBoxServices.compute
(Collection<MeshFacet> mesh, BoundingBoxConfig config) Returns bounding box of the given mesh.BoundingBoxVisitor.getBoundingBox()
Returns computed bounding box. -
Uses of Box in cz.fidentis.analyst.engines.bbox.impl
Methods in cz.fidentis.analyst.engines.bbox.impl that return Box -
Uses of Box in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face with parameters of type BoxModifier and TypeMethodDescriptionCuttingPlanesUtils.getBoundingBox2D
(Integer canvasWidth, Integer canvasHeight, Box faceBoundingBox, javax.vecmath.Vector3d currentCuttingPlaneNormal) Deprecated.Computes scale and offset based on bounding box of face and cutting plane direction so that currently projected curve fits the size of canvas. -
Uses of Box in cz.fidentis.analyst.gui.elements
Fields in cz.fidentis.analyst.gui.elements declared as BoxMethods in cz.fidentis.analyst.gui.elements with parameters of type BoxModifier and TypeMethodDescriptionvoid
CurveRenderingPanel.setFaceBoundingBox
(Box boundingBox) Sets bounding box used for computing scale and offset when drawing CrossSectionCurve. -
Uses of Box in cz.fidentis.analyst.opencl.services.octree
Methods in cz.fidentis.analyst.opencl.services.octree that return Box -
Uses of Box in cz.fidentis.analyst.opencl.services.octree.impl
Methods in cz.fidentis.analyst.opencl.services.octree.impl that return Box -
Uses of Box in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering that return BoxModifier and TypeMethodDescriptionScene.getBoundingBox()
Computes and returns bounding box of faces (only) in the scene.Methods in cz.fidentis.analyst.rendering with parameters of type BoxModifier and TypeMethodDescriptionvoid
Zooms the camera to fit the given bounding boxvoid
Camera.zoomToFitPerpendicular
(Box bbox, javax.vecmath.Vector3d normal) Zooms the camera to fit the given bounding box, perpendicular to the normal