Uses of Class
sc.fiji.snt.viewer.OBJMesh
Packages that use OBJMesh
Package
Description
Classes handling neuropil annotations and atlases metadata.
Classes for importing reconstructions into SNT.
Visualization of reconstructions
-
Uses of OBJMesh in sc.fiji.snt.annotation
Methods in sc.fiji.snt.annotation that return OBJMeshModifier and TypeMethodDescriptionAllenCompartment.getMesh()BrainAnnotation.getMesh()Returns the mesh associated with this compartment.DrosophilaCompartment.getMesh()InsectBrainCompartment.getMesh()static OBJMeshRetrieves the mesh associated with the specified VFB id.static OBJMeshRetrieves the mesh associated with the specified VFB id.static OBJMeshVFBUtils.getRefBrain(String templateBrain) Retrieves the surface mesh of an adult Drosophila template brain.static OBJMeshZBAtlasUtils.getRefBrain()Retrieves the surface mesh (outline) of the zebrafish template brain.static OBJMeshAllenUtils.getRootMesh(org.scijava.util.ColorRGB color) Retrieves the surface contours for the Allen Mouse Brain Atlas (CCF), bundled with SNT.Methods in sc.fiji.snt.annotation that return types with arguments of type OBJMesh -
Uses of OBJMesh in sc.fiji.snt.io
Methods in sc.fiji.snt.io that return types with arguments of type OBJMesh -
Uses of OBJMesh in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return OBJMeshModifier and TypeMethodDescriptionOBJMesh.duplicate()Gets the mesh associated with the specified label.Loads a Wavefront .OBJ file.Viewer3D.loadRefBrain(String template) Loads the surface mesh of a supported reference brain/neuropil.Methods in sc.fiji.snt.viewer that return types with arguments of type OBJMeshModifier and TypeMethodDescriptionViewer3D.getMeshes()Returns all meshes added to this viewer.Viewer3D.getMeshes(boolean visibleOnly) Returns all meshes added to this viewer.Methods in sc.fiji.snt.viewer with parameters of type OBJMeshModifier and TypeMethodDescriptionbooleanLoads a Wavefront .OBJ file.booleanViewer3D.removeMesh(OBJMesh mesh) Removes the specified OBJ mesh.