Uses of Class
com.openinventor.meshviz.data.PbCell
-
Packages that use PbCell Package Description com.openinventor.meshviz.data com.openinventor.meshviz.misc.callbacks -
-
Uses of PbCell in com.openinventor.meshviz.data
Subclasses of PbCell in com.openinventor.meshviz.data Modifier and Type Class Description classPbHexahedronCellDefines an hexahedron cell of a volume mesh.classPbPixelCellDefines a pixel cell of a surface mesh.classPbPyramidCellDefines a pyramid cell of a volume mesh.classPbQuadrangleCellDefines a quadrangle cell of a surface mesh.classPbTetrahedronCellDefines an tetrahedron cell of a volume mesh.classPbTriangleCellDefines a triangle cell of a surface mesh.classPbVoxelCellDefines a voxel cell of a volume mesh.classPbWedgeCellDefines a wedge cell of a volume mesh.Fields in com.openinventor.meshviz.data declared as PbCell Modifier and Type Field Description PbCellPbMesh.ContainingCell. cellMethods in com.openinventor.meshviz.data that return PbCell Modifier and Type Method Description PbCellPbMesh. getCell(int cell_index)Gets the cell with index cell_index.Methods in com.openinventor.meshviz.data with parameters of type PbCell Modifier and Type Method Description PbMesh.ContainingCellPbMesh. findContainingCell(SbVec3f point, float tolerance, PbCell adjacent_cell) -
Uses of PbCell in com.openinventor.meshviz.misc.callbacks
Methods in com.openinventor.meshviz.misc.callbacks with parameters of type PbCell Modifier and Type Method Description voidPoProbeCB. invoke(PoMeshProbePoint probe, PbCell cell)This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.
-