Uses of Class
com.openinventor.meshviz.data.PbCell
Packages that use PbCell
-
Uses of PbCell in com.openinventor.meshviz.data
Subclasses of PbCell in com.openinventor.meshviz.dataModifier and TypeClassDescriptionclassDefines an hexahedron cell of a volume mesh.classDefines a pixel cell of a surface mesh.classDefines a pyramid cell of a volume mesh.classDefines a quadrangle cell of a surface mesh.classDefines an tetrahedron cell of a volume mesh.classDefines a triangle cell of a surface mesh.classDefines a voxel cell of a volume mesh.classDefines a wedge cell of a volume mesh.Fields in com.openinventor.meshviz.data declared as PbCellMethods in com.openinventor.meshviz.data that return PbCellModifier and TypeMethodDescriptionPbMesh.getCell(int cell_index) Gets the cell with index cell_index.Methods in com.openinventor.meshviz.data with parameters of type PbCellModifier and TypeMethodDescriptionPbMesh.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 PbCellModifier and TypeMethodDescriptionvoidPoProbeCB.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.