Uses of Class
uk.ac.ed.computational_geometry.algorithm.marching_cubes.WyvillMarchingCubes.Intersection

Packages that use WyvillMarchingCubes.Intersection
uk.ac.ed.computational_geometry.algorithm.marching_cubes   
 

Uses of WyvillMarchingCubes.Intersection in uk.ac.ed.computational_geometry.algorithm.marching_cubes
 

Fields in uk.ac.ed.computational_geometry.algorithm.marching_cubes with type parameters of type WyvillMarchingCubes.Intersection
protected  HashMap<String,WyvillMarchingCubes.Intersection> WyvillMarchingCubes.intersection_mapping
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes that return WyvillMarchingCubes.Intersection
protected  WyvillMarchingCubes.Intersection WyvillMarchingCubes.getIntersection(Cube cube, Cube.Edge edge)
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes that return types with arguments of type WyvillMarchingCubes.Intersection
protected  HashMap<WyvillMarchingCubes.Intersection,WyvillMarchingCubes.Intersection[]> WyvillMarchingCubes.getIntersectionsPairs(List<Cube> surface_cubes)
           
 

Method parameters in uk.ac.ed.computational_geometry.algorithm.marching_cubes with type arguments of type WyvillMarchingCubes.Intersection
protected  MarchingCubes.Manifold WyvillMarchingCubes.getManifold(HashMap<WyvillMarchingCubes.Intersection,WyvillMarchingCubes.Intersection[]> intersection_map)
           
protected  List<javax.vecmath.Point3d> WyvillMarchingCubes.getTriangles(HashMap<WyvillMarchingCubes.Intersection,WyvillMarchingCubes.Intersection[]> intersection_map)